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
OUT | abs_scalar_gas | (Matrix) | Scalar gas absorption coefficients. |
IN | f_index | (Index) | Frequency index. |
IN | rte_doppler | (Numeric) | A doppler shift for radiative transfer calculations. |
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. |
Specific methods that can generate abs_scalar_gas_agenda
- none
Generic and supergeneric methods that can generate abs_scalar_gas_agenda
Specific methods that require abs_scalar_gas_agenda
- abs_fieldCalc
- doit_i_fieldUpdate1D
- doit_i_fieldUpdateSeq1D
- doit_i_fieldUpdateSeq1DPP
- doit_i_fieldUpdateSeq3D
- iyBeerLambertStandardClearsky
- iyBeerLambertStandardCloudbox
- iyEmissionStandardClearsky
- iyEmissionStandardClearskyBasic
- iyMC
- MCGeneral
- MCIPA
- ScatteringDisort
Generic and supergeneric methods that can use abs_scalar_gas_agenda
Agendas that can generate abs_scalar_gas_agenda
- none
Agendas that require abs_scalar_gas_agenda
- none