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