Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mesonh_atmosphere.py File Reference

Go to the source code of this file.

Data Structures

class  mesonh.mesonh_atmosphere.MesoNHAtmosphere
 

Namespaces

 mesonh.mesonh_atmosphere
 

Functions

def mesonh.mesonh_atmosphere.find_lt
 
def mesonh.mesonh_atmosphere.find_le
 
def mesonh.mesonh_atmosphere.find_gt
 
def mesonh.mesonh_atmosphere.find_ge
 

Variables

string mesonh.mesonh_atmosphere.WX = 'UT'
 
string mesonh.mesonh_atmosphere.WY = 'VT'
 
string mesonh.mesonh_atmosphere.WZ = 'WT'
 
string mesonh.mesonh_atmosphere.PTEMP = 'THT'
 
string mesonh.mesonh_atmosphere.RVAP = 'RVT'
 
string mesonh.mesonh_atmosphere.LWATER = 'RCT'
 
string mesonh.mesonh_atmosphere.ZSCALE = 'VLEV'
 
string mesonh.mesonh_atmosphere.XSCALE = 'S_N_direction'
 
string mesonh.mesonh_atmosphere.YSCALE = 'W_E_direction'
 
string mesonh.mesonh_atmosphere.TIME = 'time'
 
int mesonh.mesonh_atmosphere.X = 2
 
int mesonh.mesonh_atmosphere.Y = 3
 
int mesonh.mesonh_atmosphere.Z = 1
 
int mesonh.mesonh_atmosphere.T = 0