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

OUTabs_p(Vector)List of pressures to be used for the calculation of absorption coefficients.
OUTabs_t(Vector)List of temperatures to be used for the calculation of absorption coefficients.
OUTabs_vmrs(Matrix)The VMRs (unit: absolute number) on the abs_p grid.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INp_grid(Vector)The pressure grid.
INt_field(Tensor3)The field of atmospheric temperatures.
INvmr_field(Tensor4)VMR field.