abs_vecAddGas
- Workspace.abs_vecAddGas(self: pyarts.arts._Workspace, abs_vec: pyarts.arts.WorkspaceVariable | pyarts.arts.StokesVector | None = self.abs_vec, 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 first element of absorption vector.
The task of this method is to sum up the gas absorption of the different gas species and add the result to the first element of the absorption vector.
Author(s): Stefan Buehler
- Parameters:
abs_vec (StokesVector, optional) – Total absorption vector. See
abs_vec
, defaults toself.abs_vec
[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]