propmat_clearsky_agenda_checkedCalc
- Workspace.propmat_clearsky_agenda_checkedCalc(self: pyarts.arts._Workspace, propmat_clearsky_agenda_checked: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.propmat_clearsky_agenda_checked, abs_species: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfArrayOfSpeciesTag | None = self.abs_species, propmat_clearsky_agenda: pyarts.arts.WorkspaceVariable | pyarts.arts.Agenda | None = self.propmat_clearsky_agenda, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Checks if the
propmat_clearsky_agenda
contains all necessary methods to calculate all the species inabs_species
.This method should be called just before the
propmat_clearsky_agenda
is used, e.g.DoitGetIncoming()
,ybatchCalc()
,yCalc()
Author(s): Oliver Lemke
- Parameters:
propmat_clearsky_agenda_checked (Index, optional) – OK-flag for
propmat_clearsky_agenda
. Seepropmat_clearsky_agenda_checked
, defaults toself.propmat_clearsky_agenda_checked
[OUT]abs_species (ArrayOfArrayOfSpeciesTag, optional) – Tag groups for gas absorption. See
abs_species
, defaults toself.abs_species
[IN]propmat_clearsky_agenda (Agenda, optional) – Calculate the absorption coefficient matrix. See
propmat_clearsky_agenda
, defaults toself.propmat_clearsky_agenda
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]