Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
mesonh.mesonh_atmosphere Namespace Reference

Data Structures

class  MesoNHAtmosphere
 

Functions

def find_lt (a, x)
 
def find_le (a, x)
 
def find_gt (a, x)
 
def find_ge (a, x)
 

Variables

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

Detailed Description

 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.

Function Documentation

◆ find_ge()

def mesonh.mesonh_atmosphere.find_ge (   a,
  x 
)

Definition at line 29 of file mesonh_atmosphere.py.

◆ find_gt()

def mesonh.mesonh_atmosphere.find_gt (   a,
  x 
)

Definition at line 24 of file mesonh_atmosphere.py.

Referenced by mesonh.mesonh_atmosphere.MesoNHAtmosphere._slicyfy().

+ Here is the caller graph for this function:

◆ find_le()

def mesonh.mesonh_atmosphere.find_le (   a,
  x 
)

Definition at line 19 of file mesonh_atmosphere.py.

Referenced by mesonh.mesonh_atmosphere.MesoNHAtmosphere._slicyfy().

+ Here is the caller graph for this function:

◆ find_lt()

def mesonh.mesonh_atmosphere.find_lt (   a,
  x 
)

Definition at line 14 of file mesonh_atmosphere.py.

Variable Documentation

◆ LWATER

string mesonh.mesonh_atmosphere.LWATER = 'RCT'

Definition at line 38 of file mesonh_atmosphere.py.

◆ PTEMP

string mesonh.mesonh_atmosphere.PTEMP = 'THT'

Definition at line 36 of file mesonh_atmosphere.py.

◆ RVAP

string mesonh.mesonh_atmosphere.RVAP = 'RVT'

Definition at line 37 of file mesonh_atmosphere.py.

◆ T

int mesonh.mesonh_atmosphere.T = 0

◆ TIME

string mesonh.mesonh_atmosphere.TIME = 'time'

Definition at line 42 of file mesonh_atmosphere.py.

◆ WX

string mesonh.mesonh_atmosphere.WX = 'UT'

Definition at line 33 of file mesonh_atmosphere.py.

◆ WY

string mesonh.mesonh_atmosphere.WY = 'VT'

Definition at line 34 of file mesonh_atmosphere.py.

◆ WZ

string mesonh.mesonh_atmosphere.WZ = 'WT'

Definition at line 35 of file mesonh_atmosphere.py.

◆ X

◆ XSCALE

string mesonh.mesonh_atmosphere.XSCALE = 'S_N_direction'

Definition at line 40 of file mesonh_atmosphere.py.

◆ Y

◆ YSCALE

string mesonh.mesonh_atmosphere.YSCALE = 'W_E_direction'

Definition at line 41 of file mesonh_atmosphere.py.

◆ Z

◆ ZSCALE

string mesonh.mesonh_atmosphere.ZSCALE = 'VLEV'

Definition at line 39 of file mesonh_atmosphere.py.