sup3r.preprocessing.derivers.methods.SurfaceRH

sup3r.preprocessing.derivers.methods.SurfaceRH#

class SurfaceRH[source]#

Bases: DerivedFeature

Surface Relative humidity feature for computing rh from dewpoint temperature and ambient temperature. This is in a 0 - 100 scale to match the ERA5 pressure level relative humidity scale.

https://earthscience.stackexchange.com/questions/24156/era5-single-level-calculate-relative-humidity

https://journals.ametsoc.org/view/journals/bams/86/2/bams-86-2-225.xml?tab_body=pdf

Methods

compute(data)

Compute surface relative humidity.

Attributes

inputs

classmethod compute(data)[source]#

Compute surface relative humidity.