[ncl-install] Plots not showing any axis

Mary Haley haley at ucar.edu
Tue Apr 29 08:20:27 MDT 2014


Ipshita,

Whenever I see reference to the "share" directory regarding an NCL installation, then I assume you installed NCL via a LINUX package installer, like "yum" or "apt-get".

If so, I believe it puts things in /usr/bin, /usr/lib, /usr/include, and /usr/share/ncarg

The only two environment variables you should need, then, are:

  export NCARG_ROOT=/usr
  export NCARG_NCARG=/usr/share/ncarg

Setting NCARG_BIN, NCARG_MAN, etc, should not be necessary, as Dave indicated.


--Mary

On Apr 25, 2014, at 4:08 PM, David Brown <dbrown at ucar.edu> wrote:

> In that case you need to use the more specific environment variables that are available:
> 
> export NCARG_BIN=/usr/bin
> export NCARG_NCARG=/usr/share/ncarg   
> 
> Usually /usr/bin is already on your PATH so you may not need to put $NCARG_BIN in your path.
> 
> You may also want to set 
> 
> NCARG_MAN  for "man" pages
> NCARG_INCLUDE for include files
> NCARG_LIB for the library directory
> 
> but these may not be necessary.
> 
> Hope this helps.
>  -dave
> 
> 
> On Apr 25, 2014, at 2:21 PM, Ipshita Majhi <ipmajhi at alaska.edu> wrote:
> 
>> Hi,
>> 
>> The above mentioned method did not resolve the issue unfortunately. Here is some more information:
>> 
>> with ubuntu/debian packages
>> binaries(i.e. ncl,ncargpath,...) are in /usr/bin
>> 
>> data files are in /usr/share/ncarg
>> (no 'bin' subdirectory)
>> so NCARG-ROOT=/usr/share/ncarg
>> does not put binaries into PATH
>> 
>> I have added David Covey the person who has helped me install NCL in my laptop he can give input and understand better what the concerns are.
>> 
>> Thank You
>> Ipshita
>> 
>> 
>> On Fri, Apr 25, 2014 at 11:49 AM, David Brown <dbrown at ucar.edu> wrote:
>> Just judging from what you have posted here, it looks like you should set
>> NCARG_ROOT to /usr/share/ncarg:
>> 
>> export NCARG_ROOT=/usr/share/ncarg
>> export PATH=$NCARG_ROOT/bin:$PATH
>> 
>> That is assuming you put the whole installation into /usr/share/ncarg. 
>>  -dave
>> 
>> 
>> On Apr 25, 2014, at 1:33 PM, Ipshita Majhi <ipmajhi at alaska.edu> wrote:
>> 
>>> Hi,
>>> 
>>> We did the following and still the plot has missing axis and no error shows up.
>>> Ubuntu/Debian packages
>>> 
>>> /usr/lib/ncarg-> /usr/share/ncarg
>>> copied files from NCAR binary distribution 
>>> Plotchar data
>>> fffonts
>>> Earth..[1234]names to
>>> /usr/share/ncarg/database
>>> 
>>> added to .bashrc
>>> export NCARG_ROOT="/usr"
>>> 
>>> It will be helpful if you could guide us on this
>>> 
>>> Thank You
>>> 
>>> 
>>> ipshita
>>> _______________________________________________
>>> 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



More information about the ncl-install mailing list