Changes between Version 1 and Version 2 of PDAF3_assimilate_3dvar


Ignore:
Timestamp:
Mar 27, 2025, 2:25:57 PM (5 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_assimilate_3dvar

    v1 v2  
    2626 * `U_prepoststep`: [[BR]]The name of the user-supplied pre/poststep routine as in `PDAF_get_state`
    2727 * `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
    2930
    3031The user-supplied call-back routines are described on the page on [wiki:ImplementAnalysis_3DVar implementing the analysis step of 3D-Var with OMI].
    3132
    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.
    3333
    3434