Changes between Version 1 and Version 2 of obs_op_adj_pdaf
- Timestamp:
- Dec 9, 2021, 3:22:06 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
obs_op_adj_pdaf
v1 v2 3 3 The page document the user-supplied call-back routine `obs_op_adj_pdaf`. 4 4 5 The routine `obs_op_adj_pdaf` (`U_obs_op_adj` inside PDAF) is a call-back routine that has to be provided by the user.5 The routine `obs_op_adj_pdaf` (`U_obs_op_adj` 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 adjoint observation operator. It has to perform the operation of the adjoint observation operator. The operator acts on a vector in observation space that is provided as m_state_p. The resulting state vector has to be returned in `state_p`.