ARTS built-in documentation server
Workspace Method jacobianOff
Description
Makes mandatory initialisation of some jacobian variables.
Some jacobian WSVs must be initilised even if no such calculations
will be performed and this is handled with this method. That is,
this method must be called when no jacobians will be calculated.
Sets *jacobian_on* to 0.
Authors: Patrick Eriksson
Synopsis
jacobianOff( | jacobian_do, jacobian_agenda, jacobian_quantities, jacobian_indices ) |
Variables
OUT | jacobian_do | (Index) | Flag to activate jacobian calculations. |
OUT | jacobian_agenda | (Agenda) | See agendas.cc. |
OUT | jacobian_quantities | (ArrayOfRetrievalQuantity) | The retrieval quantities in the Jacobian matrix. |
OUT | jacobian_indices | (ArrayOfArrayOfIndex) | First and last column index in jacobian for each retrieval quantity. |