<div dir="ltr">Hi Mary:<div>Thanks. This is indeed very confusing to me. For instance, in panel_33_mod.ncl, if I comment out the lines (see lines below) but keep panelid1 and maximize_output, then I get the following png file (see attached). I thought it was just going to plot the top six figures but it  added an other figure at the bottom.</div><div><br></div><div>So I am not sure what the combination of gsn_panel_return with maximize_output does. And I did not find documentation on the 2 functions.</div><div><br></div><div>Cheers,</div><div>Laura</div><div><br></div><div><br></div><div><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>bb <span class="gmail-Apple-converted-space">    </span>= NhlGetBB(plots(nyears_cols:))</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>bottom = min(bb(:,1))</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>top<span class="gmail-Apple-converted-space">    </span>= max(bb(:,0))</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>height = (top-bottom)</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>print("--- bottom = "+bottom)</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>print("--- top<span class="gmail-Apple-converted-space">    </span>= "+top)</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>print("--- height = "+height)</span></p>
<p class="gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0);min-height:16px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p class="gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0);min-height:16px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p class="gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0);min-height:16px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;---Panel the difference plots at the bottom</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>delete(pres@gsnPanelMainString)</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>pres@gsnPanelTop <span class="gmail-Apple-converted-space">      </span>:= bottom - 0.01 <span class="gmail-Apple-converted-space">  </span>; the 0.01 gives a little spaces b/w the two sets of plots</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>pres@gsnPanelBottom<span class="gmail-Apple-converted-space">    </span>:= pres@gsnPanelTop - height</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>pres@lbBoxEndCapStyle<span class="gmail-Apple-converted-space">  </span>= "TriangleBothEnds"</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>pres@pmLabelBarHeightF = (pres@gsnPanelTop - pres@gsnPanelBottom) * 0.8</span></p>
<p class="gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0);min-height:16px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>panelid2 = gsn_panel_return(wks,diff_plots,(/nyears_rows-1,nyears_cols/),pres)</span></p>
<p class="gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0);min-height:16px"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>drawNDCGrid(wks)</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>draw(wks)</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Courier;color:rgb(0,0,0)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">;<span class="gmail-Apple-converted-space">    </span>frame(wks)</span></p></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 20, 2018 at 10:29 AM Mary Haley <<a href="mailto:haley@ucar.edu">haley@ucar.edu</a>> wrote:<br></div><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">Hi Laura,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This is an excellent question.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It is a bit of black magic trying to get the plots to panel correctly. gsn_panel could really stand an overhaul to make it work better in this regard.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Part of the issue is that gsn_panel always wants to expand the plots to fit in the given area. This does not include the title or the side labelbars, just the plots.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The "given area" is what's defined by gsnPanelBottom, gsnPanelTop, gsnPanelLeft, and gsnPanelRight, which by default form a square with values 0, 1, 0, and 1.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you are plotting a set of 3x4 plots and another set of 1x3 plots, then you need to set up the two panel areas for the two sets of plots to have the correct ratio as the plots you have. For example, for a 3x4 plot and a 1x4 plot, you want to have 3x as much height for the 3x4 plot as the 1x4 plot.  If you had a 2x5 and 3x5 set of plots, then the 2x5 plots need to take up 2/5 of the total height, and the 3x5 plots 3/5 of the height.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It gets more complicated because when you add in a title or a labelbar, then you need to leave space for those. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I will try to come up with an example for you today. This is something I've been meaning to do.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 20, 2018 at 6:46 AM Laura Fowler <<a href="mailto:laura@ucar.edu" target="_blank">laura@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Mary:<div><br></div><div>Many thanks for taking the time to rework the script. Using panel_33_mod.ncl, I was able to modify my script to produce the plot I needed (see attached totPREC.png and test.ncl in <span style="font-variant-ligatures:no-common-ligatures;color:rgb(0,0,0);font-family:Courier;font-size:13px">/gpfs/fs1/scratch/laura/MPASprojects2018/MPAS.cu_shallow/novemberPUBLICATION/precipitation_figs</span>). I need a little more work to align DEC 2015 and JUN 2016 to their respective columns).</div><div><br></div><div>I further modified test.ncl (test2.ncl in the same directory) to remove one row from the top panel so that I can have 2 panels of two rows with one color bar for each panel. I do not understand the logic on how to modify res@gsnPanelBottom to make this work on a more systematic basic. It seems like there is a lot of "guessing" in doing this?</div><div><br></div><div>Thanks,</div><div>Laura</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Nov 17, 2018 at 1:59 PM Mary Haley <<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>> wrote:<br></div><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">Hi Laura,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Try this script. I cleaned up the logic of the panelling to base the size of the difference plots on the area used for the top set of plots.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I included a subset of the data file so you can run the modified script.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I'll include this on the panel page later. I'll also clean up the panel_33.ncl to be more user friendly to modify.</div><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"><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Nov 17, 2018 at 4:29 AM Rashed Mahmood <<a href="mailto:rashidcomsis@gmail.com" target="_blank">rashidcomsis@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I think the first issue is related to setting the bottom limit for the first set of plots:<div><pre>    resP@gsnPanelBottom    = 0.33              ; or something similar</pre><pre>The second issue is likely related to maximize_output(wks,True) that would try to use maximum available space. May be you can try commenting this.</pre><pre>Cheers,<br></pre><pre>Rashed</pre><pre><br></pre><pre><br></pre><pre><br></pre></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Nov 16, 2018 at 1:16 PM Laura Fowler <<a href="mailto:laura@ucar.edu" target="_blank">laura@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello:</div><div><br></div><div>I am trying to produce a panel plot that looks like panel_33.ncl but instead of having 2 rows for the actual fields, I have 3 rows, and instead of having 1 row for the difference fields, I have 2 rows. I have two issues: The first issue is that I am running out of room on the page to plot the last 2 rows and I do not know what to do next? The second issue that the top 3 rows are plotted in a landscape mode although I set:</div><div>





<p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPaperOrientation = "portrait"</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)">Here is the script that I used after I created my 10 individual plots:</p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">;--- create panel plot:</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP = True</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnDraw <span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">            </span>= False</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnFrame<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">            </span>= False</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPanelLabelBar<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">    </span>= True</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPaperOrientation = "portrait"</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@lbOrientation<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">      </span>= "vertical"</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@lbLabelFontHeightF = 0.01</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@pmLabelBarWidthF<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">  </span>= 0.075</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@pmLabelBarHeightF = 0.40</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">panelid1 = gsn_panel_return(wks,plots(0:5),(/3,2/),resP)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">bb = NhlGetBB(panelid1)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">top<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">    </span>= max(bb(:,0))</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">bottom = min(bb(:,1))</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">height = (top-bottom)/3.</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- top<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">    </span>= "+top)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- bottom = "+bottom)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- height = "+height)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">print(" ")</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@gsnPanelTop <span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">  </span>= bottom-0.01<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">    </span>; lower 1/3 plus some white space</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPanelTop<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">    </span>= bottom</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">resP@gsnPanelBottom = resP@gsnPanelTop - height</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- gsnPanelTop = "+resP@gsnPanelTop)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">print("--- gsnPanelBot = "+resP@gsnPanelBottom)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">;panelid2 = gsn_panel_return(wks,plots(6:9),(/2,2/),resP)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">maximize_output(wks,True)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p2" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255);min-height:17px"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@gsnDraw <span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">            </span>= True</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">;resP@gsnFrame<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">            </span>= False</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">;gsn_panel(wks,plots(0:5),(/3,2/),resP)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)">








































</p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">;frame(wks)</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)">When print gsnPanelTop and gsnPanelBottom, I get:</p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-tab-span" style="white-space:pre-wrap">     </span>--- end create individual plot:</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-tab-span" style="white-space:pre-wrap">   </span><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space"> </span></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-tab-span" style="white-space:pre-wrap"> </span>--- top<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space">    </span>= 0.889811</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-tab-span" style="white-space:pre-wrap">    </span>--- bottom = 0.110189</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-tab-span" style="white-space:pre-wrap">     </span>--- height = 0.259874</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-tab-span" style="white-space:pre-wrap">     </span><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-converted-space"> </span></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font:14px Courier;color:rgb(1,25,147);background-color:rgb(255,255,255)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-tab-span" style="white-space:pre-wrap"> </span>--- gsnPanelTop = 0.110189</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)">












</p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">(0)<span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-Apple-tab-span" style="white-space:pre-wrap">   </span>--- gsnPanelBot = -0.149686</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">I am lost as what to do next. Help and suggestions would be greatly appreciated.</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">Thanks,</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures">Laura</span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><span class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p><p class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:Courier;color:rgb(1,25,147)"><br></p></div>-- <br><div dir="ltr" class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484m_734131445728894175m_-1980305351275430629m_7498077510277257751gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-------------------------------------------------------------------------------------------------------------</font><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Laura D. Fowler                                                                                       </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Mesoscale and Microscale Meteorology Division (MMM)         </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">National Center for Atmospheric Research<br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">P.O. Box 3000, Boulder CO 80307-3000</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">e-mail: <a href="mailto:laura@ucar.edu" target="_blank">laura@ucar.edu</a></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">phone: 303-497-1628</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-------------------------------------------------------------------------------------------------------------</font><br></div></div></div></div>
_______________________________________________<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" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>
_______________________________________________<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" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-3795293872467422058m_-2790268557371165367m_1601523961195682484gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-------------------------------------------------------------------------------------------------------------</font><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Laura D. Fowler                                                                                       </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Mesoscale and Microscale Meteorology Division (MMM)         </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">National Center for Atmospheric Research<br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">P.O. Box 3000, Boulder CO 80307-3000</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">e-mail: <a href="mailto:laura@ucar.edu" target="_blank">laura@ucar.edu</a></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">phone: 303-497-1628</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-------------------------------------------------------------------------------------------------------------</font><br></div></div></div>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-------------------------------------------------------------------------------------------------------------</font><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Laura D. Fowler                                                                                       </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">Mesoscale and Microscale Meteorology Division (MMM)         </font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">National Center for Atmospheric Research<br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">P.O. Box 3000, Boulder CO 80307-3000</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">e-mail: <a href="mailto:laura@ucar.edu" target="_blank">laura@ucar.edu</a></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">phone: 303-497-1628</font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)"><br></font></div><div><font face="arial, helvetica, sans-serif" color="#0000ff" style="background-color:rgb(255,255,255)">!-------------------------------------------------------------------------------------------------------------</font><br></div></div></div>