Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
nameCompiling WRF

วิธีการติดตั้ง WRF model พื้นฐาน เหมาะสำหรับการพยากรณ์อากาศ เช่น อุณหภูมิ ลมและฝน เบื้องต้น

...

Code Block
languagebash
export WRF_EM_CORE=1    # Explicitly select ARW core developed by NCAR 
export WRF_NMM_CORE=0   # Not NMM core
export WRF_DA_CORE=0    # Not WRFDA
export WRF_CHEM=0       # Not WRF-Chem

export NETCDF=${EBROOTNETCDFMINFORTRAN:-${EBROOTNETCDF}} # Required
export HDF5=${EBROOTHDF5}                                # To enable HDF5 (RecommendOptional)
export JASPERINC=$EBROOTJASPER/include                   # For GRIB2 IO (RecommendOptional)
export JASPERLIB=$EBROOTJASPER/lib                       # For GRIB2 IO (RecommendOptional)
export WRFIO_NCD_LARGE_FILE_SUPPORT=1                    # Enable large file support (RecommendOptional)
### Common mistake :: insert spaces before or after =

4. Enable GRIB2 IO (Optional

...

)

Note

Must set JASPERINC and JASPERLIB in Step 3

...

NEXT: WPS and Duplicate ./test/em_real

...

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

...