Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
nameExample 1: Run WRF

ตัวอย่างการใช้งาน WRF เบื้องต้น

การใช้งาน Weather Research and Forecasting (WRF) model เบื้องต้นมีขั้นตอนดังนี้

Table of Contents
Tip
  1. ต้องลง WRF เรียบร้อยแล้ว

  2. ต้องลง WPS เรียบร้อยแล้ว

  3. ต้องดาวน์โหลด Geography data for WPS geogrid.exe เรียบร้อยแล้ว

  4. ต้องลง NCL เรียบร้อยแล้ว (สำหรับหัวข้อ 2.2)

...

1. Get global model output

สามารถดาวน์โหลด Global model output ฟรีได้จากเว็บไซต์ เช่น https://www2.mmm.ucar.edu/wrf/users/download/free_data.html

และสามารถเลือกดาวน์โหลดข้อมูลจาก Global Forecasting System (GFS) โดยตรงได้จาก ที่นี่

Info

ข้อมูล GFS ถูกสำรองไว้บนเว็บไซต์นี้ เพียง 10 วันเท่านั้น

Example data

สามารถคัดลอกข้อมูล Global model output สำหรับตัวอย่างนี้ ได้โดยใช้คำสั่ง

Code Block
cp -r XXX .           # Copy the prepared example data to the current directory

2. Run WPS

2.1 Edit ./WPS/namelist.wps

แก้ไขไฟล์ namelist.wps ในโฟลเดอร์ WPS ดังนี้

Code Block
# Edit namelist.wps
# as follows while leave others unchanged
start_date     = '2022-05-09_00:00:00',  '2022-05-09_00:00:00',
end_date       = '2022-05-09_12:00:00',  '2022-05-09_12:00:00',
i_parent_start =  1,  43,
j_parent_start =  1,  53,
e_we           = 120, 121,
e_sn           = 150, 151,
dx             = 36000,
dy             = 36000,
map_proj       = 'mercator',
ref_lat        = 13.208,
ref_lon        = 101,
truelat1       = 13.208,
truelat2       = 0,
stand_lon      = 100.861,
geog_data_path = '../WPS_GEOG' # *** {USER INPUT} ***
Info

สำหรับการตั้งค่า geog_data_path ในบรรทัดที่ 17 ดู Geography data --- for WPS geogrid.exe

Panel
panelIconId1f4d8
panelIcon:blue_book:
panelIconText📘
bgColor#DEEBFF

See also: https://www2.mmm.ucar.edu/wrf/users/namelist_best_prac_wps.html

2.2 Check domains (Optional, require NCL)

สามารถตรวจสอบ Domain ที่ถูกตั้งค่าไว้ใน namelist.wps ได้โดยใช้ plotgrids_new.ncl ซึ่งอยู่ในโฟลเดอร์ ./WPS/util/ โดยมีขั้นตอนดังนี้

  • คัดลอก plotgrids_new.ncl มาอยู่ในโฟลเดอร์เดียวกันกับ namelist.wps

  • เลือกรูปแบบการแสดงผลโดยแก้ไขตัวแปร type ใน plotgrids_new.ncl

    • สำหรับ X11: เลือก type = “x11“ (ค่าตั้งต้น)

    • สำหรับ PDF: เลือก type = ”pdf”

  • ใช้คำสั่ง ncl plotgrids_new.ncl

Note

สำหรับ X11 ต้องเปิดใช้งาน X11 Forwarding แล้ว หน้าต่างแสดงผลถึงขึ้นมาได้

สัญลักษณ์ ; คือ การ comment ใน NCL

Code Block
cd WPS
cp ./util/plotgrids_new.ncl .   # Copy the script to the same directory as namelist.wps
nano plotgrids_new.ncl          # Comment/uncomment the variable "type" 
                                # For X11 (default), X11 Forwarding must be enabled.
ncl plotgrids_new.ncl           # Run the script

View file
namewps_show_dom.pdf

3. Run WRF

3.1 Edit ./em_real/namelist.input

Panel
panelIconId1f4d8
panelIcon:blue_book:
panelIconText📘
bgColor#DEEBFF

See also: https://www2.mmm.ucar.edu/wrf/users/namelist_best_prac_wrf.html

...

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