<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><span style="font-family: arial, sans-serif; font-size: 16px; line-height: 24px; "><span title="">Hello everyone.<br>
</span><span title="" style="background-color: rgb(230, 236, 249); color: rgb(0, 0, 0); ">I export the values of the WRF model </span><span title="">.<br></span><span title="">I wrote a few lines but does not work very well.</span></span><div>
<span style="font-family: arial, sans-serif; font-size: 16px; line-height: 24px; "><span title=""><br></span></span></div><div><span style="font-family: arial, sans-serif; font-size: 16px; line-height: 24px; "><span title=""><div>
&#39;reinit&#39;</div><div>&#39;open /NMM/wrfems/runs/a/emsprd/grads/control.ctl&#39;</div><div>&#39;c&#39;</div><div>&#39;set lat 45.00&#39;</div><div>&#39;set lon 10.00&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set t 2&#39;</div>
<div>a = t&#39;.txt&#39;</div><div>kt = 06</div><div>&#39;d vvelprs(lev=700)&#39;</div><div>linha = sublin(result,2)</div><div>vvel1 = subwrd(linha,4)</div><div>vvel2 = substr(vvel1,1,4)</div><div>if ( vvel2 = 0 ) ; vvel2 = 0.00 ; endif</div>
<div>write (a, &#39;VVEL&#39;, append) </div><div>write (a, &#39;+&#39;%kt%&#39; &#39;%vvel2, append)</div><div>&#39;quit&#39;</div><div><br></div></span></span></div><div><span style="font-family: arial, sans-serif; font-size: 16px; line-height: 24px; "><span title=""><br>
</span></span></div><div><span style="font-family: arial, sans-serif; font-size: 16px; line-height: 24px; "><span title=""><br></span><span title="">I write the value for each hour in a txt file.<br></span><span title="">I&#39;m hoping for some suggestions</span></span></div>
</span>