Hello,
I have a nearshore domain whose offshore boundaries are forced depth, uvel, and vvel (5 6 6 in the *.cli file). These boundary conditions vary in time and space, and are read from an external file. Simulations with just this input work just fine.
The problem comes when I wish to specify a river inflow to the nearshore domain. As with any river problem, I create an inflow boundary conditions file that varies with time. However, I can not seem to include the inflow boundary conditions file in my simulations.
The only way I can include the river inflow is to include the following options in the steering file:
PRESCRIBED FLOWRATES =0;4.8
PRESCRIBED ELEVATIONS =0;0.88
PRESCRIBED VELOCITIES =0;0
OPTION FOR LIQUID BOUNDARIES =2;1 /THOMPSON FOR OFFSHORE BOUNDARY
However, including PRESCRIBED VELOCITIES keyword cancels out my offshore boundary values that were read from an external file. If I remove the PRESCRIBED VELOCITIES keyword, Telemac-2d complains with the following message:
ITERATION 0 TIME: 0.0000 S
PRERES: MAXIMUM COURANT NUMBER: 0.000000
THE LIQUID BOUNDARIES FILE CONTAINS
96 LINES WITH:
Q(2)
VIT : MORE PRESCRIBED VELOCITIES ARE REQUIRED
IN THE PARAMETER FILE
AT LEAST 1 MUST BE GIVEN
I know I have an inconsistency in how the keywords/boundaries are specified. Can someone help?
Pat