Search found 7 matches

by PedroMarques
Fri May 10, 2013 7:58 pm
Forum: ROMS Installation
Topic: Netcdf downloading via Cygwin
Replies: 64
Views: 413086

Re: Netcdf downloading via Cygwin

Good news!!!
I installed netcdf and netcdf-fortran again and now ROMS is running! :D
Now the game will start!
by PedroMarques
Fri May 10, 2013 5:03 pm
Forum: ROMS Installation
Topic: Netcdf downloading via Cygwin
Replies: 64
Views: 413086

Re: Netcdf downloading via Cygwin

Yes, I did. NetCDF installation was ok. NetCDF-Fortran installation was not ok, so, I downloaded some more gcc packages. After that I was able to install netCDF-Fortran successfully. The packages that I have are: cologcc 1.3.2-2 gcc-core 3.4.4-999 gcc-g77 3.4.4-999 gcc-mingw-core 20050522-3 gcc-ming...
by PedroMarques
Fri May 10, 2013 3:08 pm
Forum: ROMS Installation
Topic: Netcdf downloading via Cygwin
Replies: 64
Views: 413086

Re: Netcdf downloading via Cygwin

Hi Kate & Mark I believe I found what was going wrong. The tutorial (https://www.myroms.org/wiki/index.php/ROMS_Cygwin) in 'Customizing the Build Script' section explain to replace these 2 lines in build.bash: export NETCDF_INCDIR=/opt/gfortransoft/serial/netcdf3/include export NETCDF_LIBDIR=/op...
by PedroMarques
Thu May 09, 2013 2:39 pm
Forum: ROMS Installation
Topic: Netcdf downloading via Cygwin
Replies: 64
Views: 413086

Re: Netcdf downloading via Cygwin

Hi Mark, netCDF and netCDF-fortran were installed in /usr/local. The output of "nc-config --all" and "nf-config --all" looks ok for me. See below: Pedro@Noronha ~/roms/projects/upwelling $ nc-config --all This netCDF 4.2.1.1 has been built with the following features: --cc -> gcc...
by PedroMarques
Wed May 08, 2013 5:01 pm
Forum: ROMS Installation
Topic: Netcdf downloading via Cygwin
Replies: 64
Views: 413086

Re: Netcdf downloading via Cygwin

Yeah, it not exist.
Inside "opt" folder there is only one folder called "gcc-tools".
by PedroMarques
Wed May 08, 2013 3:06 pm
Forum: ROMS Installation
Topic: Netcdf downloading via Cygwin
Replies: 64
Views: 413086

Re: Netcdf downloading via Cygwin

Thanks Mark and Kate for your comments. Yes, I'm using Cygwin. I experienced downloading some more gcc packages and after that I was able to install netcdf-fortran-4.2. :D Now, I'm trying to compile the upwelling test case but something is going wrong. I followed all steps in WikiROMS tutorial and I...
by PedroMarques
Tue May 07, 2013 4:03 pm
Forum: ROMS Installation
Topic: Netcdf downloading via Cygwin
Replies: 64
Views: 413086

Re: Netcdf downloading via Cygwin

Hello everyone, This is my first post. I successfully installed netcdf-4.2.1.1 but I'm having problems installing netcdf-fortran-4.2. I used the following line command: CC=gcc FC=gfortran LIBS="$(nc-config --libs)" CPPFLAGS="-I$(nc-config --includedir)" nice ./configure --disable...