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 SpeciesSet, the only difference is that this method appends species to an existing list of absorption species instead of creating the whole list. See 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, species ) |
Variables
OUT | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for scalar gas absorption. |
IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for scalar gas absorption. |
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). |