Error while compiling with gfortran COAWST

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
perezdbea
Posts: 3
Joined: Tue Apr 03, 2012 1:38 pm
Location: IH Cantabria

Error while compiling with gfortran COAWST

#1 Unread post by perezdbea »

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

jcwarner
Posts: 1182
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: Error while compiling with gfortran COAWST

#2 Unread post by jcwarner »

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

perezdbea
Posts: 3
Joined: Tue Apr 03, 2012 1:38 pm
Location: IH Cantabria

Re: Error while compiling with gfortran COAWST

#3 Unread post by perezdbea »

Thank you very much.

I posted the answer on the coawst trac site (build.log attached).

Post Reply