atmospheric_fieldFromModelState
- Workspace.atmospheric_fieldFromModelState(self, atmospheric_field: pyarts3.arts.AtmField | None = None, model_state_vector: pyarts3.arts.Vector | None = None, jacobian_targets: pyarts3.arts.JacobianTargets | None = None) None
Sets
atmospheric_field
to the state of the model.Author: Richard Larsson
Used by wrapper method
- Parameters:
atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field
, defaults toself.atmospheric_field
[INOUT]model_state_vector (Vector, optional) – A state vector of the model. See
model_state_vector
, defaults toself.model_state_vector
[IN]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets
, defaults toself.jacobian_targets
[IN]