Changes between Version 10 and Version 11 of InsertAnalysisStep
- Timestamp:
- Nov 24, 2020, 11:07:42 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InsertAnalysisStep
v10 v11 126 126 === `U_prepoststep` (prepoststep_ens_pdaf.F90) === 127 127 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.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 ESTKF and LESKTF filters. 129 129 130 130 The interface for this routine is … … 140 140 INTEGER, INTENT(in) :: dim_obs_p ! PE-local dimension of observation vector 141 141 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. 143 143 ! It can be used freely in this routine. 144 144 REAL, INTENT(inout) :: Uinv(dim_ens-1, dim_ens-1) ! Inverse of matrix U