Hi eaglewong,
I faced the same issue and solved it by commenting out the line FFLAGS += -check unint after ifdef USE_ROMS in /Compilers/*.mk. This flag is for runtime check, and it is not activated when only SWAN is used. Please be careful that *.mk depends on your environment and compiler.
Search found 2 matches
- Fri Dec 11, 2020 9:06 am
- Forum: ROMS Discussion
- Topic: Boundary condition of SWAN in ROMS+SWAN coupling
- Replies: 2
- Views: 1588
- Fri Jan 18, 2019 7:50 am
- Forum: ROMS Bugs
- Topic: tiny bugs? in metrics.F and nesting.F
- Replies: 1
- Views: 2346
tiny bugs? in metrics.F and nesting.F
Hi all, I've been working on a storm surge simulation with two-way nesting, and encountered errors if baloclinic timestep dt at child grid is less than 1. For example, if parent timestep dt(dg) = 3 and child timestep dt(ig) = 0.6, then ROMS reported the following error: METRICS - illegal timestep ...