READ_INP ERROR: A total of 1 configuration errors discovered.

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
Isabella_Su
Posts: 2
Joined: Fri Jul 16, 2021 10:28 pm
Location: Institute of Marine Science and Technology

READ_INP ERROR: A total of 1 configuration errors discovered.

#1 Unread post by Isabella_Su »

Hi! All,
I am running a coastal ocean simulation with tides, however, I always encounter a problem when running it with MPI parallelization.

READ_INP ERROR: Cannot find input file 'ROMS_FILES/roms_grd.nc'. READ_INP ERROR: A total of 1 configuration errors discovered.

However, I did not meet such error when I was running the same simulation in a serial mode, but only with parallelization. Could you please help? I attached my cppdefs.h file. Thanks heaps in advance,
Attachments
cppdefs.h
(29.41 KiB) Downloaded 150 times

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

Re: READ_INP ERROR: A total of 1 configuration errors discovered.

#2 Unread post by wilkin »

We would need to see you logfile to debug this.

But, since you are running CROCO and not ROMS from myroms.org, you might want to consult your CROCO colleagues directly.
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

Isabella_Su
Posts: 2
Joined: Fri Jul 16, 2021 10:28 pm
Location: Institute of Marine Science and Technology

Re: READ_INP ERROR: A total of 1 configuration errors discovered.

#3 Unread post by Isabella_Su »

Hi! wilkin,
Thank you so much for your reply.
I have posted my question at the CROCO community forum, but did not get answers from the CROCO colleagues yet.
I am trying my best to catch up with the schedule of my project, therefore I am wondering if the ROMS colleagues here could help by any chance.
I have posted the log file from my simulation with serial mode on HPC, which looks like there are problems in reading the topography data from the grid file. But the simulation is running successfully on my computer in the office. I have check the NetCDF library in my HPC account, which looks ok.
Could you help please? Many thanks in advance.
Attachments
log1.txt
(13.8 KiB) Downloaded 144 times

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

Re: READ_INP ERROR: A total of 1 configuration errors discovered.

#4 Unread post by wilkin »

Code: Select all

Vertical S-coordinate System:

 level   S-coord     Cs-curve          at_hmin  over_slope     at_hmax

    30   0.0000000   0.0000000           0.000       0.000       0.000
    29  -0.0333333  -0.0001156        Infinity************   -Infinity
    28  -0.0666667  -0.0004685        Infinity************   -Infinity
    27  -0.1000000  -0.0010779        Infinity************   -Infinity
    26  -0.1333333  -0.0019765        Infinity************   -Infinity
There is definitely something wrong with your bathymetry. Possibly NaNs somewhere. Even if in the land, they are a problem.

Look like your initial conditions time might be before before your run start time ...

Code: Select all

     GET_INITIAL -- Processing data for time =   0.000     record =   1
 Ntimes from date_start and date_end: -2147483648
but these are CROCO warnings and information that I am not familiar with.

You have a lot of warning messages in general. Probably not a good strategy to ignore those.

Please post any follow up in a more appropriate board than this one ... "Job Opportunities"!
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

Post Reply