<div dir="ltr"><div class="gmail_default" style="font-size:small">Ugo,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">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.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">In order for this particular installation to work you need to set these environment variables:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">export NCARG_ROOT=/usr</div><div class="gmail_default" style="font-size:small">export NCARG_NCARG=/usr/share/ncarg</div><div class="gmail_default" style="font-size:small">export PATH=$NCARG_ROOT/bin:$PATH</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">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:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style=""><a href="http://www.ncl.ucar.edu/Download/conda.shtml">http://www.ncl.ucar.edu/Download/conda.shtml</a><br></div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">--Mary</div><div class="gmail_default" style=""><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 27, 2016 at 12:29 PM, Ugo Merlini <span dir="ltr">&lt;<a href="mailto:umerlini@enet.it" target="_blank">umerlini@enet.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>Hi <br>
    </p>
    <p>checked the position of the installation of ncl and it is:</p>
    <p>/usr/share/ncarg</p>
    <p>under ncarg I have<br>
    </p>
    <p>drwxr-xr-x  2 root root 20480 giu 25 19:32 colormaps<br>
      drwxr-xr-x  8 root root  4096 giu 25 19:32 data<br>
      drwxr-xr-x  2 root root  4096 giu 25 19:32 database<br>
      drwxr-xr-x  2 root root  4096 giu 25 19:32 fontcaps<br>
      drwxr-xr-x  5 root root  4096 giu 25 19:32 grib2_codetables<br>
      drwxr-xr-x  5 root root  4096 giu 25 19:32
      grib2_codetables.previous<br>
      drwxr-xr-x 16 root root  4096 giu 25 19:32 hluex<br>
      drwxr-xr-x  2 root root  4096 giu 25 19:32 lib<br>
      drwxr-xr-x 17 root root  4096 giu 25 19:32 nclex<br>
      drwxr-xr-x  6 root root  4096 giu 25 19:32 nclscripts<br>
      drwxr-xr-x  2 root root  4096 giu 25 19:32 ngwww<br>
      drwxr-xr-x 17 root root  4096 giu 25 19:32 resfiles<br>
      -rw-r--r--  1 root root  1006 ott 10  2014 sysresfile<br>
      drwxr-xr-x  2 root root  4096 giu 25 19:32 tests</p>
    <p>I hope to see Debian 8 tar package for 6.4.0 version<br>
    </p>
    <p>Regards<span class="HOEnZb"><font color="#888888"><br>
    </font></span></p><span class="HOEnZb"><font color="#888888">
    <p>Ugo<br>
    </p></font></span><div><div class="h5">
    <br>
    <div>Il 27/06/2016 18:33, Mary Haley ha
      scritto:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-size:small">Ugo,</div>
        <div class="gmail_default" style="font-size:small"><br>
        </div>
        <div class="gmail_default" style="font-size:small">You may have
          set NCARG_ROOT to the wrong path. It should be set to the
          parent directory of where NCL was installed.</div>
        <div class="gmail_default" style="font-size:small"><br>
        </div>
        <div class="gmail_default" style="font-size:small">Please review
          the instructions here:</div>
        <div class="gmail_default" style="font-size:small"><br>
        </div>
        <div class="gmail_default"><a href="http://www.ncl.ucar.edu/Download/install.shtml#SetNCARG_ROOT" target="_blank">http://www.ncl.ucar.edu/Download/install.shtml#SetNCARG_ROOT</a><br>
        </div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default">To get the parent directory
          of where NCL was installed, type:</div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default">which ncl</div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default">This will report a path like
          &quot;/xxx/yyy/bin/ncl&quot;, where &quot;/xxx/yyy&quot; will be a UNIX path like
          &quot;/usr/local&quot;.  This will be the parent directory that you need
          to set NCARG_ROOT to:</div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default">export NCARG_ROOT=/usr/local</div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default">OR</div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default">setenv NCARG_ROOT /usr/local</div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default">--Mary</div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default"><br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Sun, Jun 26, 2016 at 3:06 AM, Ugo
          Merlini <span dir="ltr">&lt;<a href="mailto:umerlini@enet.it" target="_blank">umerlini@enet.it</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
            <br>
            I installed Ncl from debian 8 repository and I get this
            error<br>
            <br>
              Copyright (C) 1995-2014 - All Rights Reserved<br>
              University Corporation for Atmospheric Research<br>
              NCAR Command Language Version 6.2.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:Could not open
            ($NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl)<br>
            fatal:error at line 3 in file nc.ncl<br>
            <br>
            <br>
            where i&#39;m wrong?<br>
            <br>
            Ugo<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>
        <br>
      </div>
    </blockquote>
    <br>
  </div></div></div>

<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>
<br></blockquote></div><br></div>