[ncl-install] Installing ncl on debian 8 from debian repository problem

Mary Haley haley at ucar.edu
Tue Jun 28 11:34:31 MDT 2016


Ugo,

You installed NCL from a repository that is not supported by us.  This
installation puts NCL in multiple directories, including /usr/bin and
/usr/share.

In order for this particular installation to work you need to set these
environment variables:

export NCARG_ROOT=/usr
export NCARG_NCARG=/usr/share/ncarg
export PATH=$NCARG_ROOT/bin:$PATH

NCL V6.4.0 is not released yet.  If you want to try a *test* version of NCL
V6.4.0, then we have a conda version of this available, which is supported
by us. See:

http://www.ncl.ucar.edu/Download/conda.shtml

--Mary


On Mon, Jun 27, 2016 at 12:29 PM, Ugo Merlini <umerlini at enet.it> wrote:

> Hi
>
> checked the position of the installation of ncl and it is:
>
> /usr/share/ncarg
>
> under ncarg I have
>
> drwxr-xr-x  2 root root 20480 giu 25 19:32 colormaps
> drwxr-xr-x  8 root root  4096 giu 25 19:32 data
> drwxr-xr-x  2 root root  4096 giu 25 19:32 database
> drwxr-xr-x  2 root root  4096 giu 25 19:32 fontcaps
> drwxr-xr-x  5 root root  4096 giu 25 19:32 grib2_codetables
> drwxr-xr-x  5 root root  4096 giu 25 19:32 grib2_codetables.previous
> drwxr-xr-x 16 root root  4096 giu 25 19:32 hluex
> drwxr-xr-x  2 root root  4096 giu 25 19:32 lib
> drwxr-xr-x 17 root root  4096 giu 25 19:32 nclex
> drwxr-xr-x  6 root root  4096 giu 25 19:32 nclscripts
> drwxr-xr-x  2 root root  4096 giu 25 19:32 ngwww
> drwxr-xr-x 17 root root  4096 giu 25 19:32 resfiles
> -rw-r--r--  1 root root  1006 ott 10  2014 sysresfile
> drwxr-xr-x  2 root root  4096 giu 25 19:32 tests
>
> I hope to see Debian 8 tar package for 6.4.0 version
>
> Regards
>
> Ugo
>
> Il 27/06/2016 18:33, Mary Haley ha scritto:
>
> Ugo,
>
> You may have set NCARG_ROOT to the wrong path. It should be set to the
> parent directory of where NCL was installed.
>
> Please review the instructions here:
>
> http://www.ncl.ucar.edu/Download/install.shtml#SetNCARG_ROOT
>
> To get the parent directory of where NCL was installed, type:
>
> which ncl
>
> This will report a path like "/xxx/yyy/bin/ncl", where "/xxx/yyy" will be
> a UNIX path like "/usr/local".  This will be the parent directory that you
> need to set NCARG_ROOT to:
>
> export NCARG_ROOT=/usr/local
>
> OR
>
> setenv NCARG_ROOT /usr/local
>
>
> --Mary
>
>
>
> On Sun, Jun 26, 2016 at 3:06 AM, Ugo Merlini <umerlini at enet.it> wrote:
>
>> Hi,
>>
>> I installed Ncl from debian 8 repository and I get this error
>>
>>   Copyright (C) 1995-2014 - All Rights Reserved
>>   University Corporation for Atmospheric Research
>>   NCAR Command Language Version 6.2.0
>>   The use of this software is governed by a License Agreement.
>>   See http://www.ncl.ucar.edu/ for more details.
>> fatal:Could not open ($NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl)
>> fatal:error at line 3 in file nc.ncl
>>
>>
>> where i'm wrong?
>>
>> Ugo
>> _______________________________________________
>> ncl-install mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>>
>
>
>
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/20160628/d5be21cb/attachment.html 


More information about the ncl-install mailing list