I am trying to produce a year-long simulation, with high output frequency over a particular period of time.
At the moment, I only manage to increase output frequency for the entire simulation duration through NHIS in roms_.in file:
However, that means my output file will be extremely large. I only look for high output frequency over a specific month period in the middle of the simulation, and the rest I only need sporadic outputs. Is there any way we can set varying number of timesteps between creation of writing history records? I see that I can create new history files, but not varying output timesteps among files...Output history, average, diagnostic files parameters.
LDEFOUT == T ! File creation/append switch
NHIS == 72 ! Number of timesteps between writing history records
NDEFHIS == 0 ! Number of timesteps between creation of new history file
NQCK == 0 ! Number of timesteps between writing quicksave records
NDEFQCK == 0 ! Number of timesteps between creation of new quicksave file
NTSAVG == 1 ! Starting averages timestep
NAVG == 72 ! Number of timesteps between writing averages records
NDEFAVG == 0 ! Number of timesteps between creation of new averages file
NTSDIA == 1 ! Starting diagnostics timestep
NDIA == 72 ! Number of timesteps between writing diagnostics records
NDEFDIA == 0 ! Number of timesteps between creation of new diagnostics file
Greatly appreciate any hints...!