<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">
<div dir="ltr">
<div class="gmail_default" style="font-family:verdana,sans-serif">To read a compressed NetCDF you shouldn't need to do anything special.  Just use the addfile() as normal, no need to specify the setfileoption parameters, they will only work on creating (maybe
 writing) to a file. </div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">In your wrf namelist you can tell wrf to put the ".nc" suffix on the file names, so it's more obvious what file it is.  Otherwise just add it as a suffix in the ncl addfile command so NCL knows
 what kind of file it's dealing with. </div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif">
<div class="gmail_default">ncl 0> filename = "wrfout_d03_2018-01-05_00_00_00"</div>
<div class="gmail_default">ncl 1> print(addfile(filename+".nc", "r"))</div>
<div class="gmail_default"><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Alan</div>
</div>
<div class="gmail_default" style="font-family:verdana,sans-serif"><br>
</div>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Apr 9, 2019 at 11:28 AM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com">barry.h.lynn@gmail.com</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div class="gmail_chip gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:rgb(245,245,245);padding:5px;font-family:arial;font-weight:bold;font-size:13px;border:1px solid rgb(221,221,221);line-height:1">
<a href="https://drive.google.com/file/d/1_C3tTQj3rwnfiCM4TBUYPdD8jOwUynt8/view?usp=drive_web" style="display:inline-block;max-width:366px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration-line:none;padding:1px 0px;border:none" target="_blank"><img style="vertical-align: bottom; border: none;" src="https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png"> <span dir="ltr" style="vertical-align:bottom;text-decoration:none">wrfout_d03_2018-01-05_00:00:00</span></a><img style="opacity: 0.55; float: right; display: none;"></div>
Please try this one. It is definitely 1 time step of output from WRF.</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Apr 9, 2019 at 8:11 PM Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>Hi Barry,</div>
<div><br>
</div>
<div>This looks like a truncated file?  Its only 336K, and the name is suspect.?</div>
<div><br>
</div>
<div>RB<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Apr 9, 2019 at 10:55 AM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures">begin</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0);min-height:25px">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br>
</p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures">; filename="</span><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s2" style="font-variant-ligatures:no-common-ligatures;background-color:rgb(224,228,9)">wrfout</span><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures">_d03_2018-01-05_00:00:00"</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-Apple-converted-space"> 
</span>filename="</span><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s2" style="font-variant-ligatures:no-common-ligatures;background-color:rgb(224,228,9)">wrfout</span><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures">_compresed.one_time_step.nc.pid19740.ncks.tmp"</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p2" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0);min-height:25px">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span><br>
</p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures">;</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures">;
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-Apple-converted-space">
  </span>mpdatabaseversion= "Earth..4"</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-Apple-converted-space"> </span>setfileoption("nc","format","netcdf4")</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-Apple-converted-space"> </span>print("got
 to here 1")</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures">setfileoption("nc","CompressionLevel",5)</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-Apple-converted-space"> </span>print("got
 to here 2")</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures">a = addfile(filename,"r")</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br>
</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures">IT DOES NOT PASS THE LINE ABOVE (ncl 6.5)</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-Apple-converted-space"> </span>print("got
 to here 3")</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-Apple-converted-space"> </span>end</span></p>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Apr 9, 2019 at 7:12 PM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<div dir="ltr">Hi:
<div><br>
</div>
<div>I am working on it.  It will take a bit of time, as I am missing a library.</div>
<div><br>
</div>
<div>Thank you.</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Apr 9, 2019 at 7:09 PM Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>Hi Barry,</div>
<div><br>
</div>
<div>Are you able to send me that file?</div>
<div><br>
</div>
<div>Rick<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Apr 9, 2019 at 12:40 AM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<div dir="ltr">Hello:
<div><br>
</div>
<div>I am at a loss trying to find an example to read a WRF file defined this way.</div>
<div><br>
</div>
<div>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures">This build of WRF will
 use NETCDF4 with HDF5 compression</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br>
</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures">I tried the following,
 but the ncl program just hangs up after passing "here 2"</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br>
</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-style:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-Apple-converted-space"> </span>setfileoption("nc","format","netcdf4")</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-style:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-Apple-converted-space"> </span>print("got
 to here 1")</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-style:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures">setfileoption("nc","CompressionLevel",5)</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-style:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures"><span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-Apple-converted-space"> </span>print("got
 to here 2")</span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures"></span></p>
<p class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:22px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)">
<span class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail-s1" style="font-variant-ligatures:no-common-ligatures">a = addfile(filename,"r")</span></p>
<div><br>
</div>
-- <br>
<div dir="ltr" class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail-m_776524128627110736gmail-m_4336287290818709526gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">Barry H. Lynn, Ph.D
<div>
<div>Senior Associate Scientist, 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>
<br>
</div>
</div>
</div>
</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>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail-m_5533721727774980873gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">Barry H. Lynn, Ph.D
<div>
<div>Senior Associate Scientist, 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>
<br>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="gmail-m_-22999696876730665gmail-m_2309772967358525382gmail-m_-1758866785512252568gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">Barry H. Lynn, Ph.D
<div>
<div>Senior Associate Scientist, 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>
<br>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="gmail-m_-22999696876730665gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">Barry H. Lynn, Ph.D
<div>
<div>Senior Associate Scientist, 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>
<br>
</div>
</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>
</body>
</html>