<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! You have to go into the Resigtry, edit it, recompile WRF. With the edits, you get more than one output file. These other output files are 'auxiliary history' (auxhist, for short) files. For me, I use this auxhist capacity to make outputs of surface wind every 15-minutes.</div><div><br></div><div>For example, for "LU_INDEX", I have edited Registry in this way:</div><div><br></div><div><div><font class="Apple-style-span" face="Courier">state real LU_INDEX ij misc 1 - 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) "LU_INDEX" "LAND USE CATEGORY" "</font></div><div><br></div><div>The trick is "i012r<b><u>h01</u></b>d". The "<b><u>h</u></b>" refers to the history file, the output. 0 is the default "wrfout_d01...", but 1 is an addition. </div><div>Anything in the registry which has <b><u>h01</u></b> will be written out to both wrfout and to auxhist1. So, with my edit "LU_INDEX" ends up in wrfout and the auxhist1 file. You can make auxhist1, auxhist2, and so on.</div><div><br></div><div>Then, in the namelist.input, I have this, just before "&domains", I added this:</div><div><br></div><div><div><font class="Apple-style-span" face="Courier"> auxhist1_outname = "wind_d<domain>_<date>"</font></div><div><font class="Apple-style-span" face="Courier"> frames_per_auxhist1 = 1, </font></div><div><font class="Apple-style-span" face="Courier"> auxhist1_interval = 15, </font></div></div><div><br></div><div>So, this auxhist file ends up named "wind_d01...", 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>