abs_speciesAdd

Workspace.abs_speciesAdd(self: pyarts.arts._Workspace, abs_species: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfArrayOfSpeciesTag]] = self.abs_species, propmat_clearsky_agenda_checked: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = self.propmat_clearsky_agenda_checked, species: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfString], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None

Adds species tag groups to the list of absorption species.

This WSM is similar to abs_speciesSet(), the only difference is that this method appends species to an existing list of absorption species instead of creating the whole list.

See abs_speciesSet() for details on how tags are defined and examples of how to input them in the control file.

Author(s): Stefan Buehler

Parameters: