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

OUTdoit_scat_field(Tensor6)Scattered field field inside the cloudbox.
INdoit_scat_field(Tensor6)Scattered field field inside the cloudbox.
INpha_mat_spt_agenda(Agenda)See agendas.cc.
INdoit_i_field(Tensor6)Radiation field.
INpnd_field(Tensor4)Particle number density field.
INt_field(Tensor3)The field of atmospheric temperatures.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
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.