ARTS built-in documentation server

Agenda doit_rte_agenda

Radiative transfer calculations in cloudbox.

Agenda for radiative transfer step calculations with 
fixed scattering integral term shoul be specified here.
Output is the updated radiation field in the cloudbox. 
This agenda is called repeatedly in each DOIT iteration.

Normally one should use
cloudbox_fieldUpdateSeq1D or cloudbox_fieldUpdateSeq3D:
Seqential update of the radiation field.
   This method is the fastest and most accurate method.

A very similar method in plane parallel approximation is
cloudbox_fieldUpdateSeq1DPP:
   This method also includes the sequential update and is slightly
   faster than the above one. The drawback is that it is less
   accurate, especially for limb geometries and large off-nadir
   viewing angles.

The following method was used before the sequential update
was invented. It is very slow and should therefore only 
be used for test cases.
cloudbox_fieldUpdate1D: Old method.

Group: Agenda

Variables

OUTcloudbox_field_mono(Tensor6) Monochromatic radiation field inside the cloudbox.
INcloudbox_field_mono(Tensor6) Monochromatic radiation field inside the cloudbox.
INdoit_scat_field(Tensor6) Scattered field inside the cloudbox.

Specific methods that can generate doit_rte_agenda

Generic and supergeneric methods that can generate doit_rte_agenda

Specific methods that require doit_rte_agenda

Generic and supergeneric methods that can use doit_rte_agenda

Agendas that can generate doit_rte_agenda

Agendas that require doit_rte_agenda