<div dir="ltr"><div class="gmail_default" style="font-size:small">Paul,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Thanks so much for providing a file. I was able to produce the same results as you, and I have reported it to the developers who will look into it.  I&#39;m hoping we can get a fix in by the next release of NCL, which should be in March.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 26, 2015 at 3:42 AM, Steeven Paul Yerraguntla <span dir="ltr">&lt;<a href="mailto:steevenpaul@gmail.com" target="_blank">steevenpaul@gmail.com</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"><div class="gmail_default" style="font-size:small">Dear NCL users,</div><div class="gmail_default" style="font-size:small">  Â  Â  Â  Â  Â  Â  Â  Â  Please see the attachments for the the file. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">regards</div><div class="gmail_default" style="font-size:small">  Â  Â </div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 25, 2015 at 8:28 PM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</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"><div class="gmail_default" style="font-size:small">Paul,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The output from print(gp) says that &quot;gp&quot; has 0 bytes. This means that NCL is failing when trying to read this variable:</div><span><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><span style="font-size:12.8000001907349px">Variable: gp</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Type: none</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Total Size: 0 bytes</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">  Â  Â  Â  Â  Â  1 values</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Number of Dimensions: 0</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Dimensions and sizes:</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Coordinates:</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Number Of Attributes: 59</span><br></div><div class="gmail_default" style="font-size:small"><span style="font-size:12.8000001907349px"><br></span></div></span><div class="gmail_default" style="font-size:small"><span style="font-size:12.8000001907349px">I believe we have fixed this bug in the upcoming release of NCL.  Would you be able to provide us with the file so we can test it?</span></div><span><font color="#888888"><div class="gmail_default" style="font-size:small"><span style="font-size:12.8000001907349px"><br></span></div><div class="gmail_default" style="font-size:small"><span style="font-size:12.8000001907349px">--Mary</span></div><div class="gmail_default" style="font-size:small"><span style="font-size:12.8000001907349px"><br></span></div><div class="gmail_default" style="font-size:small"><span style="font-size:12.8000001907349px"><br></span></div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 24, 2015 at 2:21 AM, Steeven Paul Yerraguntla <span dir="ltr">&lt;<a href="mailto:steevenpaul@gmail.com" target="_blank">steevenpaul@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear NCL users<br>
Thanks to Griffin for good suggestions and i could convert the hdf to<br>
nc with the script provided by Dennis long ago and the problems is the<br>
iteration is done only to the first file in the loop and the error<br>
occuring with the message &quot;segmentation fault (core dumped)&quot;. I run<br>
the script again using the command ncl -x filename.ncl and the output<br>
as follows. Please let me know how can i get the iteration completed.<br>
<br>
***********************************************************************************<br>
 Copyright (C) 1995-2012 - All Rights Reserved<br>
 University Corporation for Atmospheric Research<br>
 NCAR Command Language Version 6.1.0<br>
 The use of this software is governed by a License Agreement.<br>
 See <a href="http://www.ncl.ucar.edu/" target="_blank">http://www.ncl.ucar.edu/</a> for more details.<br>
