Search found 5 matches
- Tue Aug 26, 2014 11:17 am
- Forum: ROMS Bugs
- Topic: Help with linking netcdf library
- Replies: 5
- Views: 4616
Re: Help with linking netcdf library
Thanks again! I boldly (didn't exactly know what I was doing...)changed the Linux-gfrortran.mk by changing the line; LIBS := -L$(NETCDF_LIBDIR) -lnetcdf to; LIBS := -L$(NETCDF_LIBDIR) -lnetcdff -lnetcdf #PJ This solved my problem. The thing compiled without errors and now I have an "oceanM" file ...
- Mon Aug 25, 2014 12:17 pm
- Forum: ROMS Bugs
- Topic: Help with linking netcdf library
- Replies: 5
- Views: 4616
Re: Help with linking netcdf library
Hi! Thanks for your reply and sorry I'm such a newb here. I tried to redirect the output using "./build.bash &>errors.txt", but apparently not all output goes in that file..? Is there a better way? The output from nc-config --all per@UiT-HP-Z620:~/Projects/upwelling$ nc-config --all This netCDF 4.3 ...
- Fri Aug 22, 2014 3:36 pm
- Forum: ROMS Bugs
- Topic: Help with linking netcdf library
- Replies: 5
- Views: 4616
Help with linking netcdf library
Hi! Moved to use Ubuntu and finally managed to install netcdf-fortran with parallel capacity, after many support-mails... Now I'm trying to compile the upwelling case, but I have some linking problem. I don't know how to set the links. Can I do this in the build.bash file, and if so, where do I do ...
- Tue Jul 15, 2014 7:10 am
- Forum: ROMS Installation
- Topic: Double slash, trying to build Upwelling
- Replies: 2
- Views: 2812
Re: Double slash, trying to build Upwelling
Thanks Kate!
The $HOME variable wasn't set. I also rearranged the file structure to resemble the one suggested in the guide.
Now on to fixing the netcdf problem, which you already have solved for others. I'll check the threads
//Pär
The $HOME variable wasn't set. I also rearranged the file structure to resemble the one suggested in the guide.
Now on to fixing the netcdf problem, which you already have solved for others. I'll check the threads
//Pär
- Sat Jul 12, 2014 9:25 pm
- Forum: ROMS Installation
- Topic: Double slash, trying to build Upwelling
- Replies: 2
- Views: 2812
Double slash, trying to build Upwelling
Hi! Trying to get ROMS going for the first time :? I'm on a CYGWIN machine, trying to build the Upwelling case as suggested. I get a funny naming error, which should be easy to fix, but I can't understand where the extra slash comes from. I'm guessing the file path should be; /Projects/Upwelling ...