|
1 | 1 | Talsim-NG simulation engine changelog |
2 | 2 | ************************************* |
3 | 3 |
|
| 4 | +Version 4.1.22 |
| 5 | +-------------- |
| 6 | +FIXED: |
| 7 | +* Fixed internal calculation of ETP resulting in exaggerated values when using a simulation timestep smaller than 1 day #463 |
| 8 | + |
| 9 | +Version 4.1.21 |
| 10 | +-------------- |
| 11 | +FIXED: |
| 12 | +* Read additional transport reach data from database #363 |
| 13 | + |
| 14 | +CHANGED: |
| 15 | +* Updated DB support to 20260318095742_AddStorageReleaseIdToConflictiveConnection (requires Talsim5 >= v0.6.23) |
| 16 | + |
| 17 | +Version 4.1.20 |
| 18 | +-------------- |
| 19 | +FIXED |
| 20 | +* When reading from database, interpret time series elevation of 0 as error value and do not apply temperature elevation correction in this case #420 |
| 21 | +* Fixed evaporation mode for sub-basins not being respected #455 |
| 22 | + |
| 23 | +Version 4.1.19 |
| 24 | +-------------- |
| 25 | +CHANGED: |
| 26 | +* Updated DB support to 20260127100510_change_defaultvalues (requires Talsim5 >= v0.6.20) |
| 27 | + |
| 28 | +Version 4.1.18 |
| 29 | +-------------- |
| 30 | +FIXED: |
| 31 | +* Fixed ETP for subbasins from timeseries sometimes randomly being set to 0 #447 |
| 32 | +* Fixed negative reservoir releases when the number of maximum iterations in the non-linear solver was exceeded and the solver exited through a gateway solving the water balance #399 |
| 33 | + |
| 34 | +Version 4.1.17 |
| 35 | +-------------- |
| 36 | +NEW: |
| 37 | +* New command line argument '-ktrcheck'. If set as argument when calling the engine, the engine will read the system and checks consistency of clusters and states only. |
| 38 | + The engine stops directly after checking. A file '<datasetname>.ktr.analysis.txt' is written with the results of the consistency check. |
| 39 | + |
| 40 | +FIXED: |
| 41 | +* Calibration parameter "NLESolverMaxLoops" was not read |
| 42 | +* Attribute 'Number of time series' in *.WELINFO files corrected for SOIL Wel, CROP Wel, HRU Wel, STORAGE Wel, |
| 43 | + |
| 44 | +Version 4.1.16 |
| 45 | +-------------- |
| 46 | +FIXED: |
| 47 | +* Fixed states with no function transformation causing a simulation error #351 |
| 48 | +* Fixed storage releases not respecting annual patterns #436 |
| 49 | +* Fixed unused internal dependencies in DB causing a crash #434, #319 |
| 50 | +* Fixed grammar in error and warning messages #416 |
| 51 | + |
| 52 | +Version 4.1.15 |
| 53 | +-------------- |
| 54 | +CHANGED: |
| 55 | +* Enable scenario simulations when using a database by checking for an SCE file with the same name as the database |
| 56 | +FIXED: |
| 57 | +* Added some missing error messages |
| 58 | + |
| 59 | +Version 4.1.14 |
| 60 | +-------------- |
| 61 | +CHANGED: |
| 62 | +* When the simulation timestep is set to 43200 minutes, this is assumed to signify a monthly timestep. |
| 63 | + |
| 64 | +Version 4.1.13 |
| 65 | +-------------- |
| 66 | +CHANGED: |
| 67 | +* Ported from v3.2.34: |
| 68 | + Simstart and simend are introduced for QIF (QIF: scenario discharge files) |
| 69 | + The header of a *.qif file has changed and requires: |
| 70 | + 1. Simstart in ISO date format, |
| 71 | + 2. timestep in minutes, |
| 72 | + 3. number of timesteps for allocation, |
| 73 | + 4. number of rows in the file. |
| 74 | + The keywords are ignored, the structure is text parameter, Fortran reads format free. |
| 75 | +* Updated DB support to 20251118142933_add_remaining_fk_constraints_and_delete_ausgezeichnetes_project |
| 76 | +FIXED: |
| 77 | +* Log output of timeseries start and end date now only occurs when actively set |
| 78 | +* Fixed reading calibration parameter SoilTypeShift from database #429 |
| 79 | + |
| 80 | +Version 4.1.12 |
| 81 | +-------------- |
| 82 | +FIXED: |
| 83 | +* Fixed crash due to non-associated pointer when no evaporation objects are defined in a dataset #2 |
| 84 | + |
| 85 | +Version 4.1.11 |
| 86 | +-------------- |
| 87 | +FIXED: |
| 88 | +* Fixed update of initial soil moisture (BFO) not working |
| 89 | + |
| 90 | +Version 4.1.10 |
| 91 | +-------------- |
| 92 | +NEW: |
| 93 | +* Output for relative soil moisture in % related to saturation (in *.all file set Soil=4) |
| 94 | + |
4 | 95 | Version 4.1.9 |
5 | 96 | ------------- |
6 | 97 | FIXED: |
|
0 commit comments