+ ;************************************************<br>
+ ; Allways examine file contents:<br>
+ ; %&gt; ncl_filedump foo.h5 | less<br>
+ ;************************************************<br>
Loading file &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl&quot;<br>
+<br>
Loading file &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl&quot;<br>
+<br>
Loading file &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl&quot;<br>
+<br>
+ ;************************************************<br>
+  Â begin<br>
+  Â diri = &quot;./&quot;<br>
+  Â diroxx = &quot;./&quot;<br>
+<br>
+  Â fili = systemfunc(&quot;cd &quot;+diri+&quot; ; ls *.h5&quot;)<br>
+  Â nfil = dimsizes(fili)<br>
+  Â print(&quot;nfil=&quot;+nfil)<br>
+<br>
+  Â do nf=0,nfil-1<br>
+  Â  Â  print(&quot;===========================&quot;)<br>
+  Â  Â  f  Â  = addfile(diri+fili(nf), &quot;r&quot;)<br>
+  Â  Â  Â  Latitude  = f-&gt;/OLR/OLR_Dataset.Latitude<br>
+  Â  Â  Â  Longitude = f-&gt;/OLR/OLR_Dataset.Longitude<br>
+<br>
+  Â print(&quot;---&quot;)<br>
+  Â printVarSummary(Latitude)  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  ; [DIM_000 | 250601]<br>
+  Â print(&quot;Latitude: min=&quot;+min(Latitude)+&quot;  Â max=&quot;+max(Latitude))<br>
+  Â print(&quot;---&quot;)<br>
+  Â printVarSummary(Longitude)  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â ; [DIM_000 | 250601]<br>
+  Â print(&quot;Longitude: min=&quot;+min(Longitude)+&quot;  Â max=&quot;+max(Longitude))<br>
+  Â print(&quot;---&quot;)<br>
+  ;print(Latitude+&quot;  Â &quot;+Longitude)<br>
+  Â print(&quot;---&quot;)<br>
+<br>
+  Â gp  Â  = f-&gt;GP_PARAM_INFO  Â  Â  Â  Â  Â  Â  Â  Â  Â ; read group<br>
+  Â print(gp)<br>
+  Â print(&quot;---&quot;)<br>
+<br>
+  Â latS  = gp@ValidBottomLat<br>
+  Â latN  = gp@ValidTopLat<br>
+  Â lonL  = gp@ValidLeftLon<br>
+  Â lonR  = gp@ValidRightLon<br>
+<br>
+  Â dlat  = gp@LatInterval<br>
+  Â nlat  = toint((latN-latS)/dlat)+1<br>
+  Â lat  Â = fspan(latS, latN, nlat)<br>
+  Â lat!0 = &quot;lat&quot;<br>
+  Â lat@units = &quot;degrees_north&quot;<br>
+<br>
+  Â dlon  = gp@LonInterval<br>
+  Â mlon  = toint((lonR-lonL)/dlon)+1<br>
+  Â lon  Â = fspan(lonL, lonR, mlon)<br>
+  Â lon!0 = &quot;lon&quot;<br>
+  Â lon@units = &quot;degrees_east&quot;<br>
+<br>
+  ;OLR = f-&gt;/OLR/OLR_Dataset.OLR<br>
+  ;printVarSummary(OLR)  Â  Â  Â  Â  Â  Â  ; [DIM_000 | 250601]<br>
+<br>
+  Â olr  Â  Â = onedtond( f-&gt;/OLR/OLR_Dataset.OLR, (/nlat,mlon/) )<br>
+  Â olr!0  Â = &quot;lat&quot;<br>
+  Â olr!1  Â = &quot;lon&quot;<br>
+  Â olr&amp;lat =  lat<br>
+  Â olr&amp;lon =  lon<br>
+ ;;olr@long_name = gp@GP_PARAM_NAME<br>
+ ;;olr@units  Â  Â = gp@OLR_Unit<br>
+  Â olr@long_name = &quot;OLR&quot;<br>
+  Â olr@units  Â  Â = &quot;W/m^2&quot;<br>
+<br>
+  Â print(&quot;typeof(gp@MissingValueInProduct=&quot;+typeof(gp@MissingValueInProduct))<br>
  ; type double<br>
+<br>
+  Â olr@_FillValue= tofloat(gp@MissingValueInProduct)  ; match olr type<br>
+<br>
+  Â printVarSummary(olr)<br>
+  Â print(&quot;olr: min=&quot;+min(olr)+&quot;  Â max=&quot;+max(olr))<br>
+  Â print(&quot;---&quot;)<br>
+<br>
+ ;************************************************<br>
+ ; Examine distribution<br>
+ ;************************************************<br>
+<br>
+  Â opt = True<br>
+  Â opt@PrintStat = True<br>
+  Â stat = stat_dispersion(olr, opt )<br>
+<br>
+  Â  Â print(&quot;---&quot;)<br>
+  Â  Â  fbase = str_get_field(fili(nf),1,&quot;.&quot;)<br>
+  Â  Â  print(&quot;fbase=&quot;+fbase)<br>
+<br>
+  Â  Â  diro = &quot;./&quot;<br>
+  Â  Â  filo = fbase+&quot;.nc&quot;<br>
+  Â  Â  ptho = diro+filo<br>
+<br>
+  Â  Â  system(&quot;/bin/rm -f &quot;+ptho) ; remove any pre-existing file<br>
+  Â  Â  ncdf = addfile(ptho ,&quot;c&quot;)  ; open output netCDF file<br>
+<br>
+  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â ; create global attributes<br>
of the file<br>
+  Â  Â  fAtt  Â  Â  Â  Â  Â  Â  Â = True  Â  Â  Â  Â  Â  ; assign file attributes<br>
+  Â  Â  fAtt@title  Â  Â  Â  Â = &quot;NCL: H5 to netCDF&quot;<br>
+  Â  Â  fAtt@source  Â  Â  Â  = &quot;MOSDAC: Meteorological &amp; Oceanographic<br>
<span>Satellite Data Archival Center (India)&quot;<br>
</span>+  Â  Â  fAtt@source_file  Â =  fili(nf)<br>
+  Â  Â  fAtt@Conventions  Â = &quot;None&quot;<br>
+  Â  Â  fAtt@creation_date = systemfunc (&quot;date&quot;)<br>
<span>+  Â  Â  fileattdef( ncdf, fAtt )  Â  Â  Â  Â  Â  ; copy file attributes<br>
</span>+<br>
+  Â  Â  ncdf-&gt;OLR = olr<br>
+  Â end do<br>
+  end<br>
<span>(0)  Â  Â nfil=31<br>
(0)  Â  Â ===========================<br>
(0)  Â  Â ---<br>
<br>
</span>Variable: Latitude<br>
Type: float<br>
Total Size: 1002404 bytes<br>
  Â  Â  Â  Â  Â  250601 values<br>
Number of Dimensions: 1<br>
Dimensions and sizes:  Â [DIM_000 | 250601]<br>
Coordinates:<br>
Number Of Attributes: 0<br>
(0)  Â  Â Latitude: min=-60  Â max=60<br>
(0)  Â  Â ---<br>
<br>
Variable: Longitude<br>
Type: float<br>
Total Size: 1002404 bytes<br>
  Â  Â  Â  Â  Â  250601 values<br>
Number of Dimensions: 1<br>
Dimensions and sizes:  Â [DIM_000 | 250601]<br>
Coordinates:<br>
Number Of Attributes: 0<br>
(0)  Â  Â Longitude: min=10  Â max=140<br>
(0)  Â  Â ---<br>
(0)  Â  Â ---<br>
<br>
<br>
Variable: gp<br>
Type: none<br>
Total Size: 0 bytes<br>
  Â  Â  Â  Â  Â  1 values<br>
Number of Dimensions: 0<br>
Dimensions and sizes:<br>
Coordinates:<br>
Number Of Attributes: 59<br>
  BinningInput_01 :  Â  Â K1VHR_05OCT2013_0000<br>
  .<br>
  .<br>
  .<br>
  BinningInput_44 :  Â  Â K1VHR_05OCT2013_2330<br>
  BinningTime : 2330R_05OCT2013_2330<br>
  GP_PARAM_DESCRIPTION :  Â  Â  Â  Daily_05OCT2013_2330<br>
  GP_PARAM_NAME :  Â  Â  Â Outgoing Longwave Radiation (OLR)<br>
  Input_Channels :  Â  Â  TIR<br>
  LatInterval : 0.25<br>
  Latitude_Unit :  Â  Â  Â Degrees<br>
  LonInterval : 0.25<br>
  Longitude_Unit :  Â  Â  Degrees<br>
  MissingValueInProduct :  Â  Â  Â  999<br>
  NoOfBinningInputs :  Â 44<br>
  OLR_Unit :  Â  Watts/sq. met.<br>
  ValidBottomLat :  Â  Â  Â -60<br>
  ValidLeftLon :  Â  Â  Â  Â  10<br>
  ValidRightLon :  Â  Â  Â  140<br>
  ValidTopLat :  Â 60<br>
(0)  Â  Â ---<br>
(0)  Â  Â typeof(gp@MissingValueInProduct=double<br>
<br>
Variable: olr<br>
Type: float<br>
Total Size: 1002404 bytes<br>
  Â  Â  Â  Â  Â  250601 values<br>
Number of Dimensions: 2<br>
Dimensions and sizes:  Â [lat | 481] x [lon | 521]<br>
Coordinates:<br>
  Â  Â  Â  Â  Â  lat: [ -60..  60]<br>
  Â  Â  Â  Â  Â  lon: [  10.. 140]<br>
Number Of Attributes: 3<br>
  _FillValue :  999<br>
  units :  Â  Â  Â W/m^2<br>
  long_name :  Â OLR<br>
(0)  Â  Â olr: min=110.786  Â max=343.597<br>
(0)  Â  Â ---<br>
(0)<br>
(0)  Â  Â  Â  ===&gt; Robust Dispersion Statistics: OLR &lt;===<br>
(0)  Â  Â  [0]  Â  Â  Â  Â  Â  Mean=254.263<br>
 .<br>
 .<br>
 .<br>
(0)  Â  Â  [29]  Â  Â  Â Kurtosis=-0.392987<br>
(0)<br>
(0)  Â  Â ---<br>
(0)  Â  Â fbase=K1VHR_05OCT2013_DAILY_L03_OLR<br>
(0)  Â  Â ===========================<br>
(0)  Â  Â ---<br>
<br>
Variable: Latitude<br>
Type: float<br>
Total Size: 1002404 bytes<br>
  Â  Â  Â  Â  Â  250601 values<br>
Number of Dimensions: 1<br>
Dimensions and sizes:  Â [DIM_000 | 250601]<br>
Coordinates:<br>
Number Of Attributes: 0<br>
(0)  Â  Â Latitude: min=-60  Â max=60<br>
(0)  Â  Â ---<br>
<br>
Variable: Longitude<br>
Type: float<br>
Total Size: 1002404 bytes<br>
  Â  Â  Â  Â  Â  250601 values<br>
Number of Dimensions: 1<br>
Dimensions and sizes:  Â [DIM_000 | 250601]<br>
Coordinates:<br>
Number Of Attributes: 0<br>
(0)  Â  Â Longitude: min=10  Â max=140<br>
(0)  Â  Â ---<br>
(0)  Â  Â ---<br>
Segmentation fault (core dumped)<br>
**************************************************************************<br>
<br>
regards<br>
Paul.<br>
<div><div><br>
On 2/24/15, Kyle Griffin &lt;<a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a>&gt; wrote:<br>
&gt; Look at what the error message is telling you. In this case, it says<br>
&gt; &quot;variable OLR1 is undefined&quot; - which is your problem. OLR1 does not exist<br>
&gt; anywhere else in your script! It appears you are trying to write it out to<br>
&gt; the output file correctly, but there is no data to output because you never<br>
&gt; read that variable in!<br>
&gt;<br>
&gt; Some info on reading (and writing, but that&#39;s not relevant for you at the<br>
&gt; moment) HDF5 files is available here:<br>
&gt;<br>
&gt; <a href="http://www.ncl.ucar.edu/Applications/hdf5.shtml" target="_blank">http://www.ncl.ucar.edu/Applications/hdf5.shtml</a><br>
&gt;<br>
&gt; It is not the most organized of pages, but you can get the general gist of<br>
&gt; things if you have a more complicated HDF5 file with groups. Otherwise,<br>
&gt; note that the typical notation for reading in a variable from file(s) is<br>
&gt; like this, using your code from above:<br>
&gt;<br>
&gt; f  Â  = addfile(diri+fili(nf), &quot;r&quot;)  Â  Â ;same as above<br>
&gt; OLR1 = f-&gt;OLR_var_name  Â  ;change to match the variable name desired from<br>
&gt; your file<br>
&gt;<br>
&gt; You may need/want other coordinate variables from the file as well. I don&#39;t<br>
&gt; have much experience with HDF5 myself, but if you have some issues, you can<br>
&gt; look into resolving them with some tips from the general file I/O page as<br>
&gt; well:<br>
&gt;<br>
&gt; <a href="http://www.ncl.ucar.edu/Applications/list_io.shtml" target="_blank">http://www.ncl.ucar.edu/Applications/list_io.shtml</a><br>
&gt;<br>
&gt; Please respond back to the list if you have more questions!<br>
&gt;<br>
&gt;<br>
&gt; Kyle<br>
&gt;<br>
&gt; ----------------------------------------<br>
&gt; Kyle S. Griffin<br>
&gt; Department of Atmospheric and Oceanic Sciences<br>
&gt; University of Wisconsin - Madison<br>
&gt; Room 1421<br>
&gt; 1225 W Dayton St, Madison, WI 53706<br>
&gt; Email: <a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a><br>
&gt;<br>
&gt; On Mon, Feb 23, 2015 at 10:56 PM, Steeven Paul Yerraguntla &lt;<br>
&gt; <a href="mailto:steevenpaul@gmail.com" target="_blank">steevenpaul@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Dear NCL users,<br>
&gt;&gt;  Â  Â  Â  Â  Â I wanted to convert number of OLR hdf(.h5) files to netcdf<br>
&gt;&gt; files<br>
&gt;&gt; and to get it done i used the following script and facing error at the<br>
&gt;&gt; line<br>
&gt;&gt; marked in the following script. I could not make out how to solve it.<br>
&gt;&gt; Please help me in solving out it.  Thanks in advance.<br>
&gt;&gt;<br>
&gt;&gt; =================================================================<br>
&gt;&gt; load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl&quot;<br>
&gt;&gt; load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl&quot;<br>
&gt;&gt; load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl&quot;<br>
&gt;&gt; ;************************************************<br>
&gt;&gt;  Â begin<br>
&gt;&gt;  Â diri = &quot;./&quot;<br>
&gt;&gt;  Â diro = &quot;./&quot;<br>
&gt;&gt;<br>
&gt;&gt;  Â fili = systemfunc(&quot;cd &quot;+diri+&quot; ; ls *.h5&quot;)<br>
&gt;&gt;  Â nfil = dimsizes(fili)<br>
&gt;&gt;  Â print(&quot;nfil=&quot;+nfil)<br>
&gt;&gt;<br>
&gt;&gt;  Â do nf=0,nfil-1<br>
&gt;&gt;  Â  Â  print(&quot;===========================&quot;)<br>
&gt;&gt;  Â  Â f  Â  = addfile(diri+fili(nf), &quot;r&quot;)<br>
&gt;&gt;<br>
&gt;&gt;  Â  Â  print(&quot;---&quot;)<br>
&gt;&gt;  Â  Â  fbase = str_get_field(fili(nf),1,&quot;.&quot;)<br>
&gt;&gt;  Â  Â  print(&quot;fbase=&quot;+fbase)<br>
&gt;&gt;<br>
&gt;&gt;  Â  Â  diro = &quot;./&quot;<br>
&gt;&gt;  Â  Â  filo = fbase+&quot;.nc&quot;<br>
&gt;&gt;  Â  Â  ptho = diro+filo<br>
&gt;&gt;<br>
&gt;&gt;  Â  Â  system(&quot;/bin/rm -f &quot;+ptho) ; remove any pre-existing file<br>
&gt;&gt;  Â  Â  ncdf = addfile(ptho ,&quot;c&quot;)  ; open output netCDF file<br>
&gt;&gt;<br>
&gt;&gt;  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â ; create global attributes of<br>
&gt;&gt; the file<br>
&gt;&gt;  Â  Â  fAtt  Â  Â  Â  Â  Â  Â  Â = True  Â  Â  Â  Â  Â  ; assign file attributes<br>
&gt;&gt;  Â  Â  fAtt@title  Â  Â  Â  Â = &quot;NCL: H5 to netCDF&quot;<br>
&gt;&gt;  Â  Â  fAtt@source  Â  Â  Â  = &quot;MOSDAC: Meteorological &amp; Oceanographic<br>
&gt;&gt; Satellite Data Archival Center (India)&quot;<br>
&gt;&gt;  Â  Â  fAtt@source_file  Â =  fili(nf)<br>
&gt;&gt;  Â  Â  fAtt@Conventions  Â = &quot;None&quot;<br>
&gt;&gt;  Â  Â  fAtt@creation_date = systemfunc (&quot;date&quot;)<br>
&gt;&gt;  Â  Â  fileattdef( ncdf, fAtt )  Â  Â  Â  Â  Â  ; copy file attributes<br>
&gt;&gt;<br>
</div></div>&gt;&gt;  Â  Â *ncdf-&gt;OLR = OLR1  Â  Â &lt;==============  This is where error is<br>
&gt;&gt; occuring*<br>
&gt;&gt;  Â end do<br>
&gt;&gt;  end<br>
&gt;&gt; =====================================<br>
&gt;&gt; *Error message as follows:*<br>
<span>&gt;&gt;<br>
&gt;&gt; (0) nfil=31<br>
&gt;&gt; (0) ===========================<br>
&gt;&gt; (0) ---<br>
&gt;&gt; (0) fbase=K1VHR_05OCT2013_DAILY_L03_OLR<br>
&gt;&gt; fatal:Variable (OLR1) is undefined<br>
&gt;&gt; fatal:[&quot;Execute.c&quot;:7743]:Execute: Error occurred at or near line 41 in<br>
&gt;&gt; file nfiles_conversion_h5_to_nc.ncl<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; ncl-talk mailing list<br>
&gt;&gt; List instructions, subscriber options, unsubscribe:<br>
&gt;&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
<br>
<br>
</span>--<br>
<br>
<br>
<br>
<br>
*<br>
***<br>
<div><div>_______________________________________________<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>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>