ARTS built-in documentation server
Agenda iy_clearsky_agenda
Calculation of a single monochromatic pencil beam spectrum. The task of the agenda is to calculate the monochromatic pencil beam spectrum for the position specified by rte_pos and the viewing direction specified by rte_los. This includes cases when the propagation path intersects with the surface or the cloudbox.
Group: Agenda
Variables
OUT | iy | (Matrix) | Monochromatic pencil beam radiance spectrum. |
OUT | iy_error | (Matrix) | Estimation of calculation errors in iy. |
OUT | iy_error_type | (Index) | Characteristics of error values in iy_error. |
OUT | iy_aux | (Matrix) | Data auxilary to iy. |
OUT | diy_dx | (ArrayOfTensor3) | Derivative of iy with respect to retrieval quantities. |
IN | iy_error | (Matrix) | Estimation of calculation errors in iy. |
IN | iy_error_type | (Index) | Characteristics of error values in iy_error. |
IN | iy_aux | (Matrix) | Data auxilary to iy. |
IN | diy_dx | (ArrayOfTensor3) | Derivative of iy with respect to retrieval quantities. |
IN | iy_agenda_call1 | (Index) | Flag to handle recursive calls of iy_clearsky_agenda The agenda iy_clearsky_agenda can be used recursively and this flag is used to tell the methods inside the agenda which is the primary call. |
IN | iy_transmission | (Tensor3) | Transmission to be included in iy. |
IN | rte_pos | (Vector) | A geographical position for radiative transfer calculations. |
IN | rte_los | (Vector) | A line-of-sight for radiative transfer calculations. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | jacobian_do | (Index) | Flag to activate jacobian calculations. |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | vmr_field | (Tensor4) | VMR field. |
Specific methods that can generate iy_clearsky_agenda
- none
Generic and supergeneric methods that can generate iy_clearsky_agenda
Specific methods that require iy_clearsky_agenda
- iyBeerLambertStandardClearsky
- iyBeerLambertStandardCloudbox
- iyEmissionStandardClearsky
- jacobianCalcAbsSpeciesPerturbations
- jacobianCalcPointingZaRecalc
- jacobianCalcTemperaturePerturbations
- yCalc
- yCalc2
Generic and supergeneric methods that can use iy_clearsky_agenda
Agendas that can generate iy_clearsky_agenda
- none
Agendas that require iy_clearsky_agenda
- none