第一步:下载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 再按照上述步骤检查重装