<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Your ubuntu build is probably not linked with netcdf4, and it probably also has udunits2 — the user-friendly ‘yum’ install feature on ubuntu does not install a user-friendly version of GrADS. Better to download a build from&nbsp;<a href="http://cola.gmu.edu/grads/downloads.php">http://cola.gmu.edu/grads/downloads.php</a>
 and install it yourself.&nbsp;
<div>—Jennifer<br>
<div><br>
<div>
<div>On Sep 21, 2016, at 6:56 AM, yogesh kumkar &lt;<a href="mailto:yogeshkumkar@gmail.com">yogeshkumkar@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div>
<div>
<div>Dear GrADS members/users,<br>
<br>
</div>
I have installed grads on my laptop. <br>
</div>
The OS is ubuntu 14.04, grads version is 2.0.1<br>
yogesh@nature:WorkFigures$ uname -a<br>
Linux nature 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:35:20 UTC 2015 i686 i686 i686 GNU/Linux<br>
<br>
</div>
When I run a .gs script, I get the following error and grads quits without plotting.<br clear="all">
<div>
<div><br>
=================================================<br>
grads: Symbol `_ZTVN6libdap15BaseTypeFactoryE' has different size in shared object, consider re-linking<br>
<br>
Grid Analysis and Display System (GrADS) Version 2.0.1<br>
Copyright (c) 1988-2011 by Brian Doty and the<br>
Institute for Global Environment and Society (IGES)<br>
GrADS comes with ABSOLUTELY NO WARRANTY<br>
See file COPYRIGHT for more information<br>
<br>
Config: v2.0.1 little-endian readline printim grib2 netcdf hdf4-sds hdf5 opendap-grids,stn geotiff shapefile<br>
Issue 'q config' command for more detailed configuration information<br>
Landscape mode? ('n' for portrait):&nbsp; <br>
GX Package Initialization: Size = 11 8.5 <br>
ga-&gt; <a href="http://iran-nao.gs/">iran-nao.gs</a> <br>
No hardcopy metafile open<br>
All files closed; all defined objects released;<br>
All GrADS attributes have been reinitialized<br>
grads: symbol lookup error: grads: undefined symbol: nc_get_chunk_cache<br>
<br>
================================================<br>
<br>
</div>
<div>The ncdump -c of the <a href="http://precip_mon_mean.nc/">precip_mon_mean.nc</a> is<br>
<br>
netcdf precip_mon_mean {<br>
dimensions:<br>
&nbsp;&nbsp;&nbsp; lon = 144 ;<br>
&nbsp;&nbsp;&nbsp; lat = 72 ;<br>
&nbsp;&nbsp;&nbsp; time = 451 ;<br>
variables:<br>
&nbsp;&nbsp;&nbsp; float lat(lat) ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lat:axis = &quot;Y&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lat:standard_name = &quot;latitude&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lat:long_name = &quot;Latitude&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lat:actual_range = 88.75f, -88.75f ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lat:units = &quot;degrees_north&quot; ;<br>
&nbsp;&nbsp;&nbsp; float lon(lon) ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lon:axis = &quot;X&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lon:standard_name = &quot;longitude&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lon:actual_range = 1.25f, 358.75f ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lon:long_name = &quot;Longitude&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lon:units = &quot;degrees_east&quot; ;<br>
&nbsp;&nbsp;&nbsp; double time(time) ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:actual_range = 1569072., 1897776. ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:axis = &quot;T&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:standard_name = &quot;time&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:avg_period = &quot;0000-01-00 00:00:00&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:delta_t = &quot;0000-01-00 00:00:00&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:long_name = &quot;Time&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:units = &quot;hours since 1800-01-01 00:00:0.0&quot; ;<br>
&nbsp;&nbsp;&nbsp; float precip(time, lat, lon) ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:_FillValue = -9.96921e&#43;36f ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:actual_range = 0.f, 56.54f ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:parent_stat = &quot;Mean&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:statistic = &quot;Mean&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:level_desc = &quot;Surface&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:dataset = &quot;CPC Merged Analysis of Precipitation Standard&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:var_desc = &quot;Precipitation&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:least_significant_digit = 2s ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:precision = 2s ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:missing_value = -9.96921e&#43;36f ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:scale_factor = 1.f ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:add_offset = 0.f ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:units = &quot;mm/day&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:valid_range = 0.f, 70.f ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:long_name = &quot;Average Monthly Rate of Precipitation&quot; ;<br>
<br>
// global attributes:<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :history = &quot;update 8/2016 V1608&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :version = &quot;V1608&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :dataset_title = &quot;CPC Merged Analysis of Precipitation&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :References = &quot;<a href="http://www.esrl.noaa.gov/psd/data/gridded/data.cmap.html">http://www.esrl.noaa.gov/psd/data/gridded/data.cmap.html</a>&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :documentation = &quot;<a href="http://www.esrl.noaa.gov/psd/data/gridded/data.cmap.html">http://www.esrl.noaa.gov/psd/data/gridded/data.cmap.html</a>&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :source = &quot;ftp <a href="http://ftp.cpc.ncep.noaa.gov/">ftp.cpc.ncep.noaa.gov</a> precip/cmap/monthly&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :platform = &quot;Analyses&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :comment = &quot;Data support section: ds124&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :creation_date = &quot;Mon Sep 19 16:12:02 IRDT 2016&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :NCL_Version = &quot;6.1.2&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :system = &quot;Linux nature 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:35:20 UTC 2015 i686 i686 i686 GNU/Linux&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :Conventions = &quot;COARDS&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :hdf_source = &quot;precip_mon_mean.hdf&quot; ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :title = &quot;CPC Merged Analysis of Precipitation (excludes NCEP Reanalysis)&quot; ;<br>
data:<br>
<br>
&nbsp;lat = 88.75, 86.25, 83.75, 81.25, 78.75, 76.25, 73.75, 71.25, 68.75, 66.25, <br>
<br>
</div>
<div>Can you please advise me how I can fix this.<br>
<br>
</div>
<div>Thanks,<br>
</div>
<div>Yogesh<br>
</div>
<div><br>
-- <br>
<div class="gmail_signature">
<div dir="ltr">
<div dir="ltr">
<div>=============================<br>
<br>
&nbsp;&nbsp; YOGESH KUMKAR<br>
<div style="text-align:left">&nbsp; &nbsp;Centro Euro-Mediterraneo sui Cambiamenti Climatici<br>
&nbsp; &nbsp;via Augusto Imperatore 16,</div>
<div style="text-align:left">&nbsp; &nbsp;73100 Lecce, Italy</div>
<div style="text-align:left">&nbsp; &nbsp;Mobile: &#43;39 3248739936<br>
&nbsp; &nbsp;Phone: &#43;39 0832 671020<br>
</div>
<div style="text-align:left">&nbsp;&nbsp; <a target="_blank" href="mailto:yogesh.kumkar@cmcc.it">
yogesh.kumkar@cmcc.it</a><br>
<br>
</div>
</div>
********************************************************<br>
<div>&#43;--------------------------------------------------------&#43;<br>
Think before Print<br>
1 ream of paper = 6% of a tree and 5.4kg CO2 in the atmosphere<br>
3 sheets of A4 paper = 1 litre of water<br>
&#43;--------------------------------------------------------&#43;</div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-size: 12px; orphans: 2; widows: 2;">--</div>
<div style="font-size: 12px; orphans: 2; widows: 2;">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
</body>
</html>