MAIN: Abnormal termination: BLOWUP. REASON: KEchar = NaN, PEchar = NaN
MAIN: Abnormal termination: BLOWUP. REASON: KEchar = NaN, PEchar = NaN
After i run it i got blow up error with NaN at the first-time step but i'm not sure why, can anyone help me to figure out the main possible reason?
- Attachments
-
NaN log.txt
- (82.8 KiB) Downloaded 142 times
Re: MAIN: Abnormal termination: BLOWUP. REASON: KEchar = NaN, PEchar = NaN
try running with a small dt, lets say dt = 1.0d0, just to see if it starts.
looks like you have some really shallow depths.
GET_GRID_NF90 - bathymetry at RHO-points: h
(Grid = 01, File: /home/ubuntu/roms_fyp/test/grd.nc)
(Min = 1.15776933E-02 Max = 9.72791063E+01)
do you need that shallow at ~80m horiz resolution?
looks like you have some really shallow depths.
GET_GRID_NF90 - bathymetry at RHO-points: h
(Grid = 01, File: /home/ubuntu/roms_fyp/test/grd.nc)
(Min = 1.15776933E-02 Max = 9.72791063E+01)
do you need that shallow at ~80m horiz resolution?
Re: MAIN: Abnormal termination: BLOWUP. REASON: KEchar = NaN, PEchar = NaN
I tried with DT = 1.0 but it still blows up. And actually, no need that shallow for ~80m, so does it mean I still have to smooth it more? But any suggestion on the min or max depth?