- 积分
- 970
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-12-9
- 最后登录
- 1970-1-1
|
发表于 2015-1-28 06:38:20
|
显示全部楼层
我測試過v3.6.1 (gcc + gfortran) v4.8.2 是會有問題, 如果你用其他compiler (PGI, Intel)則沒有
gcc+gfortran解決方式:
Trouble Building WRFV3 for Various Compilers, and testing on IBM Platforms
Problem: Compilers that do not support the 2003 FLUSH intrinsic are unable to build WRF. Some platforms do allow the use of the CALL FFLUSH option.
Solution: Download this tar file ( http://www2.mmm.ucar.edu/wrf/src/fix/fflush.tar )
You will need to place the files in the following directories:
Makefile - in the top WRFV3/ directory
fortran_2003_fflush_test.F - in the WRFV3/tools/ directory
fortran_2003_flush_test.F - in the WRFV3/tools/ directory
configure -in the top WRFV3/ directory
module_wrf_error.F - in the WRFV3/frame/ directory
Once you have these files in the right places, do a 'clean -a', then reconfigure and recompile WRFV3. |
|