ROMS Executable Question

Discussion about modeling ice with ROMS

Moderators: arango, robertson

Post Reply
Message
Author
kscho
Posts: 2
Joined: Mon Oct 12, 2009 5:34 pm

ROMS Executable Question

#1 Unread post by kscho »

I build ROMS version 3.2 and using following option in the makefile:

ROMS_APPLICATION ?= BENCHMARK

And I found 3 executables with different sizes were built in bin directory:

cho@cy011(ROMS)% ll bin
total 14220
drwxr-xr-x 2 cho users 65 2012-05-02 11:49 ./
drwxr-xr-x 21 cho users 8192 2012-05-02 12:58 ../
-rwxr-xr-x 1 cho users 4777388 2012-05-02 11:49 oceanM*
-rwxr-xr-x 1 cho users 4872046 2011-02-14 18:54 oceanM.BENCHMARK*
-rwxr-xr-x 1 cho users 4900243 2011-02-14 18:54 oceanM.UPWELLING*

Which one should I be using if my input file is ocean_benchmark3.in from the distribution?

Thanks in advance!

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: ROMS Executable Question

#2 Unread post by kate »

kscho wrote:-rwxr-xr-x 1 cho users 4872046 2011-02-14 18:54 oceanM.BENCHMARK*
-rwxr-xr-x 1 cho users 4900243 2011-02-14 18:54 oceanM.UPWELLING*
It looks like these two are over a year old, from some other compilation. You want to be using the one that's just oceanM.

kscho
Posts: 2
Joined: Mon Oct 12, 2009 5:34 pm

Re: ROMS Executable Question

#3 Unread post by kscho »

Ah! You are right, I forgot to check their dates. Those two were probably built by previous owner of the distribution.

Thanks for your prompt reply!

Post Reply