Code: Select all
&& KEYWORD TO CREATE WIND GRID &&
INPGRID WIND CURVILINEAR 0 0 487 362 EXC 9.999000e+003 &
NONSTATIONARY 20050701.000000 1 HR 20060101.000000
READINP WIND 1 './swan_ERA5_2005.dat' 4 0 FREE
Now I ran the model as a coldstart from 2005/07/01, then it stopped at some point, let say 2005/07/03, and I wanted to use the restart files to do a hotstart.
Here is my question: if I still use "NONSTATIONARY 20050701.000000 1 HR 20060101.000000", will SWAN ignore the data records before 2005/07/03 in the input file? If it's not, do I need to create a new wind input file with the data beginning at 2005/07/03, and change it to "NONSTATIONARY 20050703.000000 1 HR 20060101.000000"? Thank you.