propagation_matrixAddPredefined
- Workspace.propagation_matrixAddPredefined(self, propagation_matrix: pyarts3.arts.PropmatVector | None = None, propagation_matrix_jacobian: pyarts3.arts.PropmatMatrix | None = None, absorption_predefined_model_data: pyarts3.arts.PredefinedModelData | None = None, select_species: pyarts3.arts.SpeciesEnum | None = None, jacobian_targets: pyarts3.arts.JacobianTargets | None = None, frequency_grid: pyarts3.arts.AscendingGrid | None = None, atmospheric_point: pyarts3.arts.AtmPoint | None = None) None
Adds all of the predefined models in
absorption_species
to the propagation_matrixOnly supports temperature and wind speed derivatives
Available models
Model name
Description and limitations
Reference(s)
H2O-ForeignContCKDMT320
Foreign continua.
Use water cutoff of 25 cm-1 andH2O-SelfContCKDMT320
.[2]
H2O-ForeignContCKDMT350
MT CKD 3.5 foreign continua.
Use water cutoff of 25 cm-1 andH2O-SelfContCKDMT350
.[2]
H2O-ForeignContCKDMT400
MT CKD 4 foreign continua.
Use water cutoff of 25 cm-1 andH2O-SelfContCKDMT350
.
Requires an external data source.H2O-ForeignContStandardType
Water microwave continua for foreign species.
Rosenkranz [30]
H2O-MPM89
Microwave water absorption model.
Liebe [16]
H2O-PWR2021
Microwave water absorption model
developed by P.W. Rosenkranz.Rosenkranz [31].
H2O-PWR2022
Microwave water absorption model
developed by P.W. Rosenkranz.Rosenkranz [31].
H2O-PWR98
Microwave water absorption model.
Rosenkranz [30]
H2O-SelfContCKDMT320
Self continua.
Use water cutoff of 25 cm-1 andH2O-ForeignContCKDMT320
.[2]
H2O-SelfContCKDMT350
MT CKD 3.5 self continua.
Use water cutoff of 25 cm-1 andH2O-ForeignContCKDMT350
.[2]
H2O-SelfContCKDMT400
MT CKD 4 self continua.
Use water cutoff of 25 cm-1 andH2O-SelfContCKDMT350
.
Requires an external data source.H2O-SelfContStandardType
Water microwave continua for self.
Rosenkranz [30]
CO2-CKDMT252
MT CKD absorption for CO2 version 2.52.
[2]
O2-CIAfunCKDMT100
CIA for oxygen from MT CKD.
O2-MPM2020
60 GHz and 118 GHz lines only.
Do not include the v 0 0 oxygen band manually.Makarov et al. [18]
O2-MPM89
Oxygen microwave absorption model.
Liebe et al. [15]
O2-PWR2021
Oxygen microwave absorption model
developed by P.W. Rosenkranz.Rosenkranz [30]
O2-PWR2022
Oxygen microwave absorption model
developed by P.W. Rosenkranz.Rosenkranz [30]
O2-PWR98
Oxygen microwave absorption model.
Rosenkranz [29] and Liebe et al. [17] and
M.J. Schwartz, Ph.D. thesis, M.I.T. (1997) and
ROTHMAN et al. [32].O2-SelfContStandardType
Microwave continua term.
O2-TRE05
Oxygen microwave absorption model.
O2-v0v0CKDMT100
CKD_MT 1.00 implementation of oxygen
collision-induced fundamental model.O2-v1v0CKDMT100
MT CKD.
O2-visCKDMT252
MT CKD.
N2-CIAfunCKDMT252
MT CKD.
N2-CIArotCKDMT252
MT CKD.
N2-SelfContMPM93
Microwave nitrogen absorption continua
from MPM93 model.Liebe et al. [15]
N2-SelfContPWR2021
Microwave nitrogen absorption continua
developed by P.W. Rosenkranz.
This includes O2-N2 and O2-O2 CIA (only applicable to Earth).Rosenkranz [30]
N2-SelfContStandardType
Microwave nitrogen absorption continua.
Rosenkranz [29]
liquidcloud-ELL07
Water droplet absorption.
Ellison [8]
Author: Richard Larsson
- Parameters:
propagation_matrix (PropmatVector, optional) – This contains the fully polarized propagation matrix for the current path point. See
propagation_matrix
, defaults toself.propagation_matrix
[INOUT]propagation_matrix_jacobian (PropmatMatrix, optional) – Partial derivative of the
propagation_matrix
with regards tojacobian_targets
. Seepropagation_matrix_jacobian
, defaults toself.propagation_matrix_jacobian
[INOUT]absorption_predefined_model_data (PredefinedModelData, optional) – This contains predefined model data. See
absorption_predefined_model_data
, defaults toself.absorption_predefined_model_data
[IN]select_species (SpeciesEnum, optional) – Species selection. See
select_species
, defaults toself.select_species
[IN]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets
, defaults toself.jacobian_targets
[IN]frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]atmospheric_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atmospheric_point
, defaults toself.atmospheric_point
[IN]