<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 <a href="http://cola.gmu.edu/grads/downloads.php">http://cola.gmu.edu/grads/downloads.php</a>
and install it yourself.
<div>—Jennifer<br>
<div><br>
<div>
<div>On Sep 21, 2016, at 6:56 AM, yogesh kumkar <<a href="mailto:yogeshkumkar@gmail.com">yogeshkumkar@gmail.com</a>> 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): <br>
GX Package Initialization: Size = 11 8.5 <br>
ga-> <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>
lon = 144 ;<br>
lat = 72 ;<br>
time = 451 ;<br>
variables:<br>
float lat(lat) ;<br>
lat:axis = "Y" ;<br>
lat:standard_name = "latitude" ;<br>
lat:long_name = "Latitude" ;<br>
lat:actual_range = 88.75f, -88.75f ;<br>
lat:units = "degrees_north" ;<br>
float lon(lon) ;<br>
lon:axis = "X" ;<br>
lon:standard_name = "longitude" ;<br>
lon:actual_range = 1.25f, 358.75f ;<br>
lon:long_name = "Longitude" ;<br>
lon:units = "degrees_east" ;<br>
double time(time) ;<br>
time:actual_range = 1569072., 1897776. ;<br>
time:axis = "T" ;<br>
time:standard_name = "time" ;<br>
time:avg_period = "0000-01-00 00:00:00" ;<br>
time:delta_t = "0000-01-00 00:00:00" ;<br>
time:long_name = "Time" ;<br>
time:units = "hours since 1800-01-01 00:00:0.0" ;<br>
float precip(time, lat, lon) ;<br>
precip:_FillValue = -9.96921e+36f ;<br>
precip:actual_range = 0.f, 56.54f ;<br>
precip:parent_stat = "Mean" ;<br>
precip:statistic = "Mean" ;<br>
precip:level_desc = "Surface" ;<br>
precip:dataset = "CPC Merged Analysis of Precipitation Standard" ;<br>
precip:var_desc = "Precipitation" ;<br>
precip:least_significant_digit = 2s ;<br>
precip:precision = 2s ;<br>
precip:missing_value = -9.96921e+36f ;<br>
precip:scale_factor = 1.f ;<br>
precip:add_offset = 0.f ;<br>
precip:units = "mm/day" ;<br>
precip:valid_range = 0.f, 70.f ;<br>
precip:long_name = "Average Monthly Rate of Precipitation" ;<br>
<br>
// global attributes:<br>
:history = "update 8/2016 V1608" ;<br>
:version = "V1608" ;<br>
:dataset_title = "CPC Merged Analysis of Precipitation" ;<br>
:References = "<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>" ;<br>
:documentation = "<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>" ;<br>
:source = "ftp <a href="http://ftp.cpc.ncep.noaa.gov/">ftp.cpc.ncep.noaa.gov</a> precip/cmap/monthly" ;<br>
:platform = "Analyses" ;<br>
:comment = "Data support section: ds124" ;<br>
:creation_date = "Mon Sep 19 16:12:02 IRDT 2016" ;<br>
:NCL_Version = "6.1.2" ;<br>
:system = "Linux nature 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:35:20 UTC 2015 i686 i686 i686 GNU/Linux" ;<br>
:Conventions = "COARDS" ;<br>
:hdf_source = "precip_mon_mean.hdf" ;<br>
:title = "CPC Merged Analysis of Precipitation (excludes NCEP Reanalysis)" ;<br>
data:<br>
<br>
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>
YOGESH KUMKAR<br>
<div style="text-align:left"> Centro Euro-Mediterraneo sui Cambiamenti Climatici<br>
via Augusto Imperatore 16,</div>
<div style="text-align:left"> 73100 Lecce, Italy</div>
<div style="text-align:left"> Mobile: +39 3248739936<br>
Phone: +39 0832 671020<br>
</div>
<div style="text-align:left"> <a target="_blank" href="mailto:yogesh.kumkar@cmcc.it">
yogesh.kumkar@cmcc.it</a><br>
<br>
</div>
</div>
********************************************************<br>
<div>+--------------------------------------------------------+<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>
+--------------------------------------------------------+</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>