ext_matAddGas
- Workspace.ext_matAddGas(self: pyarts.arts._Workspace, ext_mat: pyarts.arts.WorkspaceVariable | pyarts.arts.PropagationMatrix | None = self.ext_mat, propmat_clearsky: pyarts.arts.WorkspaceVariable | pyarts.arts.PropagationMatrix | None = self.propmat_clearsky, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Add gas absorption to all diagonal elements of extinction matrix.
The task of this method is to sum up the gas absorption of the different gas species and add the result to the extinction matrix.
Author(s): Stefan Buehler
- Parameters:
ext_mat (PropagationMatrix, optional) – Total extinction matrix. See
ext_mat
, defaults toself.ext_mat
[INOUT]propmat_clearsky (PropagationMatrix, optional) – This contains the absorption coefficients for one point in the atmosphere. See
propmat_clearsky
, defaults toself.propmat_clearsky
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]