Changes between Version 2 and Version 3 of PDAFomi_assimilate_hyb3dvar_estkf
- Timestamp:
- Mar 27, 2025, 7:33:26 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_hyb3dvar_estkf
v2 v3 30 30 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state` 31 31 * `U_next_observation`: The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_get_state`. 32 * `status`: The integer status flag. It is zero, if the routine is exited without errors. 32 * `status`: The integer status flag. It is zero, if the routine 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. 33 33 34 34 35 35 The user-supplied call-back routines are described on the page on [wiki:ImplementAnalysis_Hyb3DVar implementing the analysis step of hybrid 3D-Var with OMI]. 36 36 37 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. 37