I'm compiling with gfortran COAWST model and the following error occurs :
cd /home/beatriz/SOFTWARE/COAWST/V3.1_082014/Build; /usr/bin/mpif90 -c -frepack-arrays -O3 -ffast-math -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I/usr/local/include -I/usr/include -I../WRF/main -I../WRF/external/esmf_time_f90 -I../WRF/frame -I../WRF/share mct_coupler_params.f90
mct_coupler_params.f90:2.32:
USE mct_wrf_coupler_params
1
Fatal Error: Can't open module file 'mct_wrf_coupler_params.mod' for reading at (1): No such file or directory
Can anyone tell me why this problem, is depend on the compiler? (i read that is better to compile mct library with intel or pgi compilers..)
Thank
Error while compiling with gfortran COAWST
Re: Error while compiling with gfortran COAWST
in the future can you post COAWST related issues to:
https://coawstmodel-trac.sourcerepo.com ... el_COAWST/
for now, it is difficult to determine the cause of that specific error without seeing the whole build. WRF will continue to build even after it encounters an error, so I need to see that entire build. do this:
script build.log
./coawst.bash
exit
and then send the build.log to me. Can you post it on the coawst trac site?
thanks,
john
https://coawstmodel-trac.sourcerepo.com ... el_COAWST/
for now, it is difficult to determine the cause of that specific error without seeing the whole build. WRF will continue to build even after it encounters an error, so I need to see that entire build. do this:
script build.log
./coawst.bash
exit
and then send the build.log to me. Can you post it on the coawst trac site?
thanks,
john
Re: Error while compiling with gfortran COAWST
Thank you very much.
I posted the answer on the coawst trac site (build.log attached).
I posted the answer on the coawst trac site (build.log attached).