the initial condition in the history file

Dear Supporters,
a very simple question.
Is it possible to NOT write the initial condition (in my case at 00h of the first day) of a run as first time frame in the history file?
I found something similar for the restart run:
Code:
write_hist_at_0h_rst         = .false.
In case of three daily files with three hourly frames I would like to have results at hours: 3,6,9,12,25,28,21,24.
Thank you very much.
 
Hi,
It is possible to delay files being written-out, using the namelist parameter "history_begin_h" (for hour), but it's not possible to skip from hours 12 to 25 as you've suggested above, unfortunately.
 
Back
Top