Changes between Version 3 and Version 4 of prepoststep_pdaf
- Timestamp:
- Jan 21, 2015, 2:46:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
prepoststep_pdaf
v3 v4 25 25 * The routine is called by all filter processes. 26 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.27 * For the local filters (LESTKF, LETKF, LSEIK) `dim_obs_p` is the observation dimension for the `full` observations. 28 28 29 29 Hints: