Hello Everyone,
I want to run an Interannual simulation using ROMS-RUTGERS. I have created the boundary, initial,forcing and grid file from ROMS-AGRIF. I have activated mpi and during compilation no errors are there. After successful compilation oceanM is created but when I try to run the model the following error is coming
Model Input Parameters: ROMS/TOMS version 3.7
Friday - September 16, 2016 - 1:08:14 PM
-----------------------------------------------------------------------------
At line 933 of file inp_par.f90
Fortran runtime error: Bad real number in item 1 of list input
At line 933 of file inp_par.f90
Fortran runtime error: Bad real number in item 1 of list input
At line 933 of file inp_par.f90
Fortran runtime error: Bad real number in item 1 of list input
At line 933 of file inp_par.f90
Fortran runtime error: Bad real number in item 1 of list input
-------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code.. Per user-direction, the job has been aborted.
-------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[52146,1],1]
Exit code: 2
--------------------------------------------------------------------------
I don't have any idea why this is happening. Please help me in this issue.
Error during mpirun
-
- Posts: 7
- Joined: Tue Jun 23, 2015 5:42 pm
- Location: IIT BHUBANESWAR
Re: Error during mpirun
Do you know how to find your inp_par.f90? It's in the $SCRATCH_DIR you set. What's on line 933 there?