Skip to content

DerivedRHDewpoint

GlobalNVIDIAPyTorch

Import path: earth2studio.models.dx.DerivedRHDewpoint

View source on GitHub View install commands

Documentation

Bases: Module

Calculates the surface relative humidity (RH) from dewpoint temperature and air temperature. This calculation is based on the August-Roche-Magnus approximation.

Note

For more details see the following references:

__call__

__call__(
    x: Tensor, coords: CoordSystem
) -> tuple[Tensor, CoordSystem]

Forward pass of diagnostic