Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

1. Download data from UCAR

สามารถดาวน์โหลดข้อมูลภูมิศาสตร์ได้จาก Static data downloads page ของ UCAR โดยใช้คำสั่ง wget

wget https://www2.mmm.ucar.edu/wrf/src/wps_files/geog_high_res_mandatory.tar.gz  # Download highest-resolution data
# See also
# Official website: https://www2.mmm.ucar.edu/wrf/users/download/get_sources_wps_geog.html
# HTTPS repository: https://www2.mmm.ucar.edu/wrf/src/wps_files/

2. Extract .tar.gz and

แตกไฟล์ด้วยคำสั่ง tar -xzvf ./filename

tar -xzvf ./geog_high_res_mandatory.tar.gz     # Extract files

3. Set geog_data_path in WPS/namelist.wps

ใส่ตำแหน่งโฟลเดอร์ที่แตกออกมาลงในตัวแปร geog_data_path ของไฟล์ namelist.wps ซึ่งอยู่ในโฟลเดอร์ WPS

nano namelist.wps
# Edit by user 
# geog_data_path = path_to_the_extracted_folder  # *** {USER INPUT} *** 

สามารถดู Path ของโฟลเดอร์ geog โดยเข้าไปในโฟลเดอร์ geog แล้วใช้คำสั่ง pwd

RETURN: Static Data


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

  • No labels