svn problem to download the test

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
Yongjiu
Posts: 2
Joined: Mon Apr 28, 2014 4:03 pm
Location: Hydrospheric Atmospheric Research Center, Nagoya U

svn problem to download the test

#1 Unread post by Yongjiu »

Hi, I am a new member here, and want to get some advice for the installation of ROMS.
Following the ROMS descriptions, I can successfully download the trunk, matlab, plot. But when going to test, it takes very long time (one and a half day). Until now, it stopped at the line here:
A test/windbasin/ocean_windbasin.in

Have you ever met these problems when download test?

How to solve this problem?

I use virtual linux centos 6.3 in windows 7 (uname -a: domain 2.6.32-279.5.2.el6.i686 #1 SMP Thu Aug 23 22:16:48 UTC 2012 i686 i686 i386 GNU/Linux)

Thanks

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

Re: svn problem to download the test

#2 Unread post by kate »

You don't need the test package to get started. As for the download, I would kill it and try again. It sounds like the connection got hung up or something.

Yongjiu
Posts: 2
Joined: Mon Apr 28, 2014 4:03 pm
Location: Hydrospheric Atmospheric Research Center, Nagoya U

Re: svn problem to download the test

#3 Unread post by Yongjiu »

Thanks you,kate.
As you pointed, I skip to download the test.
And I tried the start using upwelling.h, in the folder, I cannot find the produced ocean*.nc files.

I type
./oceanG < /mypath/model/trunk/ROMS/External/ocean_upwelling.in

it showed below results, Is this correct? do i miss sth. for the upwelling?

----------------------------------------------------------------
Basin information for Grid 01:

Maximum grid stiffness ratios: rx0 = 6.931666E-02 (Beckmann and Haidvogel)
rx1 = 8.661243E-01 (Haney)

Initial basin volumes: TotVolume = 3.8843755884E+11 m3
MinVolume = 8.4521383562E+05 m3
MaxVolume = 2.5612332106E+07 m3
Max/Min = 3.0302783777E+01

NL ROMS/TOMS: started time-stepping: (Grid: 01 TimeSteps: 00000001 - 00001440)


STEP Day HH:MM:SS KINETIC_ENRG POTEN_ENRG TOTAL_ENRG NET_VOLUME
C => (i,j,k) Cu Cv Cw Max Speed

0 0 00:00:00 0.000000E+00 6.585677E+02 6.585677E+02 3.884376E+11
(00,00,00) 0.000000E+00 0.000000E+00 0.000000E+00 0.000000E+00
DEF_HIS - creating history file, Grid 01: ocean_his.nc
Segmentation fault (core dumped)

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

Re: svn problem to download the test

#4 Unread post by kate »

Segmentation fault (core dumped)
This means your job failed. I can't tell from this why it failed. Can you tell what your system limits are with "ulimit -a" or "limit" (depending on your shell)? They would have to be set pretty small for UPWELLING to run out of memory - one of the many ways to get a seg fault.

Post Reply