-
Notifications
You must be signed in to change notification settings - Fork 632
Description
A requirement for operations, is going to be the ability to restart WW3 from a checkpoint. This means selecting the correct restart file and then continuing to write output files from that point.
A proposed solution is to add an option to not only label the restart files with dates such as
restart.YYYYMMDDHHMMSS.ww3 (or some form of YYYYMMDDHH) and to explore the possibility of having output such as out_pnt.ww3 also be for each time (out_pnt.YYYYMMDDHH.ww3) so that you would not have to over-write anything in the binary file or cycle through to find out in initialization where you should be in the binary file.
We could also consider adding an option to put the output in folders, since this potentially could increase the number of files which is of a concern in coupled models where all models have lots of output files and it could be an issue for the file system.