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, unit )

Variables

OUT+INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for gas absorption.
OUTjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
OUTjacobian_agenda(Agenda)Pure numerical Jacobian calculation agenda.
OUTpropmat_clearsky_agenda_checked(Index)OK-flag for propmat_clearsky_agenda.
OUTabs_xsec_agenda_checked(Index)OK-flag for abs_xsec_agenda.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
GINgin1(Vector)Pressure retrieval grid.
GINgin2(Vector)Latitude retrieval grid.
GINgin3(Vector)Longitude retreival grid.
GINspecies(String)The species tag of the retrieval quantity.
GINunit(String, Default: "vmr")Retrieval unit. See above.