I am attempting to run some simulations on a very shallow lake, but I am getting this error:
***** FATAL ERROR **** FATAL ERROR **** FATAL ERROR *****
* in subroutine sl_momentum_hi_cfl
* ELM method stopped before complete
* Cell: 333326
* ijk: 114 18 29
* uvw: 0.0000000E+00 1571.319 6.9824216E-04
*********************************************************
The CFL condition is being violated, so I reduced the timestep drastically but I still can't get the simulation to converge. The interesting thing is that the (114,18) is a land cell, but (113, 18) is a wetted cell, so it's on the boundary. The cell (113,17) is the dam outlet. It looks like the v-direction velocity is becoming non-physically large, and setting off the CFL condition. Any ideas on how to correct this?