Changes between Version 2 and Version 3 of readwrite_obs
- Timestamp:
- Feb 9, 2019, 1:17:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
readwrite_obs
v2 v3 45 45 * If the full vector of synthetic observations is identical for each process in a parallel configuration, only a single process (e.g. rank=0) should call this routine. With parallelization each process might hold a different vector of full synthetic observations. In this case each process should call this routine with a distinct file name and observation vector 46 46 * The routine has an internal counter for the index at which a vector is written into the file. This counter is independent for each process and is incremented each time the routine is called. 47 * if `dim_obs_f` > `dim_obs_obs`, where `dim_obs_max` was defined in the call to `init_file_syn_obs`, only the first `dim_obs_max` elements of the observation vector are written into the file. 47 48 48 49 == read_syn_obs ==