improver.psychrometric_calculations.air_density module#
Plugin to calculate air density from virtual temperature.
- class AirDensity[source]#
Bases:
BasePluginCalculate air density from virtual temperature.
- _abc_impl = <_abc._abc_data object>#
- process(inputs)[source]#
Calculate air density from virtual temperature.
If an explicit pressure cube is provided the pressure is taken from here. Otherwise the virtual temperature cube needs to be on pressure levels. The cube arguments are not checked explicitly for conformant dimensions but must have the same shape.