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_vecto the sizejac_targetsdemand.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 toself.model_state_vec[OUT]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]