Search found 5 matches

by sbergman
Thu Oct 06, 2011 1:06 pm
Forum: ROMS Discussion
Topic: Delft3D grids to NetCDF
Replies: 21
Views: 16023

Re: Delft3D grids to NetCDF

Hello, I ran into this thread by looking for the same solution as the original poster. I've already tried sending a message to the NOAA email - but there's no response. (It was a LONG time ago afterall...) Nonetheless, I managed to google some scripts, which appear to be a way to convert the Delft g...
by sbergman
Thu Jul 28, 2011 12:27 pm
Forum: ROMS Installation
Topic: [SOLVED] netcdf configure using gfortran
Replies: 11
Views: 10962

Re: netcdf configure using gfortran

Hi, I think you guys have solved the problem: There was no reference to LD_LIBRARY_PATH in my ~/.bashrc so I added the following: LD_LIBRARY_PATH=/home/sbergman/local/lib export LD_LIBRARY_PATH and things fell into place. So the upwelling example is running at the moment. Mind you, since yesterday I...
by sbergman
Wed Jul 27, 2011 11:14 am
Forum: ROMS Installation
Topic: [SOLVED] netcdf configure using gfortran
Replies: 11
Views: 10962

Re: netcdf configure using gfortran

Hi again. Thanks for the help so far. I've got #export USE_NETCDF4=on # compile with NetCDF-4 library in my build.bash file. Am I correct in saying that its commented out cos I configured netcdf with the --disable-netcdf4 option? (and it's like that on the working pc...) I tried doing a ./build.bash...
by sbergman
Mon Jul 25, 2011 12:46 pm
Forum: ROMS Installation
Topic: [SOLVED] netcdf configure using gfortran
Replies: 11
Views: 10962

Re: netcdf configure using gfortran

Hi again, thanks to both of you I've got netcdf-4.1.3 installed. For the record, I did a make clean and then a ./configure FC=gfortran CXX=g++ CPPFLAGS=-I/home/sbergman/local/include LDFLAGS=-L/home/sbergman/local/lib --prefix=/home/sbergman/local --disable-netcdf-4 --enable-shared and then a make c...
by sbergman
Tue Jul 19, 2011 2:49 pm
Forum: ROMS Installation
Topic: [SOLVED] netcdf configure using gfortran
Replies: 11
Views: 10962

[SOLVED] netcdf configure using gfortran

Hi, I'm currently having trouble getting the upwelling test case to compile. I've successfully compiled and ran this case on another PC, so I'm confident that the error isnt related to the build.bash file. I've read somewhere that it may be related to when I ran ./configure after installing latest v...