pyrtlib.absorption_model.H2OAbsModel.implemented_models#
- static H2OAbsModel.implemented_models() Dict[str, List[str]] #
Return all the implemented absorption models.
- Returns:
The list the implemented absorption models
- Return type:
List[str]
Example
>>> from pyrtlib.absorption_model import AbsModel >>> AbsModel.implemented_models() {'Oxygen': ['R98', 'R03', 'R16', 'R17', 'R18', 'R19', 'R19SD', 'R20', 'R20SD', 'R22'], 'WaterVapour': ['R98', 'R03', 'R16', 'R17', 'R18', 'R19', 'R19SD', 'R20', 'R20SD', 'R21SD', 'R22SD'], 'Ozone': ['R18', 'R22']}