Hello,
I am trying to run one of the test cases where the user chooses to perform spectral analysis on each of the output time series. The case is "1D_irregular_waves_up_slope".
I am using the executable provided with the package distributed on this forum by Prof. Lynett on Nov 8 2013 ("New code version - 11/2013").
Simulation time = 200 s, time increment to write file = 1 s, number of time series to write to file = 60 s, time at which to start processing time series = 50 s.
Simulation runs without problems, but when the spectral analysis is initiated, the following error is given
Processing time series 1 of 60
PGFIO-F-217/list-directed read/unit=10120/attempt to read past end of file
File name = tmsr001.dat formatted sequential access record = 1(null) In Source file Y:\home\plynett\sims\model_package\src\spectral_analysis.f at line number 35
Line in the code is
read(10119+cur_ts,*) xloc, yloc, hloc, dum
I guess somehow the code is trying to read time series beyond their length.
Could you suggest any way I can fix this?
Thank you.
Davide