Restart Run WRF Records Output files Every Time Step

Nero

New member
Hi everyone,
I encountered a problem that when I do a restart run wrf.exe recoeds output every time step regardless of the setting (recording outputs every an hour) in namelist.input file.
How can I find a way to fix this problem?I was using WRF version 4.4. Thanks very much!
 

Attachments

Hi,
Can you try setting the following in the &time_control section of your namelist, and see if that corrects the problem?
Code:
override_restart_timers = .true.
 
Hi,
Can you try setting the following in the &time_control section of your namelist, and see if that corrects the problem?
Code:
override_restart_timers = .true.
Thank you very much! I'll try it right now. It worked!
 
Last edited:
Back
Top