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

OUTjacobian_do(Index)Flag to activate jacobian calculations.
OUTjacobian_agenda(Agenda)See agendas.cc.
OUTjacobian_quantities(ArrayOfRetrievalQuantity)The retrieval quantities in the Jacobian matrix.
OUTjacobian_indices(ArrayOfArrayOfIndex)First and last column index in jacobian for each retrieval quantity.