Hello everybody,
I am new to telemac and I am trying to continue a simulation in Telemac 2d v8p0r2. In the previous computation file I have the values for Velocity, Free Surface, Water Depth, Wind velocity and 2 tracers: SALINITY
with units: KG/M3
and SUSTANCIA
with units: mg/L
.
In the steering file I have:
NUMBER OF TRACERS = 2
NAMES OF TRACERS = 'SALINITY
KG/M3
';
'SUSTANCIA
mg/L
'
INITIAL VALUES OF TRACERS = 35; 0
But when the next simulation starts, every value is read from the previous file but SALINITY which restarts to a constant value of 35. Although in the output listing file it says:
CALLING READ_DATASET (TELEMAC-2D)
TITLE OF PREVIOUS COMPUTATION: TITLE
NAME: VELOCITY U UNIT: M/S
NAME: VELOCITY V UNIT: M/S
NAME: WATER DEPTH UNIT: M
NAME: FREE SURFACE UNIT: M
NAME: WIND ALONG X UNIT: M/S
NAME: WIND ALONG Y UNIT: M/S
NAME: SALINITY
UNIT: KG/M3
NAME: SUSTANCIA
UNIT: mg/L
Does someone know why is that happening? I have looked up in the forums but couldn't find something that worked.
Thanks in advance
Santiago