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+INcloudbox_field(Tensor7)The spectral radiance field inside the cloudbx.
INatmfields_checked(Index)OK-flag for atmospheric grids and (physical) fields.
INatmgeom_checked(Index)OK-flag for the geometry of the model atmosphere.
INcloudbox_checked(Index)OK-flag for variables associated with the cloudbox.
INscat_data_checked(Index)OK-flag for scat_data.
INcloudbox_on(Index)Flag to activate the cloud box.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INdoit_mono_agenda(Agenda)Agenda performing monochromatic DOIT calculation.
INdoit_is_initialized(Index)Flag to determine if DoitInit was called.