ARTS built-in documentation server

Workspace Method abs_vecAddPart

Description

The particle absorption is added to abs_vec

This function sums up the absorption vectors for all particle
types weighted with particle number density.
The resluling absorption vector is added to the workspace
variable abs_vec
Output and input of this method is abs_vec (stokes_dim).
The inputs are the absorption vector for the single particle type
abs_vec_spt (part_types, stokes_dim) and the local particle
 number densities for all particle types namely the
pnd_field (part_types, p_grid, lat_grid, lon_grid, ) for given
p_grid, lat_grid, and lon_grid. The particle types required
are specified in the control file.

Authors: Sreerekha T.R.

Synopsis

abs_vecAddPart( abs_vec, abs_vec_spt, pnd_field, atmosphere_dim, scat_p_index, scat_lat_index, scat_lon_index )

Variables

OUTabs_vec(Matrix)Total absorption vector.
INabs_vec(Matrix)Total absorption vector.
INabs_vec_spt(Matrix)Absorption vector for a single particle type.
INpnd_field(Tensor4)Particle number density field.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INscat_p_index(Index)Pressure index for scattering calculations.
INscat_lat_index(Index)Latitude index for scattering calculations.
INscat_lon_index(Index)Longitude index for scattering calculations.