Skip to content

Commit 2e692dd

Browse files
committed
update Talsim.Engine to v4.1.22
1 parent 7aaabcc commit 2e692dd

4 files changed

Lines changed: 97 additions & 2 deletions

File tree

BlueM.Opt/Apps/TALSIM/TALSIM.CHANGELOG

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,97 @@
11
Talsim-NG simulation engine changelog
22
*************************************
33

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+
495
Version 4.1.9
596
-------------
697
FIXED:

BlueM.Opt/Apps/TALSIM/sydrodomain.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Systemzustand]
44
Fields=ID |Key |Description |Unit |MassUnit |BaseKey |TypID |SumTypID |CalcFactor |UnitType |Ablauf |Zulauf |SubId |ValidSysElem |TSType
5-
CountValues=147
5+
CountValues=150
66
#N |A |A |A |A |A |N |N |N |N |N |N |N |A |A
77
1 |VOL |Volume_Tsdm3 |Tsd.m3 |Mio.m3 |VOL |3 |23 |1000 |4 |0 |0 |0 |TAL_TRS |VOLUME
88
2 |VM3 |Volume_m3 |m3 |m3 |VM3 |2 |21 |1 |4 |0 |0 |0 |nn |VOLUME
@@ -148,6 +148,9 @@ CountValues=147
148148
142 |BU1 |Fraction of unfrozen soil layer 1 |Prozent |Prozent |BU1 |8 |8 |1 |0 |0 |0 |0 |EZG |SOIL
149149
143 |BU2 |Fraction unfrozen soil layer 2 |Prozent |Prozent |BU2 |8 |8 |1 |0 |0 |0 |0 |EZG |SOIL
150150
144 |BU3 |Fraction unfrozen soil layer 3 |Prozent |Prozent |BU3 |8 |8 |1 |0 |0 |0 |0 |EZG |SOIL
151+
145 |B41 |Saturated water layer 1 |% |% |B41 |9 |9 |0.001 |5 |0 |0 |0 |EZG |SOIL
152+
146 |B42 |Saturated water layer 2 |% |% |B42 |9 |9 |0.001 |5 |0 |0 |0 |EZG |SOIL
153+
147 |B43 |Saturated water layer 3 |% |% |B43 |9 |9 |0.001 |5 |0 |0 |0 |EZG |SOIL
151154
201 |EFL |Balance_HRU |- |- |- |0 |0 |0 |0 |0 |0 |0 |nn |?
152155
202 |EZG |Balance_AER |- |- |- |0 |0 |0 |0 |0 |0 |0 |nn |?
153156
203 |URB |Balance_URB |- |- |- |0 |0 |0 |0 |0 |0 |0 |nn |?
906 KB
Binary file not shown.

BlueM.Opt/Main/BLUEM.OPT_RELEASE-NOTES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ BlueM.Opt Release Notes
44

55
Version X.X.X
66
-------------
7-
* Update BlueM.Wave to v2.17.0
7+
* Updated Talsim.Engine to v4.1.22
8+
* Updated BlueM.Wave to v2.17.0
89

910
Version 2.5.0
1011
-------------

0 commit comments

Comments
 (0)