<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thank you Dennis,<div class=""><br class=""></div><div class="">Yes, should be the same. In my script, if file variable haven’t this attribute, I want to define according file variable type.</div><div class=""><br class=""></div><div class="">Best regards,</div><div class=""><br class=""></div><div class="">Mateus</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">Em 11 de set de 2018, à(s) 11:06, Dennis Shea <<a href="mailto:shea@ucar.edu" class="">shea@ucar.edu</a>> escreveu:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class="">The type of  the _FillValue attribute should be the same as the variable eith which it is associated.<br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><b class=""></b></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><b class=""><br class=""></b></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><b class="">???</b></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><b class=""><br class=""></b></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><b class=""><br class=""></b></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><b class="">typeVarGrib = getfilevartypes( f, varGrib )</b><br class=""></font></span></span></span></div><div class=""><b class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class="">if ( isfilevaratt( f, varGrib, "_FillValue" ) ) then<br class="">        fill = f->$varGrib$@_FillValue<br class="">else<br class="">        fill = default_fillvalue( typeVarGrib  )   ; <=====<br class="">end if</font></span></span></span></b></div><div class=""><br class=""></div><div class=""><a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/default_fillvalue.shtml" class=""><b class="">http://www.ncl.ucar.edu/Document/Functions/Built-in/default_fillvalue.shtml</b></a><br class=""></div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Sep 11, 2018 at 6:28 AM, Mateus da Silva Teixeira <span dir="ltr" class=""><<a href="mailto:mateusstex@gmail.com" target="_blank" class="">mateusstex@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class="">Thank you Dennis and Toni for support.</div><div class=""><br class=""></div><div class="">I had forgotten I could use "attValue = f-><span style="color:rgb(0,0,255)" class=""><b class="">$</b></span>varname<span style="color:rgb(0,0,255)" class=""><b class="">$</b></span><span style="color:rgb(255,0,0)" class=""><b class="">@</b></span><span style="color:rgb(0,0,255)" class=""><b class="">$</b></span>attname<span style="color:rgb(0,0,255)" class=""><b class="">$</b><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class="">", directly, without load variable previously.</font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class="">So, with this tip, I write:</font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><b class="">typeVarGrib = getfilevartypes( f, varGrib )</b><br class=""></font></span></span></span></div><div class=""><b class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class="">if ( isfilevaratt( f, varGrib, "_FillValue" ) ) then<br class="">        fill = f->$varGrib$@_FillValue<br class="">else<br class="">        fill = default_fillvalue( typeof( typeVarGrib ) )<br class="">end if<br class=""></font></span></span></span></b></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class="">It works ok if <b class="">_FillValue</b> exist, but if it doesn't, I can't pass the type of grib file variable obtained with <b class="">getfilevartypes</b>, even using $ with <b class="">typeVarGrib</b> variable.</font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class="">Is there a way to pass the content of <b class="">typeVarGrib</b> to <b class="">typeof</b> function?</font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class="">Thanks,</font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class="">Mateus</font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""><br class=""></font></span></span></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><span style="background-color:rgb(255,255,255)" class=""><span class=""><font class=""></font></span></span><br class=""></span></div><div class=""><span style="color:rgb(0,0,255)" class=""><b class=""></b></span></div></div></div></div></div><div class="HOEnZb"><div class="h5"><br class=""><div class="gmail_quote"><div dir="ltr" class="">Em seg, 10 de set de 2018 às 20:03, Dennis Shea <<a href="mailto:shea@ucar.edu" target="_blank" class="">shea@ucar.edu</a>> escreveu:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class="">Maybe, the following is what you want?<br class=""></div><div class=""><br class=""></div><div class=""><b class="">load</b> "./getvaratt_value"   ; attached<br class=""></div><div class=""><br class=""></div><div class="">;---- TEST ----<br class=""></div><div class="">  f = addfile("FOO.nc", "r")<br class=""><br class="">  fill = <b class="">getfilevaratt_value</b>(f, "phooey", "_FillValue")<br class="">  print(fill)<br class=""><br class="">  g = addfile("FOO.grb", "r")<br class="">  FILL = <b class="">getfilevaratt_value</b>(g, "PHOOEY, "_FillValue")<br class="">  print(FILL)</div><div class=""><br class=""></div><div class="">====================</div><div class="">You don't 'need' a function but I'd suggest it for error checking and, in some sense, clarity.</div><div class=""><br class=""></div><div class="">You could do it directly .... IF the variable and IF the attribute exist<br class=""></div><div class=""><br class=""></div><div class="">attValue = f-><span style="color:rgb(0,0,255)" class=""><b class="">$</b></span>varname<span style="color:rgb(0,0,255)" class=""><b class="">$</b></span><span style="color:rgb(255,0,0)" class=""><b class="">@</b></span><span style="color:rgb(0,0,255)" class=""><b class="">$</b></span>attname<span style="color:rgb(0,0,255)" class=""><b class="">$</b></span><br class=""></div><div class=""><br class=""></div></div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Sep 10, 2018 at 3:08 PM, Toni Klemm <span dir="ltr" class=""><<a href="mailto:toni-klemm@tamu.edu" target="_blank" class="">toni-klemm@tamu.edu</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space" class="">Hm, I’m not familiar with GRIB files. But generally, don’t you *have* to load the content from all files if you want to aggregate content from multiple files into one? Or are the files too large to load them all at once?<div class=""><br class=""></div><div class=""><span class="">Toni<br class=""><div class="">
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; word-wrap: break-word; line-break: after-white-space;" class=""><div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; word-wrap: break-word; line-break: after-white-space;" class=""><div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; word-wrap: break-word; line-break: after-white-space;" class=""><div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; word-wrap: break-word; line-break: after-white-space;" class=""><div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word; line-break: after-white-space;" class=""><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><font face="Calibri" class=""><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909Apple-interchange-newline"><br class=""></font></div><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><font face="Calibri" class=""><b class="">Toni Klemm, Ph.D.<br class=""></b>Postdoctoral Research Associate</font></div><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class="">Department of Ecosystem Science and Management</div><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class="">College of Agriculture and Life Sciences</div><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class="">Texas A&M University, College Station, TX</div><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><font face="Calibri" class="">Contributor to the <a href="http://www.eccforum.org/" target="_blank" class="">Early Career Climate Forum</a><br class=""><a href="http://www.toni-klemm.de/" target="_blank" class="">www.toni-klemm.de</a> | <a href="http://twitter.com/toniklemm" target="_blank" class="">@toniklemm</a></font></div><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><font face="Calibri" class=""><br class=""></font></div><div style="font-variant-caps: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><font face="Calibri" class=""><br class=""></font></div></div></div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909Apple-interchange-newline"></div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909Apple-interchange-newline"></div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909Apple-interchange-newline"></div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909Apple-interchange-newline"><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909Apple-interchange-newline">
</div>
</span><div class=""><div class="m_8736428376191178363m_6002462981317498560h5"><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Sep 10, 2018, at 4:01 PM, Mateus da Silva Teixeira <<a href="mailto:mateusstex@gmail.com" target="_blank" class="">mateusstex@gmail.com</a>> wrote:</div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class="">Sorry about grammatical error: ... not <b class="">be more</b> specific.<br class=""><br class=""></div>Best regards,<br class=""><br class=""></div><span id="m_8736428376191178363m_6002462981317498560m_8244075755109096909:5o5.10" class="">Mateus</span><br class=""><br class=""></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">Em seg, 10 de set de 2018 às 17:57, Mateus da Silva Teixeira <<a href="mailto:mateusstex@gmail.com" target="_blank" class="">mateusstex@gmail.com</a>> escreveu:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class="">Hi Toni,<br class=""><br class=""></div>Thank you for your reply.<br class=""><br class=""></div>Sorry for not being more specific. Actually, I have more than 30 GRIB 1/2 files and I would like to define a single variable (with new function) to hold data from all files. Part of these files are in GRIB 1 format and other part is in GRIB 2. Also, variable name changes from GRIB 1 to GRIB 2 format, even the files coming from same source (GFS ANL). So, I want, after working with these differences, to put all data into the same array.<br class=""><br class=""></div>Thanks,<br class=""><br class=""></div>mateus<br class=""><br class=""></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">Em seg, 10 de set de 2018 às 17:47, Toni Klemm <<a href="mailto:toni-klemm@tamu.edu" target="_blank" class="">toni-klemm@tamu.edu</a>> escreveu:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space" class="">Hi Mateus,<div class=""><br class=""></div><div class="">I imagine there are more elegant ways, but if you don’t have too many files (or if they have the same variable type (int, float, …), you can run the command </div><div class=""><font face="Courier" class=""><br class=""></font></div><div class=""><font face="Courier" class="">ncdump -h file/path/and/<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__filename.nc&d=DwMFaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=WsLJ5ywbW3XnTzqo_ETV62H6s1a5bcGgnrpl7xPRfic&m=QNHQY-Rg2SD7O4tjt83KFOLSP78h3Xsi7Gp8DZC4XjQ&s=nGgX5SBhjflILx1upQjtPTbXH-SW2BKF3RylaoX5oeM&e=" target="_blank" class="">filename.nc</a></font></div><div class=""><br class=""></div><div class="">which will give you the metadata to each variable, and copy-paste the _FillValue value of your variable directly into your NCL script. Another way is to view the file in a viewer like Panoply and get the _FillValue that way.</div><div class=""><br class=""></div><div class="">Hope that helps,</div><div class="">Toni</div><div class="">
<div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;word-wrap:break-word;line-break:after-white-space" class=""><div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;word-wrap:break-word;line-break:after-white-space" class=""><div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;word-wrap:break-word;line-break:after-white-space" class=""><div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;word-wrap:break-word;line-break:after-white-space" class=""><div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word;line-break:after-white-space" class=""><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class=""><font face="Calibri" class=""><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909m_-8923431039586834761m_8309689789431859241Apple-interchange-newline"><br class=""></font></div><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class=""><font face="Calibri" class=""><b class="">Toni Klemm, Ph.D.<br class=""></b>Postdoctoral Research Associate</font></div><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class="">Department of Ecosystem Science and Management</div><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class="">College of Agriculture and Life Sciences</div><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class="">Texas A&M University, College Station, TX</div><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class=""><font face="Calibri" class="">Contributor to the <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.eccforum.org&d=DwMFaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=WsLJ5ywbW3XnTzqo_ETV62H6s1a5bcGgnrpl7xPRfic&m=QNHQY-Rg2SD7O4tjt83KFOLSP78h3Xsi7Gp8DZC4XjQ&s=QUEh_u_3pzFgPJlCLTXhCDGj-D3g91zg-BqeSy81OCs&e=" target="_blank" class="">Early Career Climate Forum</a><br class=""><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.toni-2Dklemm.de&d=DwMFaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=WsLJ5ywbW3XnTzqo_ETV62H6s1a5bcGgnrpl7xPRfic&m=QNHQY-Rg2SD7O4tjt83KFOLSP78h3Xsi7Gp8DZC4XjQ&s=VU_wO4xhSNGiMrxkh2cdBDlVDCFdstJTeeISiPDr1zs&e=" target="_blank" class="">www.toni-klemm.de</a> | <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__twitter.com_toniklemm&d=DwMFaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=WsLJ5ywbW3XnTzqo_ETV62H6s1a5bcGgnrpl7xPRfic&m=QNHQY-Rg2SD7O4tjt83KFOLSP78h3Xsi7Gp8DZC4XjQ&s=vCNxBBWrfi20WfSVT8WwtxB8Z5Y1OLH3Am8YgLAefPs&e=" target="_blank" class="">@toniklemm</a></font></div><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class=""><font face="Calibri" class=""><br class=""></font></div><div style="font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" class=""><font face="Calibri" class=""><br class=""></font></div></div></div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909m_-8923431039586834761m_8309689789431859241Apple-interchange-newline"></div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909m_-8923431039586834761m_8309689789431859241Apple-interchange-newline"></div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909m_-8923431039586834761m_8309689789431859241Apple-interchange-newline"></div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909m_-8923431039586834761m_8309689789431859241Apple-interchange-newline"><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909m_-8923431039586834761m_8309689789431859241Apple-interchange-newline">
</div>
<div class=""><br class=""><blockquote type="cite" class=""><div class="">On Sep 10, 2018, at 3:34 PM, Mateus da Silva Teixeira <<a href="mailto:mateusstex@gmail.com" target="_blank" class="">mateusstex@gmail.com</a>> wrote:</div><br class="m_8736428376191178363m_6002462981317498560m_8244075755109096909m_-8923431039586834761m_8309689789431859241Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class="">Hi,<br class=""><br class=""></div>Is there a way to get _FillValue attribute from a file variable without loading that variable?<br class=""><br class=""></div>I found <i class="">getFillValue</i> function, but I think it won't work like I expect. Also, function <i class="">getfilevaratts</i> only gives a list of the attributes. I would like to directly access the content of this attribute.<br class=""><br class=""></div>Thanks,<br class=""><br class=""></div>Mateus<br class=""><br class=""></div>
______________________________<wbr class="">_________________<br class="">ncl-talk mailing list<br class=""><a href="mailto:ncl-talk@ucar.edu" target="_blank" class="">ncl-talk@ucar.edu</a><br class="">List instructions, subscriber options, unsubscribe:<br class=""><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__mailman.ucar.edu_mailman_listinfo_ncl-2Dtalk&d=DwMFaQ&c=ODFT-G5SujMiGrKuoJJjVg&r=WsLJ5ywbW3XnTzqo_ETV62H6s1a5bcGgnrpl7xPRfic&m=QNHQY-Rg2SD7O4tjt83KFOLSP78h3Xsi7Gp8DZC4XjQ&s=hVrZrwQef20v6y6LLb2lxqeSgfcc8A3CzN-mfZ61YyY&e=" target="_blank" class="">http://mailman.ucar.edu/<wbr class="">mailman/listinfo/ncl-talk</a><br class=""></div></blockquote></div><br class=""></div></blockquote></div>
</blockquote></div>
</div></blockquote></div><br class=""></div></div></div></div><br class="">______________________________<wbr class="">_________________<br class="">
ncl-talk mailing list<br class="">
<a href="mailto:ncl-talk@ucar.edu" target="_blank" class="">ncl-talk@ucar.edu</a><br class="">
List instructions, subscriber options, unsubscribe:<br class="">
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank" class="">http://mailman.ucar.edu/<wbr class="">mailman/listinfo/ncl-talk</a><br class="">
<br class=""></blockquote></div><br class=""></div>
</blockquote></div>
</div></div></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></body></html>