opt_prop_bulkCalc
- Workspace.opt_prop_bulkCalc(self: pyarts.arts._Workspace, ext_mat: pyarts.arts.WorkspaceVariable | pyarts.arts.PropagationMatrix | None = self.ext_mat, abs_vec: pyarts.arts.WorkspaceVariable | pyarts.arts.StokesVector | None = self.abs_vec, ext_mat_spt: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfPropagationMatrix | None = self.ext_mat_spt, abs_vec_spt: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfStokesVector | None = self.abs_vec_spt, pnd_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor4 | None = self.pnd_field, scat_p_index: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.scat_p_index, scat_lat_index: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.scat_lat_index, scat_lon_index: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.scat_lon_index, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Calculates bulk absorption extinction at one atmospheric grid point.
This WSM sums up the monochromatic absorption vectors and extinction matrices of all scattering elements (
abs_vec_spt
andext_mat_spt
, respectively) weighted by their respective particle number density given bypnd_field
, for a single location within the cloudbox, given byscat_p_index
,scat_lat_index
, andscat_lon_index
. The resulting extinction matrix is added to the workspace variableext_mat
.Author(s): Jana Mendrok, Sreerekha T.R.
- Parameters:
ext_mat (PropagationMatrix, optional) – Total extinction matrix. See
ext_mat
, defaults toself.ext_mat
[INOUT]abs_vec (StokesVector, optional) – Total absorption vector. See
abs_vec
, defaults toself.abs_vec
[INOUT]ext_mat_spt (ArrayOfPropagationMatrix, optional) – Extinction matrix for all individual scattering elements. See
ext_mat_spt
, defaults toself.ext_mat_spt
[IN]abs_vec_spt (ArrayOfStokesVector, optional) – Absorption vectors of the scattering elements. See
abs_vec_spt
, defaults toself.abs_vec_spt
[IN]pnd_field (Tensor4, optional) – Particle number density field. See
pnd_field
, defaults toself.pnd_field
[IN]scat_p_index (Index, optional) – Pressure index for scattering calculations. See
scat_p_index
, defaults toself.scat_p_index
[IN]scat_lat_index (Index, optional) – Latitude index for scattering calculations. See
scat_lat_index
, defaults toself.scat_lat_index
[IN]scat_lon_index (Index, optional) – Longitude index for scattering calculations. See
scat_lon_index
, defaults toself.scat_lon_index
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]