Changes between Version 7 and Version 8 of PDAF3_assimilate_global


Ignore:
Timestamp:
Mar 27, 2025, 12:22:51 PM (5 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_assimilate_global

    v7 v8  
    2929 * The routine is identical to the routine `PDAFomi_assimilate_global` of PDAF 2. The new name reflects consistency with `PDAF3_assimilate_local`. If one has used `PDAFomi_assimilate_global` before one can just adapt the name of the called routine.
    3030 * To use the localization in the LEnKF, one needs to call [wiki:PDAFomi_set_localize_covar] in the observation modules to initialize the localization information.
     31 * It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_global is executed. Only if its value is 0 the initialization was successful.
    3132
    3233The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters].
    3334
    34 It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_global is executed. Only if its value is 0 the initialization was successful.
     35