<div dir="ltr"><div>thanks</div><div>Mary and Dennis,</div><div>I have tried both suggestions from Dennis and Mary but it doesn&#39;t plot. The workstation is opened with no plot and error message. I have checked the data and realized it has only upto 18hours run but whatever the case there should be a plots</div><div><br></div><div>thanks </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 29, 2015 at 7:54 AM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Afwande,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">My guess is that your script never got past this line, because NCL doesn&#39;t know what type of file your wrf output file is:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">  a = addfile(&quot;./wrfout_d01_2000-04-01_06:00:00&quot;,&quot;r&quot;)          </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Didn&#39;t your script give you an error when you tried to run it?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You need to add a &quot;.nc&quot; to the end of the filename (note: is NOT necessary to rename the file itself), so that NCL knows to open it as a NetCDF file:</div><div class="gmail_default" style="font-size:small"><br></div>







<div class="gmail_default" style="font-size:small">  a = addfile(&quot;./wrfout_d01_2000-04-01_06:00:<a href="http://00.nc" target="_blank">00.nc</a>&quot;,&quot;r&quot;)       </div><span class="HOEnZb"><font color="#888888"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small">                                                                                                                                                       </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">                              <br></div></font></span></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Thu, Oct 29, 2015 at 5:27 AM, afwande juliet <span dir="ltr">&lt;<a href="mailto:afwandej965@gmail.com" target="_blank">afwandej965@gmail.com</a>&gt;</span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div><div class="h5"><div dir="ltr"><div>Dear NCL users,</div><div> I am trying to plot wrf output for temp, u and v wind  dewpoint temp in one plot but i only get empty workstation, could someone help me know why . I am using script from WRF-NCL page and the runs is for about 13days of 3hourly. I have attached the script</div><div>thanks </div><span><font color="#888888"><div>Afwande </div></font></span></div>
<br></div></div><span>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank" rel="noreferrer">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></span></blockquote></div><br></div>
</blockquote></div><br></div>