Karki, it may be a better way to start with an example model distributed with the program and see how the case file was setup, including the keywords and values.
Here are a few issues:
- the mesh geometry is a major issue. At the river left boundary, there are a few very thin cells. Thin cells are often killer of model stability and should be deleted. After the deletion, you also need to update the corresponding boundary condition file.
- your geometry file (.slf) already includes the elevation of every mesh node, there is no need to provide BOTTOM TOPOGRAPHY FILE anymore. So you can comment the line with /
- are you trying to model wind impact on hydrodynamic? If not, you can comment line AIR PRESSURE = true. If yes, you can consult telemac2d manual for details how to include the wind effect.
- you do not have to include ADVECTION OF TRACERS = false. By default it is false. Without specifying a keyword the program will automatically use the default value.
- try VELOCITY PROFILES = 4;1.
- comment line STEERING FILE. It is not wrong to specify that but it is not needed by the program anymore.
- specify keywords LISTING PRINTOUT PERIOD, GRAPHIC PRINTOUT PERIOD and VARIABLES FOR GRAPHIC PRINTOUTS
- your time step 10 seconds is too large comparing with your cell size. Try to reduce it to 0.1 seconds. After editing your time step, your GRAPHIC PRINTOUT PERIOD should also be adjusted according to your desired output frequency. eg if you want to output results every 1 second, you need GRAPHIC PRINTOUT PERIOD = 10.
After these edits please report back whether the ill posed problem persists.
Hope this helps,
Hailiang