ARTS built-in documentation server
Workspace Method DoitCalc
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 (cloudbox_field).
Authors: Claudia Emde
Synopsis
DoitCalc( | cloudbox_field, atmfields_checked, atmgeom_checked, cloudbox_checked, scat_data_checked, cloudbox_on, f_grid, doit_mono_agenda, doit_is_initialized ) |
Variables
OUT+IN | cloudbox_field | (Tensor7) | The spectral radiance field inside the cloudbx. |
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 | scat_data_checked | (Index) | OK-flag for scat_data. |
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) | Agenda performing monochromatic DOIT calculation. |
IN | doit_is_initialized | (Index) | Flag to determine if DoitInit was called. |