Changes between Version 2 and Version 3 of readwrite_obs


Ignore:
Timestamp:
Feb 9, 2019, 1:17:53 PM (5 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • readwrite_obs

    v2 v3  
    4545 * 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
    4646 * 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.
    4748
    4849== read_syn_obs ==