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 and ext_mat_spt, respectively) weighted by their respective particle number density given by pnd_field, for a single location within the cloudbox, given by scat_p_index, scat_lat_index, and scat_lon_index. The resulting extinction matrix is added to the workspace variable ext_mat.

Author(s): Jana Mendrok, Sreerekha T.R.

Parameters:
  • ext_mat (PropagationMatrix, optional) – Total extinction matrix. See ext_mat, defaults to self.ext_mat [INOUT]

  • abs_vec (StokesVector, optional) – Total absorption vector. See abs_vec, defaults to self.abs_vec [INOUT]

  • ext_mat_spt (ArrayOfPropagationMatrix, optional) – Extinction matrix for all individual scattering elements. See ext_mat_spt, defaults to self.ext_mat_spt [IN]

  • abs_vec_spt (ArrayOfStokesVector, optional) – Absorption vectors of the scattering elements. See abs_vec_spt, defaults to self.abs_vec_spt [IN]

  • pnd_field (Tensor4, optional) – Particle number density field. See pnd_field, defaults to self.pnd_field [IN]

  • scat_p_index (Index, optional) – Pressure index for scattering calculations. See scat_p_index, defaults to self.scat_p_index [IN]

  • scat_lat_index (Index, optional) – Latitude index for scattering calculations. See scat_lat_index, defaults to self.scat_lat_index [IN]

  • scat_lon_index (Index, optional) – Longitude index for scattering calculations. See scat_lon_index, defaults to self.scat_lon_index [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]