I'm having trouble simulating a river with an upstream discharge boundary condition and an imposed water level downstream.
This is my grid and bathymetry:

And my tidal_1.dat looks like this:
Code: Select all
<begingauge>
NAME : Zarate
GRID_I : 4
GRID_J : 70
REF_LEVEL : 0
TIME_REF : GMT = 0
EVOLUTION : Constant
<endgauge>
in Hydrodinmic_1.dat the keyword TIDE is set to 1. I'm getting the error ReadGaugeData - ModuleGauge - ERR120
I'm trying to make a constant water level first and when that works try a time series.
Thanks for your help!