Changes between Version 2 and Version 3 of PDAFomi_assimilate_hyb3dvar_estkf


Ignore:
Timestamp:
Mar 27, 2025, 7:33:26 PM (5 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_hyb3dvar_estkf

    v2 v3  
    3030 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state`
    3131 * `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.
    3333
    3434
    3535The user-supplied call-back routines are described on the page on [wiki:ImplementAnalysis_Hyb3DVar implementing the analysis step of hybrid 3D-Var with OMI].
    3636
    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