READ_INP ERROR: A total of 1 configuration errors discovered.

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,

Hello, were you able to solve this problem?

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

Thanks for answering my question. I have croco_grd.nc in the CROCO_FILES, therefore this error is very weird.

Not yet. Any suggestion please? Thanks in advance.