ARTS built-in documentation server
Workspace Method DoitInit
Description
Initialises variables for DOIT scattering calculations.
Authors: Claudia Emde
Synopsis
Variables
OUT | scat_p_index | (Index) | Pressure index for scattering calculations. |
OUT | scat_lat_index | (Index) | Latitude index for scattering calculations. |
OUT | scat_lon_index | (Index) | Longitude index for scattering calculations. |
OUT | scat_za_index | (Index) | Zenith angle index for scattering calculations. |
OUT | scat_aa_index | (Index) | Azimuth angle index for scattering calculations. |
OUT | doit_scat_field | (Tensor6) | Scattered field field inside the cloudbox. |
OUT | doit_i_field | (Tensor6) | Radiation field. |
OUT | doit_is_initialized | (Index) | Flag to determine if DoitInit was called. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | scat_za_grid | (Vector) | Zenith angle grid. |
IN | scat_aa_grid | (Vector) | Azimuthal angle grid. |
IN | doit_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. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
IN | scat_data_raw | (ArrayOfSingleScatteringData) | Raw data of single scattering data. |