...
...
...
...
Excerpt | ||||
---|---|---|---|---|
| ||||
การดาวน์โหลดข้อมูลภูมิศาสตร์ของ UCAR เพื่อใช้ในการรัน ./WPS/geogrid.exe |
1. Download data from UCAR
สามารถดาวน์โหลดข้อมูลภูมิศาสตร์ได้จาก Static data downloads page ของ UCAR โดยใช้คำสั่ง wget
Code Block | ||
---|---|---|
| ||
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
...
แตกไฟล์ด้วยคำสั่ง tar -xzvf ./filename
Code Block | ||
---|---|---|
| ||
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
Code Block | ||
---|---|---|
| ||
nano namelist.wps # Edit bynamelist.wps user # geog_data_path = path_to_the_extracted_folder # *** {USER INPUTEDIT} *** |
Info |
---|
สามารถดู Path ของโฟลเดอร์ geog โดยเข้าไปในโฟลเดอร์ geog แล้วใช้คำสั่ง pwd |
RETURN: WRF model
...
Contact Us
ThaiSC support service : thaisc-support@nstda.or.th