Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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

  • namelist.input
    6.8 KB · Views: 7
  • rsl.error.0000
    53.4 KB · Views: 2
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:
Top