doit_scat_field_agenda
- property Workspace.doit_scat_field_agenda
Calculation of the scattering integral field (DOIT).
This agenda is called repeatedly in each DOIT iteration. The following methods can be used for calculating the scattering integral field:
doit_scat_fieldCalc()
: This method calculates the scattering integral field by using the angular gridsza_grid
andaa_grid
, which are also used in the update of the radiation field (doit_rte_agenda
).doit_scat_fieldCalcLimb()
: This method calculates the scattering integral field. The difference to the previous method is that the data is interpolated on equidistant angular grids. Especially for limb, where a very fine zenith angle grid resolution is required for the RT transfer part, this method is much faster thandoit_scat_fieldCalc()
.
- Parameters:
doit_scat_field (Tensor6) – Scattered field inside the cloudbox. See
doit_scat_field
[INOUT]cloudbox_field_mono (Tensor6) – Monochromatic radiation field inside the cloudbox. See
cloudbox_field_mono
[IN]
Workspace methods that can generate doit_scat_field_agenda
Workspace methods that require doit_scat_field_agenda
Generic workspace methods that can generate or use doit_scat_field_agenda
- type:
WorkspaceVariable
- holds typeAgenda