<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,&nbsp;the&nbsp;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.&nbsp; I set the time in every case, but it not function.</div>
<div style="RIGHT: auto">'open c:/..../u.ctl'&nbsp;&nbsp;&nbsp;&nbsp; ! U component for WRF wind</div>
<div style="RIGHT: auto">'open c:/.../v.ctl'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !&nbsp;V&nbsp;component for WRF wind</div>
<div style="RIGHT: auto">'open c:/.../utn.ctl'&nbsp;&nbsp; ! U wind component inTN station</div>
<div style="RIGHT: auto">'open c:/.../vtn.ctl'&nbsp;&nbsp; !&nbsp;V wind component&nbsp;in TN station</div>
<div style="RIGHT: auto">'open c:/&nbsp;&nbsp; /uts.ctl'&nbsp;&nbsp; ! U wind component&nbsp;in TS station</div>
<div style="RIGHT: auto">'open c:/&nbsp;&nbsp; /vts.ctl'&nbsp;&nbsp; !&nbsp;V wind component&nbsp;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">&nbsp;'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">&nbsp;</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>