<div dir="ltr">Hi:<div><br></div><div>I think it looks fine.</div><div><br></div><div>(Be sure to include ncl-talk in correspondence, so there is record of the e-mail chain).</div><div><br></div><div>Barry</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 6, 2017 at 9:43 AM, swati shewale <span dir="ltr"><<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hiii<br>I did club all the 3 hrly output datafile from wrf output (total
 8 files) using ncrcat so that i get a single file, which now include 8 
time step. to handle this processed file, script is available. I hope 
the way i did might be correct one. I am getting the plot attached here 
along with script. please let me know whether it is correct one or not. 
Thanks to all for participation and cooperation. As I am new to NCL, I 
may post queries  several times.<div><div class="h5"><br><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 6, 2017 at 10:15 AM, swati shewale <span dir="ltr"><<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thanks a lot Barry. I will go through it, if come across any problem, will let you know<br></div><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947HOEnZb"><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 6, 2017 at 9:49 AM, Barry Lynn <span dir="ltr"><<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Swati:<div><br></div><div>This program plots radar reflectivity from a single wrf output file at different times, over the eastern US, in a panel format.  You need to change the variable to the one (e.g, REFL10) that you have in your output.</div><div><br></div><div>To change the location of the plot, change the values within lats/lons.</div><div><br></div><div>Of course, you can change the variable you wish to plot.</div><div><br></div><div>I have included the program I use to plot gfs temperatures. It requires that you run write_times.F, first (by the way, through interactions with NCL-Talk I modified a similar program to obtain the time of each gefs file directly from the file itself -- you can find that in the e-mail chain). I include this because it has a nice way of setting the temperature intervals and color bar.</div><div><br></div><div>After you obtain the result you want from a single wrf output file, please let me know if you have trouble reading more than output file at a time.  The plot_gfs program shows you how to do this.</div><span class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612HOEnZb"><font color="#888888"><div><br></div><div>Barry</div></font></span></div><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612HOEnZb"><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 6, 2017 at 7:06 AM, swati shewale <span dir="ltr"><<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hiii Bary,<br></div>Please send me the script, I will look into it sideby. Thanks<br></div><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612m_2654267254550301816HOEnZb"><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612m_2654267254550301816h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 6, 2017 at 9:35 AM, swati shewale <span dir="ltr"><<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hiii Rick,<br></div>Keeping your suggestion (of changing "a(itime)" to "a[itime]" in the call to wrf_contour()) in the script gives me error as follow<br><br>fatal:Number of dimensions in parameter (2) of (wrf_contour) is (3), (2) dimensions were expected <br><span>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 44 in file temp.ncl<br><br>(0)    Error: gsn_panel: all of the plots passed to gsn_panel appear to be invalid<br><br></span></div><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612m_2654267254550301816m_9215634535306888377HOEnZb"><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612m_2654267254550301816m_9215634535306888377h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 6, 2017 at 5:55 AM, Barry Lynn <span dir="ltr"><<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi: did Rick's suggestion solve your problem? If not, I can send you my program that uses the same approach - but for radar from a single wrf output file -- to map panels from different times. <div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612m_2654267254550301816m_9215634535306888377m_-6196940180371856121HOEnZb"><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612m_2654267254550301816m_9215634535306888377m_-6196940180371856121h5"><br><br>On Tuesday, September 5, 2017, Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I *think* the issue is that addfiles() returns a list of file-variables, not an array. You might try changing "a(itime)" to "a[itime]" in the call to wrf_contour().<br><br></div>Rick<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 5, 2017 at 12:29 AM, Barry Lynn <span dir="ltr"><<a>barry.h.lynn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Are you able to plot the temperature variable for a single WRF run?</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 5, 2017 at 9:16 AM, swati shewale <span dir="ltr"><<a>shewaleswati16@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thank you for reciprocation so quickly. I want to plot temperature variable.<br></div><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 4, 2017 at 5:19 PM, Barry Lynn <span dir="ltr"><<a>barry.h.lynn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi:<div>Can you tell me what you are trying to plot (without me needing to look...).</div><div><br></div><div>Which variable?</div><div><br></div><div>I might have a program you can use with just a small modification.</div><div><br></div><div>Barry</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Mon, Sep 4, 2017 at 1:40 PM, swati shewale <span dir="ltr"><<a>shewaleswati16@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><div dir="ltr"><div>Hiiii<br><br></div>I want to do panel plotting using WRF output. I have total 8 files, each contains single time step (one day, 3 hrly datafiles so total 8 files). out of eight times I want to plot 6 time step (panel plot) for variable slp and temperature.<br><br>It shows below error.<br><br>fatal:Argument type mismatch on argument (0) of (wrf_contour) can not coerce<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 44 in file temp.ncl<br>(0)    Error: gsn_panel: all of the plots passed to gsn_panel appear to be invalid<br><br> Attached herewith script. <br><br>Thank you in advance. Any help will be appreciated<div><div><br><br></div></div></div>
<br></div></div>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a>ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailma<wbr>n/listinfo/ncl-talk</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US <a href="tel:%28914%29%20432-3108" value="+19144323108" target="_blank">914 432 3108</a><br></div></div></div>
</div>
</blockquote></div><br></div>
</div></div></div></div></blockquote></div><div><div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US <a href="tel:%28914%29%20432-3108" value="+19144323108" target="_blank">914 432 3108</a><br></div></div></div>
</div></div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a>ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailma<wbr>n/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>
</blockquote><br><br>-- <br><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US <a href="tel:%28914%29%20432-3108" value="+19144323108" target="_blank">914 432 3108</a><br></div></div><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_3669696853740826703m_-2954288113196262668gmail-m_-4939346718383056947m_2665621853825885612m_2654267254550301816gmail_signature"><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US <a href="tel:(914)%20432-3108" value="+19144323108" target="_blank">914 432 3108</a><br></div></div></div>
</div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US 914 432 3108<br></div></div></div>
</div>