pha_matCalc
- Workspace.pha_matCalc(self: pyarts.arts._Workspace, pha_mat: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor4 | None = self.pha_mat, pha_mat_spt: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor5 | None = self.pha_mat_spt, pnd_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Tensor4 | None = self.pnd_field, atmosphere_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.atmosphere_dim, 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 the total phase matrix of all scattering elements.
This function sums up the monochromatic phase matrices of all scattering elements
pha_mat_spt
weighted with 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
.Author(s): Sreerekha T.R.
- Parameters:
pha_mat (Tensor4, optional) – Ensemble averaged phase matrix. See
pha_mat
, defaults toself.pha_mat
[OUT]pha_mat_spt (Tensor5, optional) – Phase matrix for all individual scattering elements. See
pha_mat_spt
, defaults toself.pha_mat_spt
[IN]pnd_field (Tensor4, optional) – Particle number density field. See
pnd_field
, defaults toself.pnd_field
[IN]atmosphere_dim (Index, optional) – The atmospheric dimensionality (1-3). See
atmosphere_dim
, defaults toself.atmosphere_dim
[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]