ARTS built-in documentation server
Workspace Method AbsInputFromRteScalars
Description
Initialize absorption input WSVs from local atmospheric conditions.
The purpose of this method is to allow an explicit line-by-line
calculation, e.g., by *abs_coefCalc*, to be put inside the
propmat_clearsky_agenda. What the method does is to prepare absorption
input parameters (pressure, temperature, VMRs), from the input
parameters to propmat_clearsky_agenda.
Authors: Stefan Buehler
Synopsis
Variables
OUT | abs_p | (Vector) | List of pressures to be used for the calculation of absorption coefficients. |
OUT | abs_t | (Vector) | List of temperatures to be used for the calculation of absorption coefficients. |
OUT | abs_vmrs | (Matrix) | The VMRs (unit: absolute number) on the abs_p grid. |
IN | rtp_pressure | (Numeric) | Pressure at a radiative transfer point. |
IN | rtp_temperature | (Numeric) | Temperature at a radiative transfer point. |
IN | rtp_vmr | (Vector) | Absorption species abundances for radiative transfer calculations. |