Changes between Version 3 and Version 4 of PDAFomi_assimilate_en3dvar_estkf
- Timestamp:
- Mar 27, 2025, 7:21:47 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_en3dvar_estkf
v3 v4 26 26 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state` 27 27 * `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`. 28 * `status`: The integer status flag. It is zero, if the routine is exited without errors. 29 30 28 * `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. 31 29 32 30 33 31 The user-supplied call-back routines are described on the page on [wiki:ImplementAnalysis_3DEnVar implementing the analysis step of 3D Ensemble Var with OMI]. 34 32 35 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.36 33 34