RCarpenter
Member
Sometimes restart files on nested grids are not output exactly on output times. As an example, I have a run that starts the outer grid at 2020-06-23_09:00:00 and then launches two inner grids at 2020-06-23_12:00:00. The restart interval is 9 hours. The first namelist files written are:
wrfrst_d01_2020-06-23_18:00:00
wrfrst_d02_2020-06-23_18:00:07
wrfrst_d03_2020-06-23_18:00:07
Note that the last two are 7 seconds past the hour. Adaptive time stepping is used, and adjust_output_times and step_to_output_time are true.
Looking at rsl.out.0000, the wrfout files are not written exactly on the hour but the filenames have zero seconds:
Timing for main (dt= 16.00): time 2020-06-23_18:00:07 on domain 3: 0.21456 elapsed seconds
Timing for main (dt= 48.00): time 2020-06-23_18:00:07 on domain 2: 1.11148 elapsed seconds
Timing for main (dt=144.00): time 2020-06-23_18:00:00 on domain 1: 3.83604 elapsed seconds
Perhaps adjust_output_times and step_to_output_time are not being applied to the restart files?
I can work around this with symlinks. But the last files on the nested grids don't get written. Thanks.
wrfrst_d01_2020-06-23_18:00:00
wrfrst_d02_2020-06-23_18:00:07
wrfrst_d03_2020-06-23_18:00:07
Note that the last two are 7 seconds past the hour. Adaptive time stepping is used, and adjust_output_times and step_to_output_time are true.
Looking at rsl.out.0000, the wrfout files are not written exactly on the hour but the filenames have zero seconds:
Timing for main (dt= 16.00): time 2020-06-23_18:00:07 on domain 3: 0.21456 elapsed seconds
Timing for main (dt= 48.00): time 2020-06-23_18:00:07 on domain 2: 1.11148 elapsed seconds
Timing for main (dt=144.00): time 2020-06-23_18:00:00 on domain 1: 3.83604 elapsed seconds
Perhaps adjust_output_times and step_to_output_time are not being applied to the restart files?
I can work around this with symlinks. But the last files on the nested grids don't get written. Thanks.