I was trying to compile COAWST for the first time, and ran into some error:
Code: Select all
cd ./Build; /usr/bin/gfortran -c -frepack-arrays -O3 -ffast-math -I/etc/MCT/include -I/etc/MCT/include -I/usr/include/mpich2-x86_64/ -ffree-form -ffree-line-length-none waves_control.f90
waves_control.f90:131.14:
IF (run_grid(ng).eq..TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of .eq.
make: *** [Build/waves_control.o] Error 1
I appreciate any help or comments!
Thanks,
Mike Y.