Changes between Version 3 and Version 4 of ImplementAnalysisetkf
- Timestamp:
- May 17, 2011, 3:26:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisetkf
v3 v4 215 215 216 216 The 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: 217 1. [#U_prepoststepprepoststep_etkf.F90 U_prepoststep] ( call to handle the forecast, called with negative value of the time step)217 1. [#U_prepoststepprepoststep_etkf.F90 U_prepoststep] (Call to act on the forecast ensemble, called with negative value of the time step) 218 218 1. [#U_init_dim_obsinit_dim_obs.F90 U_init_dim_obs] 219 219 1. [#U_obs_opobs_op.F90 U_obs_op] (A single call to operate on the ensemble mean state) … … 222 222 1. [#U_init_obsvarinit_obsvar.F90 U_init_obsvar] (Only executed, if the adaptive forgetting factor is used (`type_forget=1` in the example implemention)) 223 223 1. [#U_prodRinvAprodrinva.F90 U_prodRinvA] 224 1. [#U_prepoststepprepoststep_etkf.F90 U_prepoststep] (call to handle the analysis, called with (positive) value of the time step)225 224 1. [#U_prepoststepprepoststep_etkf.F90 U_prepoststep] (call to act on the analysis ensemble, called with (positive) value of the time step) 225