model_state_vecPerturbations

Workspace.model_state_vecPerturbations(self, model_state_vec: pyarts3.arts.Vector | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None) None

Sets model_state_vec to the size jac_targets demand.

Then fills it with the perturbations from the jac_targets.

Author: Richard Larsson

Parameters:
  • model_state_vec (Vector, optional) – A state vector of the model. See model_state_vec, defaults to self.model_state_vec [OUT]

  • jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See jac_targets, defaults to self.jac_targets [IN]