Search found 11 matches

by lteeter
Fri Apr 18, 2014 8:27 pm
Forum: ROMS Problems
Topic: U and V
Replies: 1
Views: 1542

U and V

Hi all,

I'm just looking for where U and V are calculated within the code. If anyone could point me towards that, that would be great!

Thanks!
by lteeter
Tue Aug 07, 2012 9:12 pm
Forum: ROMS Installation
Topic: Compiling finished but won't run (solved)
Replies: 2
Views: 3117

Re: Compiling finished but won't run

Managed to figure this out; for anyone having similar problems it looks like my libnetcdf.so.7 file was installed in /usr/local/lib which apparently isn't searched, so I had to add it to the library path:

export LD_LIBRARY_PATH="/usr/local/lib/:$LD_LIBRARY_PATH"
by lteeter
Wed Aug 01, 2012 6:28 pm
Forum: ROMS Installation
Topic: Compiling finished but won't run (solved)
Replies: 2
Views: 3117

Compiling finished but won't run (solved)

I ran

./build.sh

which gave me the executable file oceanG, but when I tried to run it I got the following error message:

./oceanG: error while loading shared libraries: libnetcdf.so.7: cannot open shared object file: No such file or directory

does anyone have any ideas how to go about fixing this?
by lteeter
Fri Jun 22, 2012 8:52 pm
Forum: ROMS Installation
Topic: Trying to compile
Replies: 14
Views: 7795

Re: Trying to compile

All right, thanks a lot for your help anyways!
by lteeter
Fri Jun 22, 2012 5:35 pm
Forum: ROMS Installation
Topic: Trying to compile
Replies: 14
Views: 7795

Re: Trying to compile

It did make the file, and the first few lines look the same as yours. (When I run make depend, it makes the MakeDepend file non-executable and I have to go in and change that manually every time. Could that be somehow causing the problem?)
by lteeter
Thu Jun 21, 2012 11:58 pm
Forum: ROMS Installation
Topic: Trying to compile
Replies: 14
Views: 7795

Re: Trying to compile

I'm still back to getting the same message:

$ make -f makefile_BaseRun
makefile_BaseRun:230: INCLUDING FILE Compilers/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS
make: *** No rule to make target `Build/MakeDepend', needed by `all'. Stop.
by lteeter
Thu Jun 21, 2012 10:15 pm
Forum: ROMS Installation
Topic: Trying to compile
Replies: 14
Views: 7795

Re: Trying to compile

All right, all of the directories in ./ROMS are executable and all of the files in ./ROMS/Bin using: $ make -f makefile_BaseRun depend I get: makefile_BaseRun:230: INCLUDING FILE Compilers/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS ./ROMS/Bin/sfmakedepend --cpp --fext=f90 ...
by lteeter
Thu Jun 21, 2012 9:17 pm
Forum: ROMS Installation
Topic: Trying to compile
Replies: 14
Views: 7795

Re: Trying to compile

Should everything in the ROMS directory be executable?
by lteeter
Thu Jun 21, 2012 6:30 pm
Forum: ROMS Installation
Topic: Trying to compile
Replies: 14
Views: 7795

Re: Trying to compile

$ ls -l Build total 0 -rw-r--r-- 1 lteeter theory 0 Jun 20 14:55 MakeDepend $ ls -ld Build drwxr-xr-x 2 lteeter theory 4096 Jun 20 14:55 Build [lteeter@wahad BioUPW]$ ls -l ./ROMS/Bin/sfmakedepend -rw-r--r-- 1 lteeter theory 22054 Jun 8 10:53 ./ROMS/Bin/sfmakedepend Should all of these be drwxr-xr-x ...
by lteeter
Wed Jun 20, 2012 9:59 pm
Forum: ROMS Installation
Topic: Trying to compile
Replies: 14
Views: 7795

Re: Trying to compile

for the "make -f makefile_BaseRun clean", I get: rm -f -r core *.ipo Build Compilers/make_macros.mk and for "make -f makefile_BaseRun depend" I get: makefile_BaseRun:230: INCLUDING FILE Compilers/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS ./ROMS/Bin/sfmakedepend --cpp ...
by lteeter
Mon Jun 18, 2012 10:18 pm
Forum: ROMS Installation
Topic: Trying to compile
Replies: 14
Views: 7795

Trying to compile

I'm new to ROMS, and trying to compile using make -f makefile_BaseRun (I got a version from someone else, so I'm trying to run her specific base run), and I'm getting this: makefile_BaseRun:230: INCLUDING FILE Compilers/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS make ...