Changes between Version 2 and Version 3 of PDAFomi_assimilate_enkf_nondiagR_si.F90


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_enkf_nondiagR_si.F90

    v2 v3  
    77`PDAFomi_assimilate_enkf_nondiagR_si` is the variant of [wiki:PDAFomi_assimilate_enkf_nondiagR PDAFomi_assimilate_enkf_nondiagR] with the [PdafSimplifiedInterface simplified interface]. The difference between both routines is that in the simplified interface the names of the call-back subroutines are not specified. Instead the routine assumes that the call-back routines have a standard name as specified at the end of this page.
    88
    9 This routine is used with [wiki:PDAF_OMI_Overview PDAF-OMI] to execute the [ImplementAnalysisLocal analysis step with domain-localized filters]. The routine is used in the 'fully-parallel' implementation variant of the data assimilation system. With the 'flexible' implementation variant, the routines `PDAFomi_put_state_*' are used.
     9This routine is used with [wiki:PDAF_OMI_Overview PDAF-OMI] to execute the [ImplementAnalysisGlobal analysis step with global filters]. The routine is used in the 'fully-parallel' implementation variant of the data assimilation system. With the 'flexible' implementation variant, the routines `PDAFomi_put_state_*' are used.
    1010
    1111The interface is the following: