- 积分
- 27
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-9-6
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
pgf90-Warning-No files to process
netcdf library version 4.1.3 of May 14 2015 15:58:56 $
以上这两个装可以了,WRF也装好了。到WPS时候提示如下:
Enter selection [1-36] : 5
------------------------------------------------------------------------
Configuration successful. To build the WPS, type: compile
------------------------------------------------------------------------
Testing for NetCDF, C and Fortran compiler
This installation NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit
反复试了好几次安装各个组件,始终这个结果,有没有曾经解决过的??在线求助啊!
----------------bash配置如下:--------------------
## SET PGI ##
export PGI=/home/sim007/PGI/linux86-64/10.6
export PATH=$PGI/bin:$PGI/include:$PATH
export MANPATH=$MANPATH:$PGI/man
export LM_LICENSE_FILE=/home/sim007/PGI/license.dat
## SET netcdf ##
export NETCDF=/home/sim007/netcdf
export PATH=$NETCDF/bin:$NETCDF/include:$NETCDF/lib:$NETCDF/share/man:$PATH
export CC=/usr/bin/gcc
export CXX=$PGI/bin/pgCC
export FC=$PGI/bin/pgf90
export F90=$PGI/bin/pgf90
export DYLD_LIBRARY_PATH=NETCDF/lib:DYLD_LIBRARY_PATH
export LD_LIBRARY_PATH=NETCDF/lib:LD_LIBRARY_PATH
## SET WRFV3 ##
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
|
|