<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Dave,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This bug should be fixed in the 6.3.1 release of NCL, no scheduled date yet.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you need the fix now, then I&#39;ve attached new versions of gsn_code.ncl and gsn_csm.ncl, that will only work with NCL V6.3.0. You can put them in your own personal directory and load them explicitly with the &quot;load&quot; command.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The issue is that some internal code was changed so that the vectors would be overlaid on the contours, and not vice versa, but then the other code wasn&#39;t changed to reflect that the base plot is now a vector plot and not a contour plot.</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><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 18, 2015 at 8:26 PM, Dave Allured - NOAA Affiliate <span dir="ltr">&lt;<a href="mailto:dave.allured@noaa.gov" target="_blank">dave.allured@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">NCL team,<div><br></div><div>This is a minor bug.  Example vector_1.ncl in NCL version 6.3.0 throws this warning message:<br><br>warning:vcRefAnnoFontHeightF is not a valid resource in vector_contour at this time<div><br></div><div><div>A valid plot is generated, but the annotation is much smaller than with previous NCL versions.  The warning message comes from within the function gsn_csm_vector_scalar_map_ce.</div><div><br></div><div>This behavior apparently started between NCL versions 6.2.1 and 6.3.0.  My platform is Mac OS 10.10.3.  The warning disappears if you insert this line into the example code:</div><div><div><br></div><div>res@vcRefAnnoFontHeightF = 0.013<br></div></div><div><br></div><div>The value 0.013 creates an annotation that is about the same size as in the 6.2.1 version.  If res@vcRefAnnoFontHeightF is not explicitly set with 6.3.0, then the annotation is much smaller than in the 6.2.1 version.  The current image (dated 2009) on the NCL vector examples page includes the annotation size matching a previous version.</div><div><br></div></div><div>Thank you for taking a look at this some time.  It&#39;s not urgent.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>--Dave</div></font></span></div></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>