4 | | == Version 1.12 - December 21, 2016 == |
| 4 | == Version 1.13 - February 6, 2018 == |
| 5 | |
| 6 | Changes:[[BR]] |
| 7 | |
| 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) |
| 11 | * 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 | * 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'. |
| 13 | * In the tutorials, the variables in 'init_pdaf' are reordered to clearly separate the variables that are used in 'PDAF_init' from those that are only used in the call-back routines. |
| 14 | * Added a verbosity flag for 'PDAF_sampleens' and 'PDAF_eofcovar' to make them better usable in parallel programs (note: the interface has changed) |
| 15 | * Bug correction: Corrected order of arguments in 'PDAF_assimilate_lenkf' |
| 16 | * Bug correction: Corrected 'PDAF_local_weight' (the weight was no always intialized to 0 for distances |
| 17 | beyond the localization radius) |
| 18 | * Bug correction: Corrected use do doexit flag in 'PDAF_get_state' (it was very unlikely to cause a problem) |
| 19 | |
| 20 | ---- |
| 21 | |
| 22 | == Previous versions == |
| 23 | |
| 24 | |
| 25 | === Version 1.12 - December 21, 2016 === |