Error MAIN: Abnormal termination: BLOWUP

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
BrunnaSimonetti
Posts: 1
Joined: Wed Feb 03, 2016 4:07 pm
Location: UNIVERSIDADE FEDERAL DE SANTA CATARINA

Error MAIN: Abnormal termination: BLOWUP

#1 Unread post by BrunnaSimonetti »

Hi everyone, I'm new user of ROMS, and I am having problem when running my model.
I would like your help follows the error message, and the header file.


NL ROMS/TOMS: started time-stepping: (Grid: 01 TimeSteps: 00000001 - 02592000)


STEP Day HH:MM:SS KINETIC_ENRG POTEN_ENRG TOTAL_ENRG NET_VOLUME
C => (i,j) Cu Cv C Max Max Speed

0 0 00:00:00 NaN NaN NaN NaN
(000,000) 0.000000E+00 0.000000E+00 0.000000E+00 0.000000E+00

Elapsed CPU time (seconds):

Thread # 0 CPU: 0.776
Total: 0.776

Nonlinear model elapsed time profile, Grid: 01

Allocation and array initialization .............. 0.192 (24.7423 %)
Ocean state initialization ....................... 0.576 (74.2268 %)
Reading of input data ............................ 0.436 (56.1856 %)
Computation of global information integrals ...... 0.008 ( 1.0309 %)
Total: 1.212 156.1856

All percentages are with respect to total time = 0.776


ROMS/TOMS - Output NetCDF summary for Grid 01:

Analytical header files used:

ROMS/Functionals/ana_fsobc.h
ROMS/Functionals/ana_m2obc.h
ROMS/Functionals/ana_smflux.h

ROMS/TOMS - Blows up ................ exit_flag: 1


MAIN: Abnormal termination: BLOWUP.



** Application flag: BAIAS
** Input script: ocean_baias.in
*/
#define UV_ADV
#define UV_COR
#define UV_QDRAG
#define UV_VIS4

#define ANA_SMFLUX

#define RAMP_TIDES

# define SSH_TIDES
# ifdef SSH_TIDES
# define ANA_FSOBC
# endif

# define UV_TIDES
# ifdef UV_TIDES
# define ANA_M2OBC
# endif

User avatar
wilkin
Posts: 879
Joined: Mon Apr 28, 2003 5:44 pm
Location: Rutgers University
Contact:

Re: Error MAIN: Abnormal termination: BLOWUP

#2 Unread post by wilkin »

That you have NaN for the energy and volume before the run even starts suggests that you input initial conditions contained NaN.

View the standard output where it reads initial conditions. You'll see something like:
NLM: GET_STATE - Read state initial conditions, t = 00 00:00:00
(Grid 01, File: yourfilename.nc, Rec=0001, Index=1)
- free-surface
(Min = -4.28777677E-01 Max = 7.12206929E-01)
- vertically integrated u-momentum component
(Min = -5.69404529E-01 Max = 6.04521196E-01)
The Min/Max values should be physically reasonable values.
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

Post Reply