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