<div dir="ltr"><div>The key to the error may still be in your .cshrc or .bashrc file.</div><div>You may not have commented out your old NCARG_ROOT, or other environment variables derived from it,</div><div>may have forgotten to remove the old NCL bin directory from your PATH, or something the like.</div><div><br></div><div>Another possibility is that your NCL script hardwires the location of your old NCL.</div><div>Something like:<br></div><div><pre>load "/hardwired_old_path_to_NCL/lib/ncarg/nclscripts/csm/gsn_code.ncl" </pre></div><div><br></div><div>[Incidentally, do you use tcsh/csh or sh/bash? Or both? Just curious.]</div><div><br></div><div>I hope this helps,</div><div>Gus Correa<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 17, 2019 at 3:38 PM Roussan via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@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"><div dir="ltr">Dear ncl users,<div><br></div><div>I just installed NCL 6.6.2</div><div>1) I supressed NCL 6.2.0 (my old version)</div><div>2) I have instaled NCL 6.6.2 using : </div><div>$ sudo apt-get update</div><div>$ sudo apt-get install ncl-ncarg</div><div><br></div><div>I'm using ubuntu 16.04 LTS</div><div>$ uname -V : </div><div>4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux</div><div><br></div><div>my NCARG_ROOT is ok on ~/.cshrc and ~/.bashrc, my PATH is also set.</div><div>$ ncl -V give me :</div><div>6.6.2</div><div><br></div><div>My problem is when I run ncl script i have :</div><div>warning:Unable to load System Resource File  /path_to_supressed_NCARG_ROOT_of_ ncl6.2.0<br></div><div><br></div><div>why ncl still call my older version 6.2.0 despite the fact that I deleted it ?</div><div><br></div><div>thanks in advance</div><div>Lucas.</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></blockquote></div></div>