ARTS built-in documentation server

Agenda abs_scalar_gas_agenda

Calculation of scalar gas absorption.

This agenda calculates absorption coefficients for all gas species
as a function of the given atmospheric state for one point in the
atmosphere. The result is returned in abs_scalar_gas, the
atmospheric state has to be specified by rte_pressure,
rte_temperature, and rte_vmr_list.

A mandatory input parameter is f_index, which is used as follows:

1. f_index < 0 : Return absorption for all frequencies (in f_grid).

2. f_index >= 0 : Return absorption for the frequency indicated by
   f_index. 

The methods inside this agenda may require a lot of additional
input variables, such as f_grid, abs_species, etc.

Group: Agenda

Variables

OUTabs_scalar_gas(Matrix) Scalar gas absorption coefficients.
INf_index(Index) Frequency index.
INrte_doppler(Numeric) A doppler shift for radiative transfer calculations.
INrte_pressure(Numeric) A pressure for radiative transfer calculations.
INrte_temperature(Numeric) A temperature for radiative transfer calculations.
INrte_vmr_list(Vector) A list of VMR values for radiative transfer calculations.

Specific methods that can generate abs_scalar_gas_agenda

Generic and supergeneric methods that can generate abs_scalar_gas_agenda

Specific methods that require abs_scalar_gas_agenda

Generic and supergeneric methods that can use abs_scalar_gas_agenda

Agendas that can generate abs_scalar_gas_agenda

Agendas that require abs_scalar_gas_agenda