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
abs_scalar_gas_agenda. What the method does is to prepare absorption
input parameters (pressure, temperature, VMRs), from the input
parameters to abs_scalar_gas_agenda. There is a matching method to
turn the output of abs_coefCalc into what the agenda expects
(abs_scalar_gasFromAbsCoef).
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 | rte_pressure | (Numeric) | A pressure for radiative transfer calculations. |
IN | rte_temperature | (Numeric) | A temperature for radiative transfer calculations. |
IN | rte_vmr_list | (Vector) | A list of VMR values for radiative transfer calculations. |