- 积分
- 23027
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-6-10
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2014-8-27 18:03:00
|
显示全部楼层
本帖最后由 chinagod 于 2014-8-27 18:07 编辑
需要支持Fortran 90 特性的编译器,Fortran2003标准的也需要。具体可参考WRF手册第15页:
Required Compilers and Scripting Languages
The majority of the WRF model, WPS, and WRFDA codes are written in Fortran (what
many refer to as Fortran 90). The software layer, RSL, which sits between WRF and
WRFDA, and the MPI interface is written in C. WPS makes direct calls to the MPI
libraries for distributed memory message passing. There are also ancillary programs that
are written in C to perform file parsing and file construction, which are required for
default building of the WRF modeling code. Additionally, the WRF build mechanism
uses several scripting languages: including perl, Cshell and Bourne shell. The traditional
UNIX text/file processing utilities are used: make, m4, sed, and awk.
附最新版WRF手册下载地址:http://www2.mmm.ucar.edu/wrf/use ... de_V3/contents.html
|
|