<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi Barry,<br>
It's sort of a cheating method. I have point data, that I want to interpolate to a grid so I can map it (say, temperature). Since I can choose the grid I map it to, I merely pick a grid that happens to have a western border of exactly where the NY western
border *should* be.</p>
<p><br>
</p>
<p>Here's the relevant section of my script:</p>
<p><br>
</p>
<p></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">sitefile = "currenttemp.dat"</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">sitedata = asciiread(sitefile,-1,"string")</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">delim = ","</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">sitelats = tofloat(str_get_field(sitedata,1,delim))</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">sitelons = tofloat(str_get_field(sitedata,2,delim))</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">sitetemp = tofloat(str_get_field(sitedata,3,delim))</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200); min-height: 13px;">
<span style="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">lonmin = -79.76332855224604 </span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">lonmax = -71.85635375976562 </span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">latmin = 40.4</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">latmax = 45.1</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200); min-height: 13px;">
<span style="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newlons = fspan(lonmin,lonmax,200)</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newlats = fspan(latmin,latmax,200)</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200); min-height: 13px;">
<span style="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">latsize=(dimsizes(newlats))</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">lonsize=(dimsizes(newlons))</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200); min-height: 13px;">
<span style="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newlons@units="degrees_east"</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newlats@units="degrees_north"</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200); min-height: 13px;">
<span style="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;"></span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newdata2 = dsgrid2(sitelats,sitelons,sitetemp,newlats,newlons)</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newdata3 = natgrid(sitelats,sitelons,sitetemp,newlats,newlons)</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;"></span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200); min-height: 13px;">
<span style="font-variant-ligatures: no-common-ligatures;"></span><br>
</p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newdata = (newdata3+newdata2)/2 ; take average</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newdata!0="lat"</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newdata!1="lon"</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newdata&lon = newlons</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newdata&lat = newlats</span></p>
<p style="margin: 0px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(255, 255, 255); background-color: rgb(44, 103, 200);">
<span style="font-variant-ligatures: no-common-ligatures;">newdata@_FillValue = -999</span></p>
<br>
<p></p>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p><span style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">Nick Bassill, PhD</span></p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
Modeler & Meteorologist, New York State Mesonet</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
LC SB-28, 1400 Washington Ave.,</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
SUNY, University at Albany, NY 12222</p>
(518) 442-6375
<p></p>
<p>http://nysmesonet.org/<br>
</p>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Barry Lynn <barry.h.lynn@gmail.com><br>
<b>Sent:</b> Tuesday, February 21, 2017 2:15 AM<br>
<b>To:</b> Bassill, Nicholas<br>
<b>Cc:</b> ncl-talk@ucar.edu<br>
<b>Subject:</b> Re: [ncl-talk] New York Map issue(s)</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hi Bassill:
<div><br>
</div>
<div>How do you mask the incorrect western boundary?</div>
<div><br>
</div>
<div>Barry</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Feb 20, 2017 at 4:57 PM, Bassill, Nicholas <span dir="ltr">
<<a href="mailto:nbassill@albany.edu" target="_blank">nbassill@albany.edu</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">
<div id="m_-2179262355618978376divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi Rick,<br>
Thanks for the reply. I guess I must have missed that masking doesn't work with the high-res datasets, so sorry about that. <br>
<br>
I've played around with shapefiles a little, but in our case we're interested in making some production-quality images pretty much in real-time, so the issue of "missing" data near the state boundaries is kind of a deal-breaker. Since all we care about is plotting
the data, I think the best bet for the moment is to mask with medium-res, and interpolate our data to the correct western NY boundary so that the incorrect portion does not plot. Something like this: <a href="http://www.atmos.albany.edu/facstaff/nbassill/live/regularmercator.png" class="m_-2179262355618978376OWAAutoLink" id="m_-2179262355618978376LPlnk844938" target="_blank">http://www.atmos.albany.<wbr>edu/facstaff/nbassill/live/<wbr>regularmercator.png</a></p>
<span class="">
<p><br>
</p>
<div id="m_-2179262355618978376Signature">
<div id="m_-2179262355618978376divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
<p><span style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">Nick Bassill, PhD</span></p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
Modeler & Meteorologist, New York State Mesonet</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
LC SB-28, 1400 Washington Ave.,</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
SUNY, University at Albany, NY 12222</p>
<a href="tel:(518)%20442-6375" value="+15184426375" target="_blank">(518) 442-6375</a>
<p></p>
<p><a href="http://nysmesonet.org/" target="_blank">http://nysmesonet.org/</a><br>
</p>
</div>
</div>
<br>
<br>
</span>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block; width:98%">
<div id="m_-2179262355618978376divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>><br>
<b>Sent:</b> Friday, February 17, 2017 5:24 PM<br>
<b>To:</b> Bassill, Nicholas<br>
<b>Cc:</b> <a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
<b>Subject:</b> Re: [ncl-talk] New York Map issue(s)</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>
<div><span class="">
<div>
<div>Hi Nicholas,<br>
<br>
</div>
Yes, you are right about the western border issue: attached is a plot showing NCL's border (in white), and the Shapefile's border (in red). (this map was very quickly put together, please ignore the lack of esthetics). I'm not sure we can do anything about
that in the short term. I'll file a bug report.<br>
<br>
</div>
<div>As for the second issu, the docs do explicitly state that NCL's builtin masking functions do not work with the HighRes/RANGS map databases.<br>
</div>
<div><br>
</div>
However, for both purposes, state boundaries and masking, you might want to consider using a shapefile as a source. Check out the examples page for both a link to a good source of shapefiles, GADM, and for examples of how to use them to perform masking.<br>
<br>
<a href="http://ncl.ucar.edu/Applications/shapefiles.shtml" id="m_-2179262355618978376LPlnk79074" target="_blank">http://ncl.ucar.edu/<wbr>Applications/shapefiles.shtml</a>
</span>
<div id="m_-2179262355618978376LPBorder_GT_14876022970920.1673643345297613" style="margin-bottom:20px; overflow:auto; width:100%; text-indent:0px">
<table id="m_-2179262355618978376LPContainer_14876022970910.9525513008577227" cellspacing="0" style="width:90%; background-color:rgb(255,255,255); overflow:auto; padding-top:20px; padding-bottom:20px; margin-top:20px; border-top:1px dotted rgb(200,200,200); border-bottom:1px dotted rgb(200,200,200)">
<tbody>
<tr valign="top" style="border-spacing:0px">
<td id="m_-2179262355618978376TextCell_14876022970910.8095884423077497" colspan="2" style="vertical-align:top; padding:0px; display:table-cell">
<div id="m_-2179262355618978376LPRemovePreviewContainer_14876022970910.4616077722235692">
</div>
<div id="m_-2179262355618978376LPTitle_14876022970910.27262370000279" style="color:rgb(0,120,215); font-weight:normal; font-size:21px; font-family:wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; line-height:21px">
<a id="m_-2179262355618978376LPUrlAnchor_14876022970910.18098182756978698" href="http://ncl.ucar.edu/Applications/shapefiles.shtml" target="_blank" style="text-decoration:none">NCL and Shapefiles</a></div>
<div id="m_-2179262355618978376LPMetadata_14876022970910.14221027835487732" style="margin:10px 0px 16px; color:rgb(102,102,102); font-weight:normal; font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:14px">
<a href="http://ncl.ucar.edu" target="_blank">ncl.ucar.edu</a></div>
<div id="m_-2179262355618978376LPDescription_14876022970920.023730046067000243" style="display:block; color:rgb(102,102,102); font-weight:normal; font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:20px; max-height:100px; overflow:hidden">
Shapefiles. Shapefiles are a supported data format. in NCL, and hence can be read with addfile. Unlike other supported formats, however, a "shapefile" refers to a ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
<br>
</div>
Hope this helps...<br>
</div>
Rick<br>
</div>
<div>
<div class="h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Feb 17, 2017 at 8:59 AM, Bassill, Nicholas <span dir="ltr">
<<a href="mailto:nbassill@albany.edu" target="_blank">nbassill@albany.edu</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">
<div id="m_-2179262355618978376m_-6855215173812133369divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi All,<br>
New subscriber, so bear with me here. Two things - (1) a likely bug, and (2) a question. I'm using NCL 6.3. </p>
<p><br>
</p>
<p>(1) It appears that the state boundaries for New York are slightly off in the far western boundary. I'm attaching an image (NY.png) that plots the state of NY, but with data that is specifically limited by the *actual* western border to demonstrate this.</p>
<p><br>
</p>
<p>The relevant map settings are:</p>
<p><br>
</p>
<p></p>
<div>res@mpDataBaseVersion = "Ncarg4_1"</div>
<div>res@mpDataSetName = "Earth..4" </div>
<div>res@mpFillAreaSpecifiers = (/"Land", "Land:North America:United States:Conterminous US:New York","Water"/)</div>
<div>res@mpSpecifiedFillColors = (/"white","transparent", "white"/)</div>
<div>res@mpInlandWaterFillColor = 238</div>
<div>res@mpLandFillColor = -1 ; transparent</div>
<div>res@mpOutlineOn = True</div>
<div>res@mpMaskOutlineSpecifiers = (/"Land"/)</div>
<div>res@mpOutlineSpecifiers = (/ "Land:North America:United States:Conterminous US:New York"/)</div>
<div>res@mpDataBaseVersion = "MediumRes"</div>
<br>
<p></p>
<p><br>
</p>
<p>(2) Partially based off of that, and in an effort to have a more detailed coastline, I decided to try the "HighRes" dataset. However, I am not able to successfully do any masking. In this case I want *only* a fill in the shape of NY. For this I'm attaching
the dataset I'm using (currenttemp.dat), the script I'm using (temp.ncl, based largely on <a href="http://www.ncl.ucar.edu/Applications/Scripts/mask_8.ncl" class="m_-2179262355618978376m_-6855215173812133369OWAAutoLink" id="m_-2179262355618978376m_-6855215173812133369LPlnk638081" target="_blank">http://www.ncl.ucar.edu/App<wbr>lications/Scripts/mask_8.ncl</a> <wbr>for
the mask), and a sample image (current.png). </p>
<br>
<p>Any help with (2) would be greatly appreciated!</p>
<p><br>
</p>
<div id="m_-2179262355618978376m_-6855215173812133369Signature">
<div id="m_-2179262355618978376m_-6855215173812133369divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#ffffff; font-family:Calibri,Arial,Helvetica,sans-serif">
<p><span style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">Nick Bassill, PhD</span></p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
Modeler & Meteorologist, New York State Mesonet</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
LC SB-28, 1400 Washington Ave.,</p>
<p style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">
SUNY, University at Albany, NY 12222</p>
<a href="tel:(518)%20442-6375" value="+15184426375" target="_blank">(518) 442-6375</a>
<p></p>
<p><a href="http://nysmesonet.org/" target="_blank">http://nysmesonet.org/</a><br>
</p>
</div>
</div>
</div>
</div>
<br>
______________________________<wbr>_________________<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/mailma<wbr>n/listinfo/ncl-talk</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<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">
<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>
</div>
</div>
</div>
</body>
</html>