auxhist file not being written for restarted run

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.

jasonsimon

New member
In my namelist.input, under &time_control, I have

iofields_filename = "auxout_vid.txt",

auxhist10_interval_m = 1,
frames_per_auxhist10 = 30,
auxhist10_outname = "vidout_d<domain>_<date>",
io_form_auxhist10 = 2,

In auxout_vid.txt, I have

+:h:10:xtime,ph,phb,u,v,w,qvapor,qrain,qcloud,t,ust

In the output before the run starts, the stream is confirmed

Domain 1 Setting history stream 10 for xtime
Domain 1 Setting history stream 10 for ph
Domain 1 Setting history stream 10 for phb
Domain 1 Setting history stream 10 for u
Domain 1 Setting history stream 10 for v
Domain 1 Setting history stream 10 for w
Domain 1 Setting history stream 10 for qvapor
Domain 1 Setting history stream 10 for qrain
Domain 1 Setting history stream 10 for qcloud
Domain 1 Setting history stream 10 for t
Domain 1 Setting history stream 10 for ust

However, if the run starts from a restart, no auxhist file is ever written. It will be written if the run is cold started. Is this a known behavior? Is there any way to use an auxhist stream from a restart?
 
I have moved this post to the "Special Running Options" section. Someone will respond to your inquiry soon.
 
Back
Top