Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


fieldset eqpott_m(...)

Computes the equivalent potential temperature from fieldsets on (hybrid) model levels. This is a Metview icon function, for detailed documentation please see Potential Temperature.


fieldset eqpott_pl(...)

Computes the equivalent potential temperature from fieldsets on pressure levels. This is a Metview icon function, for detailed documentation please see Potential Temperature.


definition lifted_condensation_level(t: number, td: number, p: number)

...

The result is the potential temperature in K units. On error  nil is returned.


fieldset pott_m(...)

Computes the potential temperature from fieldsets on (hybrid) model levels. This is a Metview icon function, for detailed documentation please see Potential Temperature.

fieldset pott_pl relhum(...)

Computes the potential temperature from fieldsets on pressure levels. This is a Metview icon function, for detailed documentation please see Potential Temperature.


fieldset relhum(...)

Computes the relative humidity from fieldsetsExtract vertical profiles from BUFR data in a suitable format suitable for thermodynamic diagrams (defined by Thermo View). This is a Metview icon function, for detailed documentation please see Thermo Data Relative Humidity.


number saturation_mixing_ratio(t: number, p: number)

...

The result is the saturation vapour pressure in Pa units. On error nil is returned. The computations are based on a mixed-phase Tetens formula used by IFS for diagnostic purposes (see here on p116 for details from the latest model cycle (CY45R1, at the time of the writing of this documentation).


fieldset seqpott_m(...)

Computes the saturation equivalent potential temperature from fieldsets on (hybrid) model levels. This is a Metview icon function, for detailed documentation please see Potential Temperature.


fieldset seqpott_pl(...)

Computes the saturation equivalent potential temperature from fieldsets on pressure levels. This is a Metview icon function, for detailed documentation please see Potential Temperature.


number temperature_from_potential_temperature(th: number, p: number)

...