Dear all:
I could use ROMS Matlab tools plotting myself case( just ocean model), but when I used it to plot Inlet Test Case(https://www.myroms.org/wiki/index.php/INLET_TEST_CASE).
In ocean_inlet_test.in of Inlet Test Case, I didn't modify TIME_REF = 0.0d0 ! yyyymmdd.dd
The first, I tried some date to plot ocean_his.nc, and got
Requested date 19-Nov-2010 03:00:00 is not between the dates in
ocean_his.nc which are 19-Nov-9855 00:00:00 to
21-Nov-9855 00:00:00
Therefore, I changed the plotting dates, it was 19-Nov-9855 03:00:00 in *.m file.
Then,I got some messages
Warning:
> In roms_zview at 64
In SHtest at 20
Requested date 19-Nov-9855 03:00:00 is not between the dates in
ocean_his.nc which are 19-Nov-9855 00:00:00 to
21-Nov-9855 00:00:00
But, I set the plotting time was 19-Nov-9855 03:00:00, it certainty between the dates in
ocean_his.nc which are 19-Nov-9855 00:00:00 to 21-Nov-9855 00:00:00
another thing, I had tried to modify TIME_REF, if I changed TIME_REF=20000101.0 ! yyyymmdd.dd
But in matlab when I used 01-Jan-2000 03:00:00 to plot,
I got
Requested date 01-Jan-2000 03:00:00 is not between the dates in
ocean_his.nc which are 18-Nov-1854 00:00:00 to
20-Nov-1854 00:00:00
It still different about TIME_REF what I set, but I can use 18-Nov-1854 00:00:00 to plot.
1) Can anyone give me some suggests to solve this problems?
2) If I want to draw wave height, wave direction and current velocity,
what can I use?
Best regards,
Chi-Che Hsieh