Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
nameNCAR Command Language (NCL)

วิธีการติดตั้ง NCL ซึ่งเป็นเครื่องมือที่นิยมใช้ในการแปลงไฟล์ NetCDF เป็นภาพทางอุตุนิยมวิทยา

...

  • ย้ายไปยัง Home directory ของ User (หน้าแรกหลัง Remote เข้า TARA) ด้วยคำสั่ง cd ~

  • เปิดไฟล์ .bash_profile ด้วย Text editor เช่น nano, vi

  • เพิ่มบรรทัด

    • export NCARG_ROOT=Path_to_NCL_folder # ใส่ตำแหน่งโฟลเดอร์ NCL ของ User

    • export PATH=${NCARG_ROOT}/bin:${PATH}

Code Block
languagebash
cd ~                   # Change to your home directory
nano .bash_profile     # Edit .bash_profile
# Or, in one step, --> nano ~/.bash_profile

# Insert below text in .bash_profile
export NCARG_ROOT=Path_to_NCL_folder    # Set path to the NCL folder *** {USER INPUTEDIT} ***
export PATH=${NCARG_ROOT}/bin:${PATH}

...

Code Block
languagebash
cd ~                     # Change to your home directory
source .bash_profile     # Execute .bash_profile in the current shell environment
# Or, in one step, --> source ~/.bash_profile

# Test
ncl -h        # NCL usage
ncl -V        # NCL version
which ncl     # Path to NCL executable

...

Contact Us
ThaiSC support service : thaisc-support@nstda.or.th