ncl_ncarg
NCL is an interpreted language specifically designed for scientific data analysis and visualization.
Note
This installation document has been written and tested multiple times. If installation issues arise, please check the system environment and ensure no steps were missed due to carelessness. Environments are loaded temporarily; if the connection is interrupted, reload the environment before compiling. This document applies only to the software versions specified herein; any updates are for reference only.
# http://www.ncl.ucar.edu/Download/list_of_binaries.shtml
tar xzvf ncl_ncarg-6.6.2-CentOS7.6_64bit_gnu485.tar.gz
vim ~/.bashrc
export NCARG_ROOT=$HOME/ncl_ncarg-6.6.2/
export PATH=$NCARG_ROOT/bin:$PATH
export MANPATH=$NCARG_ROOT/man:$MANPATH
source ~/.bashrc