<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div style="RIGHT: auto">Hello,</div>
<div style="RIGHT: auto">I am trying to plot, the WRF wind and wind obsevational data in the same figure.</div>
<div style="RIGHT: auto">I made an script, but it plot the WRF forecast model wind for one time and the observational data for the next time. I set the time in every case, but it not function.</div>
<div style="RIGHT: auto">'open c:/..../u.ctl' ! U component for WRF wind</div>
<div style="RIGHT: auto">'open c:/.../v.ctl' ! V component for WRF wind</div>
<div style="RIGHT: auto">'open c:/.../utn.ctl' ! U wind component inTN station</div>
<div style="RIGHT: auto">'open c:/.../vtn.ctl' ! V wind component in TN station</div>
<div style="RIGHT: auto">'open c:/ /uts.ctl' ! U wind component in TS station</div>
<div style="RIGHT: auto">'open c:/ /vts.ctl' ! V wind component in TS station</div>
<div style="RIGHT: auto">'set lat xx xx'</div>
<div style="RIGHT: auto">'set lon yy yy'</div>
<div style="RIGHT: auto"> 'set t 1'</div>
<div style="RIGHT: auto">'d u.1;v.2'</div>
<div style="RIGHT: auto">'set t 1'</div>
<div style="RIGHT: auto">'d u.3;v.4'</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">Can help me?</div>
<div style="RIGHT: auto">Thanks,</div>
<div style="RIGHT: auto">Alejandra<VAR id=yui-ie-cursor></VAR></div></div></body></html>