ARTS built-in documentation server

Workspace Method ext_matAddPart

Description

The particle extinction is added to ext_mat

This function sums up the extinction matrices for all particle
types weighted with particle number density.
The resulting extinction matrix is added to the workspace
variable ext_mat
The output of this method is ext_mat (stokes_dim, stokes_dim).
The inputs are the extinction matrix for the single particle type
ext_mat_spt (N_particletypes, stokes_dim, stokes_dim) and the local
particle number densities for all particle types namely the
pnd_field (N_particletypes, 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

ext_matAddPart( ext_mat, ext_mat_spt, pnd_field, atmosphere_dim, scat_p_index, scat_lat_index, scat_lon_index )

Variables

OUT+INext_mat(Tensor3)Total extinction matrix.
INext_mat_spt(Tensor3)Extinction matrix 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.