ww3_shel run error for ww3 6.07. #919
JMSnyder1980
started this conversation in
General
Replies: 1 comment 1 reply
-
Have you run ww3_grid? That's the first step before running ww3_prep. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had compiled ww3 6.07 based what it says in the manual and when I ran ww3_prep I could the following:
./ww3_prep
*** WAVEWATCH III ERROR IN W3PREP :
ERROR IN OPENING INPUT FILE
IOSTAT = 2
which is to be expected when running ww3_prep without an input file.
However when I run ww3_shel I get the following output:
./ww3_shel
At line 919 of file ww3_shel.F90 (unit = 11, file = 'fort.11')
Fortran runtime error: End of file
Error termination. Backtrace:
#0 0x7efdb5ef1171 in ???
#1 0x7efdb5ef1d19 in ???
#2 0x7efdb5ef2521 in ???
#3 0x7efdb60fa1bb in ???
#4 0x7efdb60fa7b2 in ???
#5 0x7efdb60f733b in ???
#6 0x7efdb60fbec4 in ???
#7 0x7efdb60fcd34 in ???
#8 0x4024f8 in ???
#9 0x401eb6 in ???
#10 0x7efdb536bd84 in ???
#11 0x401eed in ???
#12 0xffffffffffffffff in ???
for wave watch 3 6.07. How do I resolve this issue? Was there a error that needs fixing in ww3_shel.F90?
Beta Was this translation helpful? Give feedback.
All reactions