I managed to compile and run COAWST normally with ROMS and WRF coupled in version 3.4, however when trying the same in version 3.7 I am having a problem with MCT when compiling coast.bash, does anyone know what could be wrong? Why did it work in version 3.4 and 3.7 is this error appearing? Attached are some files of my configuration and project.
It is throwing the following error:
gfortran: error: /home/william/COAWST/mct_coupler_params.o: No such file or directory
the problem probably occurred way near the beginning of the build.
and then it got to the end and all the modules were not there.
When WRF builds, if it gets an error, it keeps going. So you need to scroll way up to the top and start from there to look for the 'error'.
You can output the build using this
script build.log
./coawst.bash -j 4
when it is done type exit
then edit the build.log and search for the word error .
keep looking until you find what looks like the problem
that seems to work for me.
-j
ok now i see your log file.
but that log file is for "william_onlyroms.h"
And that built correctly.
So that is not the correct log file for me to look at.
The mct_coupler_params.o file is not being created in the Build directory. In version 3.4 I didn't have this problem. Could you tell me what could be the problem?