<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Diego,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I'm guessing there's something wrong with your environment . The information you provided looks mostly correct, but this part confuses me:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><div class="gmail_default">cfanprod@prod2:~$ ls /usr/lib/ncarg/data</div><div class="gmail_default">data/     database/</div><div class="gmail_default">cfanprod@prod2:~$ ls /$NCARG_ROOT/lib/ncarg/database/</div><div class="gmail_default"><br></div><div class="gmail_default">The /usr/lib/ncarg/data directory should NOT have "data" and "database" in it. It should have these directories:</div><div class="gmail_default"><br></div></div><div class="gmail_default">asc/<span style="white-space:pre">       </span>bin/<span style="white-space:pre"> </span>cdf/<span style="white-space:pre"> </span>grb/<span style="white-space:pre"> </span>hdf/<span style="white-space:pre"> </span>nug/<span style="white-space:pre"> </span>shp/<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The listing of $NCARG_ROOT/lib/ncarg/database looks correct but I'm wondering if you have multiple NCARG_XXXX environment variables set that are incorrect?</div><div class="gmail_default" style="font-size:small"></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Can you type the following and email all of the output back to <a href="mailto:ncl-install@ucar.edu">ncl-install@ucar.edu</a>:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">which ncl</div><div class="gmail_default" style="font-size:small">ncl -V</div><div class="gmail_default" style="font-size:small">env | grep NCARG</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If the "env" command shows any environment variables called NCARG_NCARG or NCARG_LIB, then this is probably the source of your problem.  The only environment that really should be required is NCARG_ROOT.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"> </div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 11, 2018 at 8:46 PM Diego Remolina via ncl-install <<a href="mailto:ncl-install@ucar.edu">ncl-install@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Trying to setup and run ncl-ncarg which comes directly from the ubuntu<br>
repo, but it fails.<br>
<br>
cfanprod@prod2:~$ which ncl<br>
/usr/bin/ncl<br>
cfanprod@prod2:~$ ncl -V<br>
6.4.0<br>
cfanprod@prod2:~$ ncl<br>
 Copyright (C) 1995-2017 - All Rights Reserved<br>
 University Corporation for Atmospheric Research<br>
 NCAR Command Language Version 6.4.0<br>
 The use of this software is governed by a License Agreement.<br>
 See <a href="http://www.ncl.ucar.edu/" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/</a> for more details.<br>
ncl 0><br>
<br>
cfanprod@prod2:~$ echo $NCARG_ROOT<br>
/usr<br>
cfanprod@prod2:~$ ls /usr/lib/ncarg/data<br>
data/     database/<br>
cfanprod@prod2:~$ ls /$NCARG_ROOT/lib/ncarg/database/<br>
Earth..1.areas  Earth..3.areas  ezmap_area_ids    EzmapAreaInfo.US<br>
EzmapOutlines.PS  pwritdata  rgb.txt<br>
Earth..1.lines  Earth..3.lines  EzmapAreaInfo.CO  ezmapdata<br>
EzmapOutlines.US  ranfdata<br>
Earth..2.areas  Earth..4.areas  EzmapAreaInfo.PO  EzmapOutlines.CO<br>
NhlMapData        rgb.dir<br>
Earth..2.lines  Earth..4.lines  EzmapAreaInfo.PS  EzmapOutlines.PO<br>
PlotcharData      rgb.pag<br>
<br>
So far, everything looks fine, I can run one of the example files:<br>
<br>
cfanprod@prod2:~$ wget<br>
<a href="https://www.ncl.ucar.edu/Applications/Scripts/maponly_3.ncl" rel="noreferrer" target="_blank">https://www.ncl.ucar.edu/Applications/Scripts/maponly_3.ncl</a><br>
cfanprod@prod2:~$ ncl maponly_3.ncl<br>
 Copyright (C) 1995-2017 - All Rights Reserved<br>
 University Corporation for Atmospheric Research<br>
 NCAR Command Language Version 6.4.0<br>
 The use of this software is governed by a License Agreement.<br>
 See <a href="http://www.ncl.ucar.edu/" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/</a> for more details.<br>
cfanprod@prod2:~$ ls<br>
CHX     cronback.txt  DY             LOGS            map.000002.png<br>
maponly.png  MDZ  SE<br>
COMMON  Documents     java.log.3981  map.000001.png  maponly_3.ncl<br>
maptest.ncl  MN<br>
<br>
However, when trying to run another, the program crashes:<br>
cfanprod@prod2:~$ wget<br>
<a href="https://www.ncl.ucar.edu/Applications/Scripts/maponly_9.ncl" rel="noreferrer" target="_blank">https://www.ncl.ucar.edu/Applications/Scripts/maponly_9.ncl</a><br>
<br>
cfanprod@prod2:~$ ncl maponly_9.ncl<br>
 Copyright (C) 1995-2017 - All Rights Reserved<br>
 University Corporation for Atmospheric Research<br>
 NCAR Command Language Version 6.4.0<br>
 The use of this software is governed by a License Agreement.<br>
 See <a href="http://www.ncl.ucar.edu/" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/</a> for more details.<br>
fatal:MapV41DHInitialize: dynamic memory allocation error:[errno=12]<br>
fatal:MapV41DHInitialize: error initializing map outline records<br>
 ERROR    2 IN MPLNRI/MDLNRI - Can't open the ".names" file<br>
 ERROR    1 IN MPSETR - UNCLEARED PRIOR ERROR<br>
 ERROR    1 IN MAPPOS - UNCLEARED PRIOR ERROR<br>
 ERROR    1 IN MAPSTI - UNCLEARED PRIOR ERROR<br>
 ERROR    1 IN MAPROJ - UNCLEARED PRIOR ERROR<br>
 ERROR    2 IN MAPSET/MDPSET - UNCLEARED PRIOR ERROR<br>
fatal:MapSetTrans: error initializing map: MAPINT - UNCLEARED PRIOR ERROR<br>
fatal:(null): Error setting transformation<br>
fatal:MapPlotSetValues: error managing TickMarks<br>
warning:["SetValues.c":474]:SetValuesChild never occurred on<br>
map.PlotManager: Error in mapPlotClass<br>
Segmentation fault (core dumped)<br>
<br>
I have seen some similar issues in the mailing list, but there was no<br>
resolution. Any ideas how to fix the problem?<br>
<br>
Diego<br>
_______________________________________________<br>
ncl-install mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br>
</blockquote></div>