Changes between Version 3 and Version 4 of PDAFomi_assimilate_en3dvar_estkf


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_en3dvar_estkf

    v3 v4  
    2626 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state`
    2727 * `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.
    3129
    3230
    3331The user-supplied call-back routines are described on the page on [wiki:ImplementAnalysis_3DEnVar implementing the analysis step of 3D Ensemble Var with OMI].
    3432
    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.
    3633
     34