Search found 5 matches

by alexandrosmf
Sun Jun 30, 2019 12:37 pm
Forum: ROMS Installation
Topic: Problem with the file makefile
Replies: 11
Views: 6623

Re: Problem with the file makefile

Finally, I ran it successfully. I had to create the folder out.

Thank you very much Kate! :D
by alexandrosmf
Sat Jun 29, 2019 6:31 pm
Forum: ROMS Installation
Topic: Problem with the file makefile
Replies: 11
Views: 6623

Re: Problem with the file makefile

Do you know why it cannot create the netcdf file?


~/Projects/upwelling$ ./romsS < ocean_upwelling.in
--------------------------------------------------------------------------------
Model Input Parameters: ROMS/TOMS version 3.7
Saturday - June 29, 2019 - 7:19:06 PM ...
by alexandrosmf
Fri Jun 28, 2019 11:00 am
Forum: ROMS Installation
Topic: Problem with the file makefile
Replies: 11
Views: 6623

Re: Problem with the file makefile

Thanks, Kate again!

Finally, it gave me the executable romsS. I tried to run the command:
./romsG ocean_upwelling.in


Only the following has appeared:


~/Projects/upwelling$ ./romsG ocean_upwelling.in
--------------------------------------------------------------------------------
Model Input ...
by alexandrosmf
Wed Jun 26, 2019 8:50 pm
Forum: ROMS Installation
Topic: Problem with the file makefile
Replies: 11
Views: 6623

Re: Problem with the file makefile

Thank you very much Kate!
I compiled with gfortran everything from the beginning and of course the netCDF and netCDF-Fortran as you indicate. Although I had progress with the compile, I stuck in the following:


Build/libMODS.a(mod_netcdf.o): In function `__mod_netcdf_MOD_netcdf_get_dim':
mod ...
by alexandrosmf
Tue Jun 25, 2019 10:47 pm
Forum: ROMS Installation
Topic: Problem with the file makefile
Replies: 11
Views: 6623

Problem with the file makefile

Hello guys,

I am quite new in the community. I am trying to compile ROMS. So, when I type make, it gives me the following error


cd Build; /usr/bin/g95 -c -fno-second-underscore -O3 -ffast-math mod_netcdf.f90
Fatal Error: While reading module 'netcdf' found module version 0, expected 9.
ROMS ...