I'm building a River Network in order to model tracers reacting to various hydrodynamic situations.
My problem is that I am unable to inject a tracer (dissolved calcium) through the Discharge module. At the moment, I can impose an initial concentration along the river, but in dynamic simulation, this concentration is not affected by the tracer discharges I add to the river.
My "Drainage_Network" file contains the following added property:
Code: Select all
<beginproperty>
NAME : dissolved calcium
UNITS : mg/l
DESCRIPTION : generic traceur
TIME_SERIE_COLUMN : 3
TIME_SERIE : 1
DISCHARGES : 1
<endproperty>
And my "Discharge" file contains the following:
Code: Select all
<begindischarge>
NAME : AddedTracer
DESCRIPTION : Low Waters
SPATIAL_EMISSION : Point
NODE_ID : 30
DATA_BASE_FILE : ..\GeneralData\BoundaryConditions\Tracer.dat
FLOW_COLUMN : 2
<beginproperty>
NAME : dissolved calcium
UNITS : g
DESCRIPTION : generic traceur
TIME_SERIE_COLUMN : 3
TIME_SERIE : 1
DISCHARGES : 1
<endproperty>
<enddischarge>
And of course, my discharge input has its three columns (Time, water discharge, tracer discharge).
Did I forgot something?
Thank you for your help.
Cyril Garneau