jimmygriffey Posted May 7, 2009 Report Share Posted May 7, 2009 Hi: I gor the error message below, what doesi this mean? And how can I fix the problem? "RK(100,200)= 0.000000000000000E+000 0.000000000000000E+000 Reading Error from Input Files, ERROR IOE= 1 " Thank you... Kevin Quote Link to comment Share on other sites More sharing options...
John Howlett Posted May 7, 2009 Report Share Posted May 7, 2009 RK stands for the Wave Number ansd is equal to 2*PI/Wave Length. It looks like the RK line might be printing out regardless and not the source of the error because there is a comment that says "for code testing". Here is a section of the code: WRITE(*,*) 'RK(100,200)=',RK(100),RK(200) ! for code testing. The error may be caused by a problem with your boundary nodestrings. Please verify that your nodestrings have been created correctly and that they are not missing nodes or overlapping. - John Quote Link to comment Share on other sites More sharing options...
jimmygriffey Posted May 8, 2009 Author Report Share Posted May 8, 2009 RK stands for the Wave Number ansd is equal to 2*PI/Wave Length. It looks like the RK line might be printing out regardless and not the source of the error because there is a comment that says "for code testing". Here is a section of the code: WRITE(*,*) 'RK(100,200)=',RK(100),RK(200) ! for code testing. The error may be caused by a problem with your boundary nodestrings. Please verify that your nodestrings have been created correctly and that they are not missing nodes or overlapping. - John I have another question. CGwave can give time-series sufface elevation, but when it can only run one wave cycle. Can you increase the time beyond one wave cycle? Thanks. Kevin Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.