<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi there,<div><br></div><div>I have done this! &nbsp;You have to go into the Resigtry, edit it, recompile WRF. &nbsp;With the edits, you get more than one output file. &nbsp;These other output files are 'auxiliary history' (auxhist, for short) files. &nbsp;For me, I use this auxhist capacity to make outputs of surface wind every 15-minutes.</div><div><br></div><div>For example, for &quot;LU_INDEX&quot;, I have edited Registry in this way:</div><div><br></div><div><div><font class="Apple-style-span" face="Courier">state &nbsp; &nbsp;real &nbsp;LU_INDEX &nbsp; &nbsp; &nbsp; &nbsp; ij &nbsp; &nbsp; &nbsp;misc &nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; &nbsp; - &nbsp; &nbsp; i012r</font><b><u><font class="Apple-style-span" face="Courier">h01</font></u></b><font class="Apple-style-span" face="Courier">d=(interp_fcnm)u=(copy_fcnm) &nbsp; &quot;LU_INDEX&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;LAND USE CATEGORY&quot; &nbsp; &nbsp; &nbsp; &nbsp; &quot;</font></div><div><br></div><div>The trick is &quot;i012r<b><u>h01</u></b>d&quot;. &nbsp;The &quot;<b><u>h</u></b>&quot; refers to the history file, the output. &nbsp;0 is the default &quot;wrfout_d01...&quot;, but 1 is an addition. &nbsp;</div><div>Anything in the registry which has <b><u>h01</u></b> will be written out to both wrfout and to auxhist1. &nbsp;So, with my edit &quot;LU_INDEX&quot; ends up in wrfout and the auxhist1 file. &nbsp;You can make auxhist1, auxhist2, and so on.</div><div><br></div><div>Then, in the namelist.input, I have this, just before &quot;&amp;domains&quot;, I added this:</div><div><br></div><div><div><font class="Apple-style-span" face="Courier">&nbsp;auxhist1_outname &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &quot;wind_d&lt;domain&gt;_&lt;date&gt;&quot;</font></div><div><font class="Apple-style-span" face="Courier">&nbsp;frames_per_auxhist1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1, &nbsp;&nbsp;</font></div><div><font class="Apple-style-span" face="Courier">&nbsp;auxhist1_interval &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 15, &nbsp;&nbsp;</font></div></div><div><br></div><div>So, this auxhist file ends up named &quot;wind_d01...&quot;, and is output every 15 minutes.</div><div><br></div><div><br></div><div>This is the basic idea.</div><div><br></div><div>Ciao, for now,</div><div>Brian E.</div><div><br></div><div><div>On Dec 2, 2010, at 8:35 PM, Huy Tran wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br><br>I'm going to run WRF simulation for about one month in the time step of <br>4 seconds and write output data hourly. I do really want high temporal <br>resolution output data (i.e. every 4s) but don't have enormous storage <br>capacity to write all output at that frequency. So my question is what <br>should be the script and how to modify it to have WRF write out just a <br>specific variable (e.g. temperature) at each time step to an ascii file <br>(or netcdf or whatever format) while still writing all output data <br>hourly as normal?<br><br>Thank you in advance.<br><br>Huy<br>_______________________________________________<br>Wrf-users mailing list<br><a href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br>http://mailman.ucar.edu/mailman/listinfo/wrf-users<br></div></blockquote></div><br></div></body></html>