Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

สามารถติดตั้ง NCL ได้ทั้งหมด 3 ทาง สำหรับคู่มือนี้จะแนะนำให้ใช้ Precompiled binary

...

  • ย้ายไปยัง 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
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