4 | | == Version 1.13 - February 6, 2018 == |
| 4 | == Version 1.13.1 - March 12, 2018 == |
| 5 | |
| 6 | Changes:[[BR]] |
| 7 | * Added routine PDAF_get_assim_flag. This routines returns the information whether onthe last call to a PDAF_assimilate routine the analysis step of a filter was actually computed, i.e. observation were assimilated. (This can be used e.g. in model with leap frog time stepping to compute an Euler time step directly after the analysis step) |
| 8 | * Bug corrections: We got notified by a user (thank you) that two bugs we announced to be fixed in Version 1.13 were actually not fixed. Unfortunately, the corrected files didn’t make it into the previous release. Now the following two bugs are really fixed: |
| 9 | * Corrected order of arguments in 'PDAF_assimilate_lenkf' |
| 10 | * Corrected 'PDAF_local_weight' (the weight was no always intialized to 0 for distances beyond the localization radius) |
| 11 | |
| 12 | ---- |
| 13 | |
| 14 | == Previous versions == |
| 15 | |
| 16 | |
| 17 | === Version 1.13 - February 6, 2018 === |