I'm new in ROMS. I installed ROMS in my Windows computer using Cygwin, according to the Tutorial on the Wiki (Tutorial: Installing ROMS in Windows XP / Vista / 7 (via Cygwin)). Even though I'm using Windows 10 I succeed in the installation process. Now I'm trying to compile ROMS for the first time in order to run the Upwelling test case, but I've got the compiling error bellow:
Code: Select all
cd /home/USUARI/roms/Projects/Upwelling/Build_roms; /usr/bin/gfortran -c -frepack-arrays -O3 -ffast-math -ffree-form -ffree-line-length-none -ffree-form -ffree-line-length-none mod_strings.f90
mod_strings.f90:218:42:
218 | character (len=80) :: my_fort = "gfortran
| 1
Error: Unterminated character constant beginning at (1)
make: *** [ROMS/Modules/Module.mk:15: /home/USUARI/roms/Projects/Upwelling/Build_roms/mod_strings.o] Error 1
Any help?
Really thank you,
Màrius