IODA
03-VariablesIntro.py File Reference

Go to the source code of this file.

Namespaces

 03-VariablesIntro
 

Variables

 03-VariablesIntro.g
 
 03-VariablesIntro.intvar1 = g.vars.create(name='var-1', dtype=ioda.Types.int32, dimsCur=[2,3])
 
 03-VariablesIntro.var2 = g.vars.create(name='var-2', dtype=ioda.Types.float, dimsCur=[2,3,4])
 
 03-VariablesIntro.p1 = ioda.VariableCreationParameters()
 
 03-VariablesIntro.chunk
 
 03-VariablesIntro.chunks
 
 03-VariablesIntro.name
 
 03-VariablesIntro.dtype
 
 03-VariablesIntro.int32
 
 03-VariablesIntro.dimsCur
 
 03-VariablesIntro.dimsMax
 
 03-VariablesIntro.params
 
 03-VariablesIntro.reopened_v3 = g.vars.open('var-3')
 
 03-VariablesIntro.vals2 = var2.readVector.float()