nsrdb.data_model.merra.DewPoint
- class DewPoint[source]
Bases:
BaseDerivedVar
Class to derive the dew point from other MERRA2 vars.
Methods
derive
(air_temperature, specific_humidity, ...)Derive the dew point from ancillary vars.
Attributes
DEPENDENCIES
- static derive(air_temperature, specific_humidity, surface_pressure)[source]
Derive the dew point from ancillary vars.
- Parameters:
air_temperature (np.ndarray) – Temperature in Celsius
specific_humidity (np.ndarray) – Specific humidity in kg/kg
surface_pressure (np.ndarray) – Pressure in Pa
- Returns:
dp (np.ndarray) – Dew point in Celsius.