ARTS built-in documentation server
Workspace Method abs_speciesAdd
Description
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.
Authors: Stefan Buehler
Synopsis
abs_speciesAdd( | abs_species, propmat_clearsky_agenda_checked, abs_xsec_agenda_checked, species ) |
Variables
OUT+IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for scalar gas absorption. |
OUT | propmat_clearsky_agenda_checked | (Index) | OK-flag for propmat_clearsky_agenda. |
OUT | abs_xsec_agenda_checked | (Index) | OK-flag for abs_xsec_agenda. |
GIN | species | (ArrayOfString) | Specify one String for each tag group that you want to add. Inside the String, separate the tags by commas (plus optional blanks). |