Hi all, I tried installing RegCM4 on my Fedora PC. I was able to create both terrain and icbc binary files using the make terrain and make icbc commands, however when I tried doing the make regcm, I get the ff error.
make[1]: Entering directory `/Sigay/RegCM-4.0/Main'
mpif90 -DMPP1 -O3 -fp-model precise -convert big_endian -assume byterecl -c -o mod_constants.o ../Config/mod_constants.F90
gfortran: precise: No such file or directory
gfortran: big_endian: No such file or directory
gfortran: byterecl: No such file or directory
gfortran: unrecognized option '-convert'
cc1: error: unrecognized command line option "-fp-model"
make[1]: *** [mod_constants.o] Error 1
make[1]: Leaving directory `/Sigay/RegCM-4.0/Main'
make: *** [regcm] Error 2
I dont understand why it's calling gfortran when I'm using ifort as my compiler. I'm also attaching Makefile.inc in this email. Help please. Thanks!
Julie