ARTS built-in documentation server

Workspace Method DoitInit

Description

Initialises variables for DOIT scattering calculations.

Authors: Claudia Emde

Synopsis

DoitInit( scat_p_index, scat_lat_index, scat_lon_index, scat_za_index, scat_aa_index, doit_scat_field, doit_i_field, doit_is_initialized, stokes_dim, atmosphere_dim, scat_za_grid, scat_aa_grid, doit_za_grid_size, cloudbox_on, cloudbox_limits, scat_data_raw )

Variables

OUTscat_p_index(Index)Pressure index for scattering calculations.
OUTscat_lat_index(Index)Latitude index for scattering calculations.
OUTscat_lon_index(Index)Longitude index for scattering calculations.
OUTscat_za_index(Index)Zenith angle index for scattering calculations.
OUTscat_aa_index(Index)Azimuth angle index for scattering calculations.
OUTdoit_scat_field(Tensor6)Scattered field field inside the cloudbox.
OUTdoit_i_field(Tensor6)Radiation field.
OUTdoit_is_initialized(Index)Flag to determine if DoitInit was called.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INscat_za_grid(Vector)Zenith angle grid.
INscat_aa_grid(Vector)Azimuthal angle grid.
INdoit_za_grid_size(Index)Number of equidistant grid points of the zenith angle grid, defined from 0 to 180 deg, for the scattering integral calculation.
INcloudbox_on(Index)Flag to activate the cloud box.
INcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
INscat_data_raw(ArrayOfSingleScatteringData)Raw data of single scattering data.