ARTS built-in documentation server
Workspace Method AbsInputFromAtmFields
Description
Initialises the WSVs abs_p, abs_t and abs_vmrs from *p_grid, t_field and vmr_field. This only works for a 1D atmosphere!
Authors: Stefan Buehler
Synopsis
AbsInputFromAtmFields( | abs_p, abs_t, abs_vmrs, atmosphere_dim, p_grid, t_field, vmr_field ) |
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 | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | p_grid | (Vector) | The pressure grid. |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | vmr_field | (Tensor4) | VMR field. |