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 ‘CROCO_FILES/croco_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 on my computer without parallelization.
Could you please help? I attached my cppdefs.h file.cppdefs.h
Thanks heaps in advance,
This error message means that the executable file is trying to read the file croco_grd.nc in a subdirectory called CROCO_FILES. If your croco_grd.nc file is in another place, correct the file location in the croco.in file that the executable is reading