← all casks
ncar-ncl
NCAR Command Language
Interpreted language for scientific data analysis and visualization
- Version
- v6.6.2
- Tap
- homebrew/cask
- Auto-updates
- No
- Languages
- —
- Outdated
- No
auto-updateshomepageactiveenabledup-to-date
Install
shell
$ brew install --cask ncar-nclCaveats
To use ncar-ncl, you must add the ${NCARG_ROOT}/bin directory
to your PATH environment variable.
For bash shell, add these lines to ~/.bash_profile:
export NCARG_ROOT="$HOMEBREW_PREFIX/ncl-6.6.2"
export PATH="${NCARG_ROOT}/bin:${PATH}"
You may also need to modify your DYLD_FALLBACK_LIBRARY_PATH
environment variable:
export DYLD_FALLBACK_LIBRARY_PATH=$(dirname $(gfortran --print-file-name libgfortran.3.dylib)):$DYLD_FALLBACK_LIBRARY_PATH
For other information, please see:
https://www.ncl.ucar.edu/Download/macosx.shtml