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_speciesto the propagation_matrixOnly supports temperature and wind speed derivatives
Available models
Model name
Description and limitations
Reference(s)
H2O-ForeignContCKDMT320Foreign continua.
Use water cutoff of 25 cm-1 andH2O-SelfContCKDMT320.[2]
H2O-ForeignContCKDMT350MT CKD 3.5 foreign continua.
Use water cutoff of 25 cm-1 andH2O-SelfContCKDMT350.[2]
H2O-ForeignContCKDMT400MT CKD 4 foreign continua.
Use water cutoff of 25 cm-1 andH2O-SelfContCKDMT350.
Requires an external data source.H2O-ForeignContStandardTypeWater microwave continua for foreign species.
Rosenkranz [30]
H2O-MPM89Microwave water absorption model.
Liebe [16]
H2O-PWR2021Microwave water absorption model
developed by P.W. Rosenkranz.Rosenkranz [31].
H2O-PWR2022Microwave water absorption model
developed by P.W. Rosenkranz.Rosenkranz [31].
H2O-PWR98Microwave water absorption model.
Rosenkranz [30]
H2O-SelfContCKDMT320Self continua.
Use water cutoff of 25 cm-1 andH2O-ForeignContCKDMT320.[2]
H2O-SelfContCKDMT350MT CKD 3.5 self continua.
Use water cutoff of 25 cm-1 andH2O-ForeignContCKDMT350.[2]
H2O-SelfContCKDMT400MT CKD 4 self continua.
Use water cutoff of 25 cm-1 andH2O-SelfContCKDMT350.
Requires an external data source.H2O-SelfContStandardTypeWater microwave continua for self.
Rosenkranz [30]
CO2-CKDMT252MT CKD absorption for CO2 version 2.52.
[2]
O2-CIAfunCKDMT100CIA for oxygen from MT CKD.
O2-MPM202060 GHz and 118 GHz lines only.
Do not include the v 0 0 oxygen band manually.Makarov et al. [18]
O2-MPM89Oxygen microwave absorption model.
Liebe et al. [15]
O2-PWR2021Oxygen microwave absorption model
developed by P.W. Rosenkranz.Rosenkranz [30]
O2-PWR2022Oxygen microwave absorption model
developed by P.W. Rosenkranz.Rosenkranz [30]
O2-PWR98Oxygen 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-SelfContStandardTypeMicrowave continua term.
O2-TRE05Oxygen microwave absorption model.
O2-v0v0CKDMT100CKD_MT 1.00 implementation of oxygen
collision-induced fundamental model.O2-v1v0CKDMT100MT CKD.
O2-visCKDMT252MT CKD.
N2-CIAfunCKDMT252MT CKD.
N2-CIArotCKDMT252MT CKD.
N2-SelfContMPM93Microwave nitrogen absorption continua
from MPM93 model.Liebe et al. [15]
N2-SelfContPWR2021Microwave nitrogen absorption continua
developed by P.W. Rosenkranz.
This includes O2-N2 and O2-O2 CIA (only applicable to Earth).Rosenkranz [30]
N2-SelfContStandardTypeMicrowave nitrogen absorption continua.
Rosenkranz [29]
liquidcloud-ELL07Water 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_matrixwith 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]