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

ScatteringDoit( doit_i_field, scat_i_p, scat_i_lat, scat_i_lon, doit_i_field1D_spectrum, atmfields_checked, atmgeom_checked, cloudbox_checked, cloudbox_on, f_grid, doit_mono_agenda, doit_is_initialized )

Variables

OUTdoit_i_field(Tensor6)Radiation field.
OUT+INscat_i_p(Tensor7)Intensity field on cloudbox boundary (equal pressure slice).
OUT+INscat_i_lat(Tensor7)Intensity field on cloudbox boundary (constant latitude slice).
OUT+INscat_i_lon(Tensor7)Intensity field on cloudbox boundary (equal longitude slice).
OUT+INdoit_i_field1D_spectrum(Tensor4)Radiation field for the whole frequency spectrum.
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.
INcloudbox_on(Index)Flag to activate the cloud box.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INdoit_mono_agenda(Agenda)See agendas.cc.
INdoit_is_initialized(Index)Flag to determine if DoitInit was called.