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

Error in restart run when wrfxtrm files are saved

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

rajitha_AIT

New member
Hello

I tried a restart run from a restart file at 2015-12-31_00:00:00

Since I need daily extremes of temperature, I set my wrfxtrm interval as 1440 (one day) and the wrfxtrm_begin_h=17

The expected output is to have files save at 17:00:00 for each day to match the UTC time with the Local time.

However, the files save at every 17 hour rather than 24 hours as shown in the attachment.

Can anybody suggest me a solution for this?

P.S. This only happens for restart runs, other times it works fine giving daily output at 17:00:00 for each day (24 hours)
 

Attachments

  • image_2020_08_03T08_14_36_197Z.png
    image_2020_08_03T08_14_36_197Z.png
    16.5 KB · Views: 783
  • Capture2.PNG
    Capture2.PNG
    4.3 KB · Views: 783
Hi,
Try adding this to the &time_control section of your namelist and see if it helps:
Code:
override_restart_timers = .true.
 
Top