Changes between Version 3 and Version 4 of PDAFomi_assimilate_global_nondiagR


Ignore:
Timestamp:
Sep 8, 2024, 4:43:15 PM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_global_nondiagR

    v3 v4  
    2424 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state`
    2525 * `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`.
    26  * `status`: The integer status flag. It is zero, if `PDAFomi_assimilate_global_nondiagR` is exited without errors.
     26 * `status`: The integer status flag. It is zero, if the routine is exited without errors.
    2727
    2828Notes:
     
    3333The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters].
    3434
    35 It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_global_nopndiagR is executed. Only if its value is 0 the initialization was successful.
     35It 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.
    3636
    3737PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFomi_assimilate_global_nondiagR_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAFomi_assimilate_global_nondiagR_si`.  More information on the pre-defined names is provided in the [ImplementAnalysisGlobal page on implementing the analysis step of the global filters].