Changes between Version 1 and Version 2 of PDAFomi_put_state_3dvar
- Timestamp:
- Mar 27, 2025, 2:22:04 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_put_state_3dvar
v1 v2 25 25 * [#U_obs_op_pdafomicallback_obs_pdafomi.F90 U_obs_op_lin_pdafomi]: The name of the user-supplied routine that acts as the adjoint observation operator on some state vector 26 26 * [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep]: The name of the pre/poststep routine as in `PDAF_get_state` 27 * `status`: The integer status flag. It is zero, if `PDAFomi_assimilate_global` is exited without errors. 28 27 * `status`: The integer status flag. It is zero, if `PDAFomi_assimilate_global` is exited without errors. It is recommended that the value of `status_pdaf` is checked in the program after the routine is executed. Only if its value is 0 the initialization was successful. 29 28 30 29 The user-supplied call-back routines are described on the page on [ImplementAnalysis_3DVar implementing the analysis step of 3D-Var with OMI]. 31 30 32 It is recommended that the value of `status_pdaf` is checked in the program after the routine is executed. Only if its value is 0 the initialization was successful.