doit_rte_agenda
- property Workspace.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()
orcloudbox_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.
- Parameters:
cloudbox_field_mono (Tensor6) – Monochromatic radiation field inside the cloudbox. See
cloudbox_field_mono
[INOUT]doit_scat_field (Tensor6) – Scattered field inside the cloudbox. See
doit_scat_field
[IN]
Workspace methods that can generate doit_rte_agenda
Workspace methods that require doit_rte_agenda
Generic workspace methods that can generate or use doit_rte_agenda
- type:
WorkspaceVariable
- holds typeAgenda