Changes between Version 30 and Version 31 of ReleaseNotes
- Timestamp:
- Feb 6, 2018, 9:23:52 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v30 v31 7 7 8 8 * Added a model binding for the MITgcm ocean circulation model 9 * Added routines to simplify the implementation of parallelized local analysis steps when collecting full observations: 10 'PDAF_gather_dim_obs_f', 'PDAF_gather_obs_f', 'PDAF_gather_obs_f2' (see updated tutorials on how to use these routines) 9 * Added routines to simplify the implementation of parallelized local analysis steps when collecting full observations: 'PDAF_gather_dim_obs_f', 'PDAF_gather_obs_f', 'PDAF_gather_obs_f2' (see updated tutorials on how to use these routines) 11 10 * Updated the tutorials to reflect our updated implementation recommendations. For example, we now recommend to compute the distances of observations for the local analysis step only once 12 11 * Add routine 'PDAF_deallocate' to deallocate the big internal arrays of PDAF at the end of a program. In the tutorials it is called in the new routine 'finalize_pdaf'.