pyrtlib.absorption_model.H2OAbsModel.set_ll#

static H2OAbsModel.set_ll() None#

Set the linelist to the absorption model.

Example

from pyrtlib.absorption_model import H2OAbsModel
H2OAbsModel.model = 'R21SD'
H2OAbsModel.set_ll()

Note

Model must be set with model property before calling this method (see Example).

Examples using pyrtlib.absorption_model.H2OAbsModel.set_ll#

Performing Downwelling Brightness Temperature calculation with Ozone

Performing Downwelling Brightness Temperature calculation with Ozone

Performing Upwelling Brightness Temperature calculation using IGRA2 Upper Air Observations (with Extrapolation).

Performing Upwelling Brightness Temperature calculation using IGRA2 Upper Air Observations (with Extrapolation).