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,
READ_INP ERROR: A total of 1 configuration errors discovered.
-
- 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.
- Attachments
-
- cppdefs.h
- (29.41 KiB) Downloaded 236 times
Re: READ_INP ERROR: A total of 1 configuration errors discovered.
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.
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
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu
-
- 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.
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.
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 241 times
Re: READ_INP ERROR: A total of 1 configuration errors discovered.
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
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
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
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu