<div dir="ltr">Hi Beata,<div><div>Try changing this:</div><div><span style="font-size:12.8px">res@cnLevels = (/1,2,3,4/)</span><br></div><div><span style="font-size:12.8px">to this:</span></div><div><span style="font-size:12.8px">res@cnLevels = (/1.5,2.5,3.5,4.5/)</span><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">If that does not work please send the current version of you script, along with your aridity colormap and data files to our ftp site so someone can take a look. Follow the ftp instructions here:</span></div></div><div><span style="font-size:12.8px"><a href="http://www.ncl.ucar.edu/report_bug.shtml">http://www.ncl.ucar.edu/report_bug.shtml</a></span><br></div><div><span style="font-size:12.8px">(Under &quot;</span><span style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:16px">You can ftp larger datasets and files to:&quot;)</span></div><div><span style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:16px"><br></span></div><div><span style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:16px">When the transfer is completed make sure you send to ncl-talk the name of the files you transferred. </span></div><div><span style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:16px">Adam</span></div><div><span style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:16px"><br></span></div><div><b style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:16px"><br></b></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 23, 2016 at 1:56 AM, Beata Szabo <span dir="ltr">&lt;<a href="mailto:szabo.b@czechglobe.cz" target="_blank">szabo.b@czechglobe.cz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Mary,<br>
<br>
Thank you for your response. If I apply your suggestions:<br>
<br>
res@cnLevelSelectionMode = &quot;ExplicitLevels&quot;<br>
res@cnLevels = (/1,2,3,4/)<br>
<br>
the labelbar will be correct but the maps are incorrect, because this<br>
method shifts the colors. I attached its result. It does not show the<br>
hyper-arid areas (brown) and the semi-arid levels (green) are missed in<br>
Iberia-Peninsula. I need same maps as I attached in the previous email.<br>
Could you or someone help me to fix this matter.<br>
<br>
Thank you in advance!<br>
Beata<br>
<br>
&gt; Beata,<br>
&gt;<br>
&gt; When NCL repeats colors in a labelbar like this, it&#39;s because there aren&#39;t<br>
&gt; enough colors in the color map for the number of contour levels being<br>
&gt; requested.<br>
&gt;<br>
&gt; It looks like your color map only has 5 colors, so you need to use one<br>
&gt; fewer contour levels:<br>
&gt;<br>
&gt; res@cnLevelSelectionMode = &quot;ExplicitLevels&quot;<br>
&gt; res@cnLevels = (/1,2,3,4/)<br>
&gt;<br>
&gt;<br>
&gt; --Mary<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Sep 22, 2016 at 3:06 AM, Beata Szabo &lt;<a href="mailto:szabo.b@czechglobe.cz">szabo.b@czechglobe.cz</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;&gt; I added<br>
&gt;&gt; resP@lbBoxCount = 5<br>
&gt;&gt;<br>
&gt;&gt; but unfortunately it does not help. I created new netcdf files with same<br>
&gt;&gt; variables, but I converted the unep variable to integer and I also tried<br>
&gt;&gt; to draw the maps with those integer variables (1,2,3,4,5) with<br>
&gt;&gt;<br>
&gt;&gt;   res@cnLevels              = (/1,2,3,4,5/)<br>
&gt;&gt;<br>
&gt;&gt; The resulted maps are correct but the label is still incorrect both with<br>
&gt;&gt; string and without string labels. I attached the sript and the created<br>
&gt;&gt; maps. I would appreciated if someone helped me!<br>
&gt;&gt;<br>
&gt;&gt; Beata<br>
&gt;&gt;<br>
&gt;&gt; &gt; I don&#39;t know for certain, but you might try adding<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;    resP@lbBoxCount = 5<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m not positive that will fix it, but the docs say that the sizes of<br>
&gt;&gt; &gt; arrays like lbLabelStrings, etc, must match the lbBoxCount, and in<br>
&gt;&gt; your<br>
&gt;&gt; &gt; case it sounds like its defaulting to 11 (?)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hope that helps...<br>
&gt;&gt; &gt; Rick<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Wed, Sep 21, 2016 at 2:12 AM, Beata Szabo &lt;<a href="mailto:szabo.b@czechglobe.cz">szabo.b@czechglobe.cz</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; I created a panel plot with my own netCDF files and color table be<br>
&gt;&gt; &gt;&gt; created<br>
&gt;&gt; &gt;&gt; according to<br>
&gt;&gt; &gt;&gt; <a href="http://www.ncl.ucar.edu/Document/Graphics/create_color_table.shtml" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/<wbr>Document/Graphics/create_<wbr>color_table.shtml</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; My own color table has ncolors = 5. The netCDF files contains five<br>
&gt;&gt; float<br>
&gt;&gt; &gt;&gt; values (1.0, 2.0, 3.0, 4.0, 5.0). After I run the below script I<br>
&gt;&gt; &gt;&gt; received<br>
&gt;&gt; &gt;&gt; correct maps with incorrect labelbar. The labelbar containes 11 box<br>
&gt;&gt; &gt;&gt; where<br>
&gt;&gt; &gt;&gt; the first two and the last two colors are two times and the third<br>
&gt;&gt; color<br>
&gt;&gt; &gt;&gt; roles three times. Moreover the label strings are the follows: Arid,<br>
&gt;&gt; &gt;&gt; Sub-humid, Label_6, Label_8.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; How can I create a correct labelbar?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ;-----------------------------<wbr>------------------------------<wbr>-----------<br>
&gt;&gt; &gt;&gt; ; Main code.<br>
&gt;&gt; &gt;&gt; ;-----------------------------<wbr>------------------------------<wbr>-----------<br>
&gt;&gt; &gt;&gt; begin<br>
&gt;&gt; &gt;&gt; ;*****************************<wbr>*******************<br>
&gt;&gt; &gt;&gt; ; read in netCDF file<br>
&gt;&gt; &gt;&gt; ;*****************************<wbr>*******************<br>
&gt;&gt; &gt;&gt;   a = addfile(&quot;UNEP_E-OBS_sm.nc&quot;,&quot;r&quot;<wbr>)<br>
&gt;&gt; &gt;&gt;   b = addfile(&quot;UNEP_1971-2000_sm.nc&quot;<wbr>,&quot;r&quot;)<br>
&gt;&gt; &gt;&gt;   c = addfile(&quot;UNEP_2021-2050_sm.nc&quot;<wbr>,&quot;r&quot;)<br>
&gt;&gt; &gt;&gt;   d = addfile(&quot;UNEP_2071-2100_sm.nc&quot;<wbr>,&quot;r&quot;)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   un1 = a-&gt;unep(:,:)<br>
&gt;&gt; &gt;&gt;   un2 = b-&gt;unep(:,:)<br>
&gt;&gt; &gt;&gt;   un3 = c-&gt;unep(:,:)<br>
&gt;&gt; &gt;&gt;   un4 = d-&gt;unep(:,:)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   minlat             =  30                ; min lat to mask<br>
&gt;&gt; &gt;&gt;   maxlat             =  75                ; max lat to mask<br>
&gt;&gt; &gt;&gt;   minlon             = -20                ; min lon to mask<br>
&gt;&gt; &gt;&gt;   maxlon             =  40                ; max lon to mask<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ;*****************************<wbr>*******************<br>
&gt;&gt; &gt;&gt; ; create plot<br>
&gt;&gt; &gt;&gt; ;*****************************<wbr>*******************<br>
&gt;&gt; &gt;&gt;   wks = gsn_open_wks(&quot;png&quot;,&quot;unep&quot;)            ; send graphics to PNG<br>
&gt;&gt; &gt;&gt; file<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   cmap = read_colormap_file(&quot;aridity&quot;)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   plot = new(4,graphic)<br>
&gt;&gt; &gt;&gt;   res                       = True              ; plot mods desired<br>
&gt;&gt; &gt;&gt;   res@gsnMaximize           = True              ; enlarge plot<br>
&gt;&gt; &gt;&gt;   res@gsnDraw               = False             ; Don&#39;t draw yet<br>
&gt;&gt; &gt;&gt;   res@gsnFrame              = False             ; Don&#39;t advance frame<br>
&gt;&gt; &gt;&gt; yet<br>
&gt;&gt; &gt;&gt;   res@mpProjection          = &quot;LambertConformal&quot;; choose projection<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   res@cnFillOn              = True              ; turn on color<br>
&gt;&gt; &gt;&gt;   res@cnLinesOn             = False             ; turn off contour<br>
&gt;&gt; lines<br>
&gt;&gt; &gt;&gt;   res@lbLabelBarOn          = False<br>
&gt;&gt; &gt;&gt;   res@cnFillPalette         = cmap(::-1,:)         ; set color map<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   res@mpMinLatF             = minlat<br>
&gt;&gt; &gt;&gt;   res@mpMaxLatF             = maxlat<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   res@mpMinLonF             = minlon<br>
&gt;&gt; &gt;&gt;   res@mpMaxLonF             = maxlon<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   res@gsnMaskLambertConformal = True            ; turn on lc masking<br>
&gt;&gt; &gt;&gt;   res@mpGridAndLimbOn         = True<br>
&gt;&gt; &gt;&gt;   res@mpGridLatSpacingF       = 10<br>
&gt;&gt; &gt;&gt;   res@mpGridLonSpacingF       =  5<br>
&gt;&gt; &gt;&gt;   res@gsnAddCyclic            = False<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   res@tiMainString            = &quot;&quot;<br>
&gt;&gt; &gt;&gt;   res@tiMainOffsetYF          = 0.01   ; Move title up a little<br>
&gt;&gt; &gt;&gt;   res@gsnRightString          = &quot;A&quot;<br>
&gt;&gt; &gt;&gt;   res@gsnLeftString           = &quot;&quot;<br>
&gt;&gt; &gt;&gt; ;  pr&amp;lon = pr&amp;lon-180                             ; make lon go -180<br>
&gt;&gt; to<br>
&gt;&gt; &gt;&gt; 180<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   plot(0)  =<br>
&gt;&gt; &gt;&gt; gsn_csm_contour_map(wks,un1({<wbr>minlat:maxlat},{minlon:maxlon}<wbr>),res);<br>
&gt;&gt; &gt;&gt; create plot<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resb                       = True              ; plot mods desired<br>
&gt;&gt; &gt;&gt;   resb@gsnMaximize           = True              ; enlarge plot<br>
&gt;&gt; &gt;&gt;   resb@gsnDraw               = False             ; Don&#39;t draw yet<br>
&gt;&gt; &gt;&gt;   resb@gsnFrame              = False             ; Don&#39;t advance<br>
&gt;&gt; frame<br>
&gt;&gt; &gt;&gt; yet<br>
&gt;&gt; &gt;&gt;   resb@mpProjection          = &quot;LambertConformal&quot;; choose projection<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resb@cnFillOn              = True              ; turn on color<br>
&gt;&gt; &gt;&gt;   resb@cnLinesOn             = False             ; turn off contour<br>
&gt;&gt; &gt;&gt; lines<br>
&gt;&gt; &gt;&gt;   resb@lbLabelBarOn          = False<br>
&gt;&gt; &gt;&gt;   resb@cnFillPalette         = cmap(::-1,:)         ; set color map<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resb@mpMinLatF             = minlat<br>
&gt;&gt; &gt;&gt;   resb@mpMaxLatF             = maxlat<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resb@mpMinLonF             = minlon<br>
&gt;&gt; &gt;&gt;   resb@mpMaxLonF             = maxlon<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resb@gsnMaskLambertConformal = True            ; turn on lc masking<br>
&gt;&gt; &gt;&gt;   resb@mpGridAndLimbOn         = True<br>
&gt;&gt; &gt;&gt;   resb@mpGridLatSpacingF       = 10<br>
&gt;&gt; &gt;&gt;   resb@mpGridLonSpacingF       =  5<br>
&gt;&gt; &gt;&gt;   resb@gsnAddCyclic            = False<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resb@tiMainString            = &quot;&quot;<br>
&gt;&gt; &gt;&gt;   resb@tiMainOffsetYF          = 0.01   ; Move title up a little<br>
&gt;&gt; &gt;&gt;   resb@gsnRightString          = &quot;B&quot;<br>
&gt;&gt; &gt;&gt;   resb@gsnLeftString           = &quot;&quot;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   plot(1)  =<br>
&gt;&gt; &gt;&gt; gsn_csm_contour_map(wks,un2({<wbr>minlat:maxlat},{minlon:maxlon}<wbr>),resb);<br>
&gt;&gt; &gt;&gt; create plot<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resc                       = True              ; plot mods desired<br>
&gt;&gt; &gt;&gt;   resc@gsnMaximize           = True              ; enlarge plot<br>
&gt;&gt; &gt;&gt;   resc@gsnDraw               = False             ; Don&#39;t draw yet<br>
&gt;&gt; &gt;&gt;   resc@gsnFrame              = False             ; Don&#39;t advance<br>
&gt;&gt; frame<br>
&gt;&gt; &gt;&gt; yet<br>
&gt;&gt; &gt;&gt;   resc@mpProjection          = &quot;LambertConformal&quot;; choose projection<br>
&gt;&gt; &gt;&gt;   resc@cnFillOn              = True              ; turn on color<br>
&gt;&gt; &gt;&gt;   resc@cnLinesOn             = False             ; turn off contour<br>
&gt;&gt; &gt;&gt; lines<br>
&gt;&gt; &gt;&gt;   resc@lbLabelBarOn          = False<br>
&gt;&gt; &gt;&gt;   resc@cnFillPalette         = cmap(::-1,:)         ; set color map<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resc@mpMinLatF             = minlat<br>
&gt;&gt; &gt;&gt;   resc@mpMaxLatF             = maxlat<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resc@mpMinLonF             = minlon<br>
&gt;&gt; &gt;&gt;   resc@mpMaxLonF             = maxlon<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resc@gsnMaskLambertConformal = True            ; turn on lc masking<br>
&gt;&gt; &gt;&gt;   resc@mpGridAndLimbOn         = True<br>
&gt;&gt; &gt;&gt;   resc@mpGridLatSpacingF       = 10<br>
&gt;&gt; &gt;&gt;   resc@mpGridLonSpacingF       =  5<br>
&gt;&gt; &gt;&gt;   resc@gsnAddCyclic            = False<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resc@tiMainString            = &quot;&quot;<br>
&gt;&gt; &gt;&gt;   resc@tiMainOffsetYF          = 0.01   ; Move title up a little<br>
&gt;&gt; &gt;&gt;   resc@gsnRightString          = &quot;C&quot;<br>
&gt;&gt; &gt;&gt;   resc@gsnLeftString           = &quot;&quot;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   plot(2)  =<br>
&gt;&gt; &gt;&gt; gsn_csm_contour_map(wks,un3({<wbr>minlat:maxlat},{minlon:maxlon}<wbr>),resc);<br>
&gt;&gt; &gt;&gt; create plot<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resd                       = True              ; plot mods desired<br>
&gt;&gt; &gt;&gt;   resd@gsnMaximize           = True              ; enlarge plot<br>
&gt;&gt; &gt;&gt;   resd@gsnDraw               = False             ; Don&#39;t draw yet<br>
&gt;&gt; &gt;&gt;   resd@gsnFrame              = False             ; Don&#39;t advance<br>
&gt;&gt; frame<br>
&gt;&gt; &gt;&gt; yet<br>
&gt;&gt; &gt;&gt;   resd@mpProjection          = &quot;LambertConformal&quot;; choose projection<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resd@cnFillOn              = True              ; turn on color<br>
&gt;&gt; &gt;&gt;   resd@cnLinesOn             = False             ; turn off contour<br>
&gt;&gt; &gt;&gt; lines<br>
&gt;&gt; &gt;&gt;   resd@lbLabelBarOn          = False<br>
&gt;&gt; &gt;&gt;   resd@cnFillPalette         = cmap(::-1,:)         ; set color map<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resd@mpMinLatF             = minlat<br>
&gt;&gt; &gt;&gt;   resd@mpMaxLatF             = maxlat<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resd@mpMinLonF             = minlon<br>
&gt;&gt; &gt;&gt;   resd@mpMaxLonF             = maxlon<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resd@gsnMaskLambertConformal = True            ; turn on lc masking<br>
&gt;&gt; &gt;&gt;   resd@mpGridAndLimbOn         = True<br>
&gt;&gt; &gt;&gt;   resd@mpGridLatSpacingF       = 10<br>
&gt;&gt; &gt;&gt;   resd@mpGridLonSpacingF       =  5<br>
&gt;&gt; &gt;&gt;   resd@gsnAddCyclic            = False<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   resd@tiMainString            = &quot;&quot;<br>
&gt;&gt; &gt;&gt;   resd@tiMainOffsetYF          = 0.01   ; Move title up a little<br>
&gt;&gt; &gt;&gt;   resd@gsnRightString          = &quot;D&quot;<br>
&gt;&gt; &gt;&gt;   resd@gsnLeftString           = &quot;&quot;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;   plot(3)  =<br>
&gt;&gt; &gt;&gt; gsn_csm_contour_map(wks,un4({<wbr>minlat:maxlat},{minlon:maxlon}<wbr>),resd);<br>
&gt;&gt; &gt;&gt; create plot<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ;---Attach latitude labels<br>
&gt;&gt; &gt;&gt;   add_lc_labels(wks,plot(0),<wbr>minlat,maxlat,minlon,maxlon)<br>
&gt;&gt; &gt;&gt;   add_lc_labels(wks,plot(1),<wbr>minlat,maxlat,minlon,maxlon)<br>
&gt;&gt; &gt;&gt;   add_lc_labels(wks,plot(2),<wbr>minlat,maxlat,minlon,maxlon)<br>
&gt;&gt; &gt;&gt;   add_lc_labels(wks,plot(3),<wbr>minlat,maxlat,minlon,maxlon)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ;---Drawing the plot will also draw all the attached labels.<br>
&gt;&gt; &gt;&gt;   draw(plot(0))<br>
&gt;&gt; &gt;&gt;   draw(plot(1))<br>
&gt;&gt; &gt;&gt;   draw(plot(2))<br>
&gt;&gt; &gt;&gt;   draw(plot(3))<br>
&gt;&gt; &gt;&gt;   frame(wks)<br>
&gt;&gt; &gt;&gt;    ;-- create panel plot<br>
&gt;&gt; &gt;&gt; ;*****************************<wbr>*******************<br>
&gt;&gt; &gt;&gt;     resP                     = True                ; modify the panel<br>
&gt;&gt; &gt;&gt; plot<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;     resP@gsnPanelLabelBar    = True                ; add common<br>
&gt;&gt; colorbar<br>
&gt;&gt; &gt;&gt;     resP@lbLabelFontHeightF  = 0.007               ; make labels<br>
&gt;&gt; smaller<br>
&gt;&gt; &gt;&gt;     resP@cnExplicitLabelBarLabelOn = True<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;     resP@lbLabelStrings = (/&quot;&quot;,&quot;Hyper-arid&quot;,&quot;Arid&quot;, \<br>
&gt;&gt; &gt;&gt;            &quot;Semi-arid&quot;,&quot;Sub-humid&quot;,&quot;<wbr>Humid&quot;/)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;     gsn_panel(wks,plot,(/2,2/),<wbr>resP)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; end<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thank you for your help in advance!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Beata<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Dr. Beata Szabo-Takacs<br>
&gt;&gt; &gt;&gt; Global Change Research Institute CAS<br>
&gt;&gt; &gt;&gt; Bělidla 986/4a<br>
&gt;&gt; &gt;&gt; 60300 Brno<br>
&gt;&gt; &gt;&gt; Czech Republic<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; &gt;&gt; ncl-talk mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
&gt;&gt; &gt;&gt; List instructions, subscriber options, unsubscribe:<br>
&gt;&gt; &gt;&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Dr. Beata Szabo-Takacs<br>
&gt;&gt; Global Change Research Institute CAS<br>
&gt;&gt; Bělidla 986/4a<br>
&gt;&gt; 60300 Brno<br>
&gt;&gt; Czech Republic<br>
&gt;&gt;<br>
&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; ncl-talk mailing list<br>
&gt;&gt; <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
&gt;&gt; List instructions, subscriber options, unsubscribe:<br>
&gt;&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
<br>
<br>
Dr. Beata Szabo-Takacs<br>
Global Change Research Institute CAS<br>
Bělidla 986/4a<br>
60300 Brno<br>
Czech Republic<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</div>