ARTS built-in documentation server
Workspace Method jacobianAddNLTEs
Description
Experimental NLTE Jacobian. Same as jacobianAddNLTE but for many levels Adds energy_level_identities.nelem() times as many arguments to x as jacobianAddNLTE, ordered as energy_level_identities describes This method is preferred to jacobianAddNLTE, since *energy_level_identities* is conveniently almost always the same as nlte_level_identifiers
Authors: Richard Larsson
Synopsis
jacobianAddNLTEs( | jacobian_quantities, jacobian_agenda, atmosphere_dim, p_grid, lat_grid, lon_grid, g1, g2, g3, energy_level_identities, dx ) |
Variables
OUT+IN | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
OUT+IN | jacobian_agenda | (Agenda) | Pure numerical Jacobian calculation 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 | g1 | (Vector) | Pressure retrieval grid. |
GIN | g2 | (Vector) | Latitude retrieval grid. |
GIN | g3 | (Vector) | Longitude retreival grid. |
GIN | energy_level_identities | (ArrayOfQuantumIdentifier) | Identifiers to the eneregy level |
GIN | dx | (Numeric, Default: 1.0e-3) | Perturbation of value if required by method |