Link Search Menu Expand Document

單/雙工作站版本之切換

Table of contents

背景

  • 這項fcst.cs/fcst_dev2.cs的修改,主要因為工作站切換至別的用途導致之必要調整。
  • 主要影響與議題
    • 單機作業時,應留下哪一台機器為宜
    • 開啟雙機作業時需檢查(修正)之必要項目
    • 單機/雙機作業之效能比較、常見問題與解決

下載與上傳作業

  • 因不致佔據工作站之計算核心資源,仍以個別原來規劃之作業方式進行。
  • 只需確保網路暢通即可

wrf系統

WPS及mk_metoa

  • 耗用計算核心數較少,仍維持單機進行不受影響

real, ndown及wrf

ndown只用到10核心,不受影響。real, wrf會用到環境變數${MPI[]}及namelist.input_loop檔案當中的設定,需注意設定的切換。

cp namelist.input_loop namelist.input
...
mpirun ${MPI[$i]} /nas1/WRF4.0/WRFv4.3/WRFV4/main/real.exe
mpirun ${MPI[$i]} /opt/WRF4/WRFv4.2/main/wrf.exe

-環境變數${MPI[]}

項目雙機運作單機運作說明
i=0‘-f machinefile -np 200’‘-f machinefile -np 100’ 
i=1‘-f machinefile -np 196’‘-f machinefile -np 98’ 
i=2‘-f machinefile -np 140’‘-np 100’台灣範圍
i=3‘-f machinefile -np 120’‘-np 100’東亞與中國東南範圍(two way)
  • 台灣範圍namelist.input模板差異
kuang@master /nas1/backup/data/NOAA/NCEP/GFS/YYYY
$ diff TWEPA_3k/namelist.input_loopWS2 TWEPA_3k/namelist.input_loopWS1
64c64
<  nproc_y                             = 14,
---
>  nproc_y                             = 10,
  • 東亞與中國東南範圍namelist.input模板差異
kuang@master /nas1/backup/data/NOAA/NCEP/GFS/YYYY
$ diff tw_CWBWRF_45k/namelist.input_loopWS2 tw_CWBWRF_45k/namelist.input_loopWS1
59c59
<  nproc_y                             = 12,
---
>  nproc_y                             = 10,

CMAQ系統

  • CMAQ原本就沒有規劃跨網路的雙機運作方式,因此只需停下crontab不執行cmaq即可