Changes between Version 2 and Version 3 of prepoststep_pdaf
- Timestamp:
- Jan 21, 2015, 2:46:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
prepoststep_pdaf
v2 v3 24 24 Notes: 25 25 * The routine is called by all filter processes. 26 * If parallelization with domain decomposition is used, the variables `state_p` and `ens_p` will only contain the state information for the process-local domain. Accordingly, also `dim_p` and `dim_obs_p` only contain the state vector size for the local domain. 27 * For the local filters (LESTKF, LETKF, LSEIK), `dim_obs_p` is the observation dimension for the `full` observations. 26 28 27 29 Hints: