1- changes in linux.gfortran.mk
from
LIBS := $(shell $(NC_CONFIG) –flibs)
to
LIBS := -L$(NETCDF_LIBDIR) -lnetcdf -lnetcdff
2-and in coawst.bash use:
USE_MPI=on, USE_MPIF90=on, USE_NETCDF4=on and
export COMPILERS=${MY_ROMS_SRC}/Compilers
but for running first test (RIPCURRENT) it faced with errors with out any error files:
Code: Select all
mpirun -np 4 ./coawstG coupling_rip_current.in
Coupled Input File name = coupling_rip_current.in
At line 119 of file read_coawst_par.f90
Fortran runtime error: Index '1' of dimension 1 of array 'wname' above upper bound of 0
At line 119 of file read_coawst_par.f90
Fortran runtime error: Index '1' of dimension 1 of array 'wname' above upper bound of 0
At line 119 of file read_coawst_par.f90
Fortran runtime error: Index '1' of dimension 1 of array 'wname' above upper bound of 0
At line 119 of file read_coawst_par.f90
Fortran runtime error: Index '1' of dimension 1 of array 'wname' above upper bound of 0
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= EXIT CODE: 2
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
Would you please help me to solve those errors
all the best
pooran