FLEXPART Testing Environment CTBTO WO8
 All Classes Namespaces Files Functions Variables Pages
Variables
flextest.flexread.probe1 Namespace Reference

Variables

string OUTPUT_DIR = 'output'
 
string TIME = '20140924000000'
 
int AGE_CLASS_NUM = 0
 
int RELEASE_NUM = 0
 
int SPEC_NUM = 0
 
 NEST = False
 
 DRY = True
 
 WET = True
 
tuple H = readh.Header(OUTPUT_DIR, nested=NEST)
 
tuple G
 
list the_grid = G[ (SPEC_NUM, TIME) ]
 

Variable Documentation

int flextest.flexread.probe1.AGE_CLASS_NUM = 0

Definition at line 11 of file probe1.py.

flextest.flexread.probe1.DRY = True

Definition at line 15 of file probe1.py.

tuple flextest.flexread.probe1.G
Initial value:
1 = readg.read_grid(H, nspec_ret=SPEC_NUM,
2  age_ret=AGE_CLASS_NUM,
3  pspec_ret=RELEASE_NUM,
4  date=TIME,
5  getdry=DRY,
6  getwet=WET)

Definition at line 32 of file probe1.py.

tuple flextest.flexread.probe1.H = readh.Header(OUTPUT_DIR, nested=NEST)

Definition at line 19 of file probe1.py.

flextest.flexread.probe1.NEST = False

Definition at line 14 of file probe1.py.

string flextest.flexread.probe1.OUTPUT_DIR = 'output'

Definition at line 9 of file probe1.py.

int flextest.flexread.probe1.RELEASE_NUM = 0

Definition at line 12 of file probe1.py.

int flextest.flexread.probe1.SPEC_NUM = 0

Definition at line 13 of file probe1.py.

list flextest.flexread.probe1.the_grid = G[ (SPEC_NUM, TIME) ]

Definition at line 59 of file probe1.py.

string flextest.flexread.probe1.TIME = '20140924000000'

Definition at line 10 of file probe1.py.

flextest.flexread.probe1.WET = True

Definition at line 16 of file probe1.py.