ARTS built-in documentation server
Workspace Method doit_scat_fieldCalc
Description
Calculates the scattering integral field in the DOIT module. The scattering integral field is generated by integrating the product of phase matrix and Stokes vector over all incident angles. For more information please refer to AUG.
Authors: Sreerekha T.R., Claudia Emde
Synopsis
doit_scat_fieldCalc( | doit_scat_field, pha_mat_spt_agenda, doit_i_field, pnd_field, t_field, atmosphere_dim, cloudbox_limits, scat_za_grid, scat_aa_grid, doit_za_grid_size ) |
Variables
OUT+IN | doit_scat_field | (Tensor6) | Scattered field inside the cloudbox. |
IN | pha_mat_spt_agenda | (Agenda) | See agendas.cc. |
IN | doit_i_field | (Tensor6) | Radiation field. |
IN | pnd_field | (Tensor4) | Particle number density field. |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
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. |