第一步:下載wrf http://www2.mmm.ucar.edu/wrf/users/downloads.html
注冊:很簡單不要怕
在上面頁面中下載wrf、wps,用xftp傳到想要放的文件夾
安裝前 現在./bashrc 中配置環境變量
source ./bashrc
把 wrf解壓到指定文件夾
tar -zxvf WRFV3.8.TAR.gz -C /wrf
到該目錄下 :目錄下有以下內容
執行./configure
選 你對應編譯器的行的serial
再選:basic
完了之后,再編譯 ./compile em_real (或./compile em_real >&compile.log) ,此過程有點久,完了之后會產生一個compile.log
然后 ls -ls main/*.exe
若出現 you should see ndown.exe , real.exe , and wrf.exe 則代表成功
若不成功 ./clean -a 再按照上述步驟檢查重裝