ARTS built-in documentation server
Workspace Method ScatteringDoit
Description
Main DOIT method. This method executes doit_mono_agenda for each frequency in f_grid. The output is the radiation field inside the cloudbox (doit_i_field) and on the cloudbox boundary (scat_i_p (1D), scat_i_lat and scat_i_lon (3D)).
Authors: Claudia Emde
Synopsis
Variables
OUT | doit_i_field | (Tensor6) | Radiation field. |
OUT+IN | scat_i_p | (Tensor7) | Intensity field on cloudbox boundary (equal pressure slice). |
OUT+IN | scat_i_lat | (Tensor7) | Intensity field on cloudbox boundary (constant latitude slice). |
OUT+IN | scat_i_lon | (Tensor7) | Intensity field on cloudbox boundary (equal longitude slice). |
OUT+IN | doit_i_field1D_spectrum | (Tensor4) | Radiation field for the whole frequency spectrum. |
IN | atmfields_checked | (Index) | OK-flag for atmospheric grids and (physical) fields. |
IN | atmgeom_checked | (Index) | OK-flag for the geometry of the model atmosphere. |
IN | cloudbox_checked | (Index) | OK-flag for variables associated with the cloudbox. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | doit_mono_agenda | (Agenda) | See agendas.cc. |
IN | doit_is_initialized | (Index) | Flag to determine if DoitInit was called. |