|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Data Structures | |
| class | MesoNHAtmosphere |
Functions | |
| find_lt (a, x) | |
| find_le (a, x) | |
| find_gt (a, x) | |
| find_ge (a, x) | |
Variables | |
| str | WX = 'UT' |
| str | WY = 'VT' |
| str | WZ = 'WT' |
| str | PTEMP = 'THT' |
| str | RVAP = 'RVT' |
| str | LWATER = 'RCT' |
| str | ZSCALE = 'VLEV' |
| str | XSCALE = 'S_N_direction' |
| str | YSCALE = 'W_E_direction' |
| str | TIME = 'time' |
| int | X = 2 |
| int | Y = 3 |
| int | Z = 1 |
| int | T = 0 |
Reading mesoNH netCDF files and providing an interface to read chunks of data and interpolate points. TODO : test with large netCDF files, add mapping of variables as an argument.
| mesonh.mesonh_atmosphere.find_ge | ( | a, | |
| x | |||
| ) |
Definition at line 29 of file mesonh_atmosphere.py.
References foo.
| mesonh.mesonh_atmosphere.find_gt | ( | a, | |
| x | |||
| ) |
Definition at line 24 of file mesonh_atmosphere.py.
References foo.
Referenced by mesonh.mesonh_atmosphere.MesoNHAtmosphere._slicyfy().
Here is the caller graph for this function:| mesonh.mesonh_atmosphere.find_le | ( | a, | |
| x | |||
| ) |
Definition at line 19 of file mesonh_atmosphere.py.
References foo.
Referenced by mesonh.mesonh_atmosphere.MesoNHAtmosphere._slicyfy().
Here is the caller graph for this function:| mesonh.mesonh_atmosphere.find_lt | ( | a, | |
| x | |||
| ) |
Definition at line 14 of file mesonh_atmosphere.py.
References foo.
Definition at line 38 of file mesonh_atmosphere.py.
Definition at line 36 of file mesonh_atmosphere.py.
Definition at line 37 of file mesonh_atmosphere.py.
| int mesonh.mesonh_atmosphere.T = 0 |
Definition at line 46 of file mesonh_atmosphere.py.
| str mesonh.mesonh_atmosphere.TIME = 'time' |
Definition at line 42 of file mesonh_atmosphere.py.
Definition at line 33 of file mesonh_atmosphere.py.
Definition at line 34 of file mesonh_atmosphere.py.
Definition at line 35 of file mesonh_atmosphere.py.
| int mesonh.mesonh_atmosphere.X = 2 |
Definition at line 43 of file mesonh_atmosphere.py.
| str mesonh.mesonh_atmosphere.XSCALE = 'S_N_direction' |
Definition at line 40 of file mesonh_atmosphere.py.
| int mesonh.mesonh_atmosphere.Y = 3 |
Definition at line 44 of file mesonh_atmosphere.py.
| str mesonh.mesonh_atmosphere.YSCALE = 'W_E_direction' |
Definition at line 41 of file mesonh_atmosphere.py.
| int mesonh.mesonh_atmosphere.Z = 1 |
Definition at line 45 of file mesonh_atmosphere.py.
Definition at line 39 of file mesonh_atmosphere.py.