ARTS built-in documentation server

Workspace Method iyCalc

Description

A single monochromatic pencil beam calculation.

Performs monochromatic radiative transfer calculations for the
specified position (rte_pos) and line-of-sight (rte_pos).
See iy and associated variables for format of output.

Please note that Jacobian type calculations not are supported.
For this use yCalc.

No sensor characteristics are applied. These are most easily
incorporated by using yCalc

Authors: Patrick Eriksson

Synopsis

iyCalc( iy, iy_aux, ppath, atmgeom_checked, atmfields_checked, iy_aux_vars, f_grid, t_field, z_field, vmr_field, cloudbox_on, cloudbox_checked, rte_pos, rte_los, rte_pos2, iy_main_agenda )

Variables

OUTiy(Matrix)Monochromatic pencil beam radiance spectrum.
OUTiy_aux(ArrayOfTensor4)Data auxiliary to iy.
OUTppath(Ppath)The propagation path for one line-of-sight.
INatmgeom_checked(Index)OK-flag for the geometry of the model atmosphere.
INatmfields_checked(Index)OK-flag for atmospheric grids and (physical) fields.
INiy_aux_vars(ArrayOfString)Selection of quantities for iy_aux and when applicable also y_aux.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INt_field(Tensor3)The field of atmospheric temperatures.
INz_field(Tensor3)The field of geometrical altitudes.
INvmr_field(Tensor4)VMR field.
INcloudbox_on(Index)Flag to activate the cloud box.
INcloudbox_checked(Index)OK-flag for variables associated with the cloudbox.
INrte_pos(Vector)A geographical position for starting radiative transfer calculations.
INrte_los(Vector)A line-of-sight for (complete) radiative transfer calculations.
INrte_pos2(Vector)A second geographical position to define the geometry for radiative transfer calculations.
INiy_main_agenda(Agenda)See agendas.cc.