Child class

Abstract types

Class

Abstract types

inner

levelData  Object

Data for a sounding level. Nomenclature is analogue to the SHARPpy project (sharppy/sharptab/profile.py) Exception for some units:

  • Windspeed always in m/s
  • Temperature in Kelvin
  • Relative humidity unitless

Parameters

Name Type Optional Description

pres

float

 

Pressure level [hPa].

hght

(float or undefined)

Yes

Altitude above sealevel [m].

tmpk

(float or undefined)

Yes

Temperature [K].

dwpk

(float or undefined)

Yes

Dewpoint-temperature [K].

wdir

(float or undefined)

Yes

Wind direction [°].

wspd

(float or undefined)

Yes

Absolute windspeed [m/s].

u

(float or undefined)

Yes

Windspeed in U-direction [m/s].

v

(float or undefined)

Yes

Windspeed in V-direction [m/s].

relh

(float or undefined)

Yes

Relative humidity [].

mixr

(float or undefined)

Yes

Mixing ration [g/kg].

theta

(float or undefined)

Yes

Isentropic temperature [K].

thetae

(float or undefined)

Yes

Equivalent isentropic temperature [K].

wetbulb

(float or undefined)

Yes

Wetbulb isentropic temperature [K].

vtmp

(float or undefined)

Yes

Virtual temperature [K].

inner

options  Object

Options for the constructor.

Parameter

Name Type Optional Description

calcMissing

boolean

Yes

Calculate missing data in each level.