You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run an example from Katrina T03 Tutorial and getting pretty much the same error as in #570 (it hasn't been resolved)
*** WAVEWATCH III Program shell ***
===============================================
Comment character is '$'
At line 1249 of file /home/nikita/WW3/model/src/ww3_shel.F90 (unit = 10, file = './ww3_shel.inp')
Fortran runtime error: Bad repeat count in item 2 of list input
Error termination. Backtrace:
#0 0x7fc5be66ed21 in ???
#1 0x7fc5be66f869 in ???
#2 0x7fc5be67054f in ???
#3 0x7fc5be8a9dbb in ???
#4 0x7fc5be8ab4c8 in ???
#5 0x7fc5be8ad179 in ???
#6 0x7fc5be8addc9 in ???
#7 0x55a86d836cf0 in w3shel
at /home/nikita/WW3/model/src/ww3_shel.F90:1249
#8 0x55a86d836578 in main
at /home/nikita/WW3/model/src/ww3_shel.F90:242
I also tried to run a basic test case from the inp folder and got the similar mistake
*** WAVEWATCH III Program shell ***
===============================================
Comment character is '$'
Input fields :
--------------------------------------------------
water levels ---/NO
currents ---/NO
winds ---/NO
ice fields ---/NO
momentum ---/NO
air density ---/NO
mean param. ---/NO
1D spectra ---/NO
2D spectra ---/NO
At line 1360 of file /home/nikita/WW3/model/src/ww3_shel.F90 (unit = 10, file = './ww3_shel.inp')
Fortran runtime error: Bad integer for item 1 in list input
Error termination. Backtrace:
#0 0x7fea7ff96d21 in ???
#1 0x7fea7ff97869 in ???
#2 0x7fea7ff9854f in ???
#3 0x7fea801d1f03 in ???
#4 0x7fea801d5189 in ???
#5 0x7fea801d5dc9 in ???
#6 0x7fea801db63b in ???
#7 0x5608d061ffe2 in w3shel
at /home/nikita/WW3/model/src/ww3_shel.F90:1360
#8 0x5608d061d718 in main
at /home/nikita/WW3/model/src/ww3_shel.F90:242
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to run an example from Katrina T03 Tutorial and getting pretty much the same error as in #570 (it hasn't been resolved)
I also tried to run a basic test case from the inp folder and got the similar mistake
Beta Was this translation helpful? Give feedback.
All reactions