Thanks Stegert... I am will see this...<br><br><div><span class="gmail_quote">2007/6/1, Stegert &lt;<a href="mailto:stegert@ifm.uni-hamburg.de">stegert@ifm.uni-hamburg.de</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear Rafael,<br><br>what is the time-resolution?<br>you say: &#39;each files cotain a one hour of my run...&#39;<br>The ctl names look as if you have 1 timestep in each<br>ctl (i.e. 5 timesteps alltogether), is it right?<br>
<br>as a possibility I&#39;d suggest, you define<br>a dummy ctl/grads file with x/y/z resolution&nbsp;&nbsp;= 1<br>and the sum of timesteps (here 5) for one variable<br>(say &#39;var&#39;) with all values set to &#39;1&#39;.<br>Then, recursively collect the values from your ctl&#39;s and
<br>set them on the new variable:<br><br>open var.ctl (will be dfile 1)<br>open wrfnmm_d01_00.ctl (dfile 2)<br>open wrfnmm_d01_06.ctl (dfile 3)<br>open wrfnmm_d01_12.ctl (dfile 4)<br>open wrfnmm_d01_18.ctl (dfile 5)<br>open wrfnmm_d01_24.ctl (dfile 6)
<br><br>itime0 = 1<br>itime1 = 5 (your end time)<br><br>while (itime0 &lt;= itime1)<br>*first take the value from your ctl<br>&nbsp;&nbsp; &#39;set dfile &#39;itime0+1<br>&nbsp;&nbsp; set lat 9.5<br>&nbsp;&nbsp; set lon -66.5<br>&nbsp;&nbsp; set lev 850<br>&nbsp;&nbsp; set t 1
<br>&nbsp;&nbsp; &#39;d &#39;apcpsfc<br>&nbsp;&nbsp; vartmp = subwrd(result,4)<br>*then put it on &#39;var&#39;<br>&nbsp;&nbsp; &#39;set dfile 1&#39;<br>&nbsp;&nbsp; &#39;set x 1&#39;<br>&nbsp;&nbsp; &#39;set y 1&#39;<br>&nbsp;&nbsp; &#39;set z 1&#39;<br>&nbsp;&nbsp; &#39;set t &#39;itime0<br>
&nbsp;&nbsp; &#39;set defval var 1 1 &#39; vartmp<br>&nbsp;&nbsp; itime0 = itime0+1<br>endwhile<br><br>*afterwards you should be able to display the new variable<br>&#39;set dfile 1&#39;<br>&#39;set x 1&#39;<br>&#39;set y 1&#39;<br>&#39;set z 1&#39;
<br>&#39;set t 1 5&#39;<br>&#39;d var&#39;<br><br>Implement this into your meteogram skript (I didn&#39;t have<br>a closer look on that...)<br>You can use &#39;var&#39; for each other varialbe of your ctl, of course.<br><br>
Hope this works for you.<br>Christoph<br><br>Rafael Mundaray schrieb:<br>&gt; Hi my dears GrADS USERS, i have files of WRF NMM in format .ctl, then i<br>&gt; can read these with GrADS, but each files cotain a one hour of my run...
<br>&gt; For example:<br>&gt; wrfnmm_d01_00.ctl<br>&gt; wrfnmm_d01_06.ctl<br>&gt; wrfnmm_d01_12.ctl<br>&gt; wrfnmm_d01_18.ctl<br>&gt; wrfnmm_d01_24.ctl<br>&gt; Then if i want to make a meteorogram for example of the variable
<br>&gt; PRECIPITATION (in my .ctl it is named apcpsfc), then i make this<br>&gt; open wrfnmm_d01_00.ctl<br>&gt; open wrfnmm_d01_06.ctl<br>&gt; open wrfnmm_d01_12.ctl<br>&gt; open wrfnmm_d01_18.ctl<br>&gt; open wrfnmm_d01_24.ctl
<br>&gt; set lat 9.5<br>&gt; set lon -66.5<br>&gt; set lev 850<br>&gt; set t (this i don&#39;t know as put it)<br>&gt; d apcpsfc (this i don&#39;t know as put it, too)<br>&gt;<br>&gt; I want a meteorogram with this five time of my five files .ctl... How do
<br>&gt; i make&nbsp;&nbsp;this???<br>&gt;<br>&gt; Please... Thanks...<br>&gt;<br>&gt; I add my script for make meteorogram...<br>&gt; You can see it...<br>&gt;<br>&gt; --<br>&gt; Ing. Rafael E. Mundaray M.<br><br>--<br>Christoph Stegert
<br>Institute for Oceanography - Ecological Modelling group<br>University of Hamburg, GER - (ZMK/ZMAW alliance member)<br>Bundesstr.53 20146 Hamburg - +49-40/42838-7486 Room 348<br></blockquote></div><br><br clear="all"><br>
-- <br>Ing. Rafael E. Mundaray M.