Changes between Version 1 and Version 2 of obs_op_lin_pdaf
- Timestamp:
- Dec 9, 2021, 3:22:22 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
obs_op_lin_pdaf
v1 v2 3 3 The page document the user-supplied call-back routine `obs_op_lin_pdaf`. 4 4 5 The routine `obs_op_lin_pdaf` (`U_obs_op_lin` inside PDAF) is a call-back routine that has to be provided by the user.5 The routine `obs_op_lin_pdaf` (`U_obs_op_lin` inside the PDAF library routines) is a call-back routine that has to be provided by the user. 6 6 7 7 The routine is used with the all 3D-Var methods. It has to perform the operation of the linearized observation operator acting on a state vector increment that is provided as `state_p`. The observed state has to be returned in `m_state_p`.