2016-07-15WRF>NCL 설치>CentOS 68 (64bit)

2121 단어 WRFCentOS6NCLsetup
작업 환경
CentOS 6.8 (64bit) + bash
연관성 http://qiita.com/7of9/items/962d6d8066394e28189a
WRF(Weather Research and Foreecasting Model) 날씨 모델의 설치에 관해서는 아래 설명한 방법 중 NCL을 따로 설치해야 한다.
Note: The only thing that won't work from distro packages is ncl. The distro package version is 6.0.x but 6.1+ is required. So do not try yum install ncl ncl-common ncl-devel ncl-examples
I got ncl 6.3 for Centos 6.x from here https://www.earthsystemgrid.org/dataset/ncl.html instead.

NCL 파일


NCL 설치는 다음과 같습니다.
http://www.ncl.ucar.edu/Download/linux.shtml
OS, 비트수, gcc 버전 등이 해당해야 합니다.
CnetOS6.8에서 gcc의 버전은 4.4.7이다.
https://www.earthsystemgrid.org/dataset/ncl.630.0/file.html
에서
ncl_ncarg-6.3.0.Linux_RHEL6.4_x86_64_gcc447.tar.gz
gcc 버전입니다.
RHEL6.4(CentOS 6.4)의 OS는 CentOS 6입니다.8 위에 문제가 있는지 실제로 시험해 보세요.

NCL 설치


단계는 다음과 같습니다.
https://www.ncl.ucar.edu/Download/install.shtml
위의 절차에 따라 다음 작업을 설정하고 실행할 때 샘플 창을 표시합니다.
ng4ex gsun01n -clean

.bashrc 파일


bashrc 파일에 다음 내용을 추가하여 NCL을 사용할 수 있습니다.
다음 설정/usr/local/ncl-6.3.0에서 NCL 파일을 동결해제한 경우.
# 2016/07/14 for NCL (used for WRF)
export NCARG_ROOT=/usr/local/ncl-6.3.0
export PATH=$NCARG_ROOT/bin:$PATH
export DISPLAY=:0.0

좋은 웹페이지 즐겨찾기