propagation_matrix_jacobianWindFix
- Workspace.propagation_matrix_jacobianWindFix(self, propagation_matrix_jacobian: pyarts.arts.PropmatMatrix | None = None, propagation_matrix_source_vector_nonlte_jacobian: pyarts.arts.StokvecMatrix | None = None, frequency_grid: pyarts.arts.AscendingGrid | None = None, jacobian_targets: pyarts.arts.JacobianTargets | None = None, frequency_grid_wind_shift_jacobian: pyarts.arts.Vector3 | None = None) None
Fix for the wind field derivative.
The
propagation_matrix_agenda
will set the wind derivatives to those of the frequency derivative if this method is not used. This will cause the wind field to be treated as a frequency derivative, meaning no OEM or other functionality that requires the Jacobian matrix to be calculated will work.Author(s): Richard Larsson
- Parameters:
propagation_matrix_jacobian (PropmatMatrix, optional) – . See
propagation_matrix_jacobian
, defaults toself.propagation_matrix_jacobian
[INOUT]propagation_matrix_source_vector_nonlte_jacobian (StokvecMatrix, optional) – Partial derivative of the
propagation_matrix_source_vector_nonlte
with regards tojacobian_targets
. Seepropagation_matrix_source_vector_nonlte_jacobian
, defaults toself.propagation_matrix_source_vector_nonlte_jacobian
[INOUT]frequency_grid (AscendingGrid, optional) – A single path point’s frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets
, defaults toself.jacobian_targets
[IN]frequency_grid_wind_shift_jacobian (Vector3, optional) – The frequency grid wind shift Jacobian. See
frequency_grid_wind_shift_jacobian
, defaults toself.frequency_grid_wind_shift_jacobian
[IN]