Changes between Version 9 and Version 10 of ImplementAnalysislenkfOmi


Ignore:
Timestamp:
Dec 8, 2021, 4:43:35 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysislenkfOmi

    v9 v10  
    144144The analysis step is executed when the ensemble integration of the forecast is completed. During the analysis step the following routines are executed in the given order:
    145145 1. [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep] (Call to act on the forecast ensemble, called with negative value of the time step)
    146  1. [#U_init_dim_obsinit_dim_obs_pdaf.F90 U_init_dim_obs]
    147  1. [#U_obs_opobs_op_pdaf.F90 U_obs_op] (`dim_ens` calls: one call for each ensemble member)
    148  1. [#U_localizelocalize_covar_pdaf.F90 U_localize]
     146 1. [#U_init_dim_obs_pdafomicallback_obs_pdafomi.F90 U_init_dim_obs_pdafomi]
     147 1. [#U_obs_op_pdadfomicallback_obs_pdafomi.F90 U_obs_op_pdafomi] (Called `dim_ens` times; once for each ensemble member)
     148 1. [#U_localize_covar_pdafomicallback_obs_pdafomi.F90 U_localize_covar_pdafomi]
    149149 1. [#U_obs_opobs_op_pdaf.F90 U_obs_op] (`dim_ens` calls: one call for each ensemble member, repeated to reduce storage)
    150150 1. [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep] (Call to act on the analysis ensemble, called with (positive) value of the time step)