ARTS built-in documentation server
Workspace Method abs_speciesAdd2
Description
Adds a species tag group to the list of absorption species and jacobian quantities. The method is basically a combined call of abs_speciesAdd and jacobianAddAbsSpecies. In this way it is not needed to specify a tag group in two different places. Arguments exactly as for jacobianAddAbsSpecies. Note that this method only handles a single tag group, in contrast to abs_speciesAdd
Authors: Patrick Eriksson
Synopsis
abs_speciesAdd2( | abs_species, jacobian_quantities, jacobian_agenda, propmat_clearsky_agenda_checked, abs_xsec_agenda_checked, atmosphere_dim, p_grid, lat_grid, lon_grid, gin1, gin2, gin3, species, method, unit, dx ) |
Variables
OUT+IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for scalar gas absorption. |
OUT | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
OUT | jacobian_agenda | (Agenda) | See agendas.cc. |
OUT | propmat_clearsky_agenda_checked | (Index) | OK-flag for propmat_clearsky_agenda. |
OUT | abs_xsec_agenda_checked | (Index) | OK-flag for abs_xsec_agenda. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
GIN | gin1 | (Vector) | Pressure retrieval grid. |
GIN | gin2 | (Vector) | Latitude retrieval grid. |
GIN | gin3 | (Vector) | Longitude retreival grid. |
GIN | species | (String) | The species tag of the retrieval quantity. |
GIN | method | (String) | Calculation method. See above. |
GIN | unit | (String) | Retrieval unit. See above. |
GIN | dx | (Numeric) | Size of perturbation. |