Changes between Version 4 and Version 5 of ImplementAnalysisseik
- Timestamp:
- Aug 26, 2010, 4:59:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisseik
v4 v5 33 33 * It can be useful if not only the size of the observation vector is determined at this point. One can also already gather information about the location of the observations, which will be used later, e.g. to implement the observation operator. An array for the locations can be defined in a module like `mod_assimilation`. 34 34 35 == `U_obs_op` == 35 == `U_obs_op` (obs_op.F90) == 36 37 This routine is used by all global filter algorithms (SEEK, SEIK, EnKF, ETKF). 36 38 37 39 The interface for this routine is: