Changes between Version 10 and Version 11 of InsertAnalysisStep


Ignore:
Timestamp:
Nov 24, 2020, 11:07:42 AM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InsertAnalysisStep

    v10 v11  
    126126=== `U_prepoststep` (prepoststep_ens_pdaf.F90) ===
    127127
    128 The interface of the routine is identical for all filters. However, the particular operations that are performed in the routine can be specific for each filter algorithm. Here, we exemplify the interface on the example of the SEIK filter.
     128The interface of the routine is identical for all filters. However, the particular operations that are performed in the routine can be specific for each filter algorithm. Here, we exemplify the interface on the example of the ESTKF and LESKTF filters.
    129129
    130130The interface for this routine is
     
    140140  INTEGER, INTENT(in) :: dim_obs_p   ! PE-local dimension of observation vector
    141141  REAL, INTENT(inout) :: state_p(dim_p) ! PE-local forecast/analysis state
    142                                      ! The array 'state_p' is not generally not initialized in the case of SEIK/EnKF/ETKF.
     142                                     ! The array 'state_p' is not generally not initialized.
    143143                                     ! It can be used freely in this routine.
    144144  REAL, INTENT(inout) :: Uinv(dim_ens-1, dim_ens-1) ! Inverse of matrix U