Problems Running Upwelling Test Case

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
luis.chetu.83
Posts: 25
Joined: Mon Jan 21, 2008 8:52 pm
Location: U. de G.

Problems Running Upwelling Test Case

#1 Unread post by luis.chetu.83 »

Hi everyone!!

I installed ROMS in my windows PC under cygwin using g95 compiler, then when the installation was completed I compiled to prove the installation using make and the compilation was succesfully without errors, but when I tried to run the upwelling test case using:

& ./oceanS<ocean_upw>&log&

I received this message:

$ ./oceanS<ocean_upw>&log&
[2388]

And here the model stoped working and I received this message:

$ 12 [main] oceanS 2388 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack)

Then I typed: tail log and I received the next message:

tail log
MinVolume = 2.74206945480521E+07
MaxVolume = 1.50000000000000E+08
Max/MIn = 5.47032095547906E+00

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

STEP time[DAYS] KINETIC_ENRG POTEN_ENRG TOTAL_ENRG
0 0.000000 0.000000E+00 8.935171E+02 8.935171E+02

NET_VOLUME trd
7.285422E+11 0

[1]+ Segmentation fault (core dumped) ./oceanS <ocean_upw>&log&

Somebody could help me to solve my problem??

What do I have to do??

Cheers
-- Luis A.--

jcwarner
Posts: 1188
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

#2 Unread post by jcwarner »

look at the whole log file and see if there is any information that may answer why it went wrong. Did you compile th eprogram to run the upwelling case?
When i run upwelling i get:

**********
.......
Minimum X-grid spacing, DXmin = 1.00000000E+00 km
Maximum X-grid spacing, DXmax = 1.00000000E+00 km
Minimum Y-grid spacing, DYmin = 1.00000000E+00 km
Maximum Y-grid spacing, DYmax = 1.00000000E+00 km
Minimum Z-grid spacing, DZmin = 1.57503054E+00 m
Maximum Z-grid spacing, DZmax = 2.30290891E+01 m

Minimum barotropic Courant Number = 2.22358627E-01
Maximum barotropic Courant Number = 5.42494240E-01
Maximum Coriolis Courant Number = 2.47800000E-02


Maximum grid stiffness ratios: rx0 = 6.931666E-02 (Beckmann and Haidvogel)
rx1 = 1.188435E+00 (Haney)


Initial basin volumes: TotVolume = 3.88437558836196E+11 m3
MinVolume = 1.61682903648599E+06 m3
MaxVolume = 2.30290890585923E+07 m3
Max/Min = 1.42433668241409E+01


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


STEP time[DAYS] KINETIC_ENRG POTEN_ENRG TOTAL_ENRG NET_VOLUME trd

0 0.00000 0.000000E+00 6.579497E+02 6.579497E+02 3.884376E+11 0
DEF_HIS - creating history file: ocean_his.nc
WRT_HIS - wrote history fields (Index=1,1) into time record = 0000001
DEF_AVG - creating average file: ocean_avg.nc
DEF_DIAGS - creating diagnostics file: ocean_dia.nc
1 0.00347 3.268255E-13 6.579497E+02 6.579497E+02 3.884376E+11 0

......

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

#3 Unread post by kate »

I wrote up the sort of output ROMS is giving you here:
https://www.myroms.org/wiki/index.php/Standard_Output

User avatar
luis.chetu.83
Posts: 25
Joined: Mon Jan 21, 2008 8:52 pm
Location: U. de G.

#4 Unread post by luis.chetu.83 »

Thanks a lot for your reply Kate and jcwarner!!

I`ll check this to see where is the problem...

Cheers
--
Luis A.--

User avatar
luis.chetu.83
Posts: 25
Joined: Mon Jan 21, 2008 8:52 pm
Location: U. de G.

#5 Unread post by luis.chetu.83 »

Thanks a lot for your help Kate, m.hadfield, Arango and jcwarner!!

I already installed ROMS succesfully and I could run the Upwelling test case without problems, now I`m working to implement my own application!!

Cheers
--
Luis A.--

Post Reply