请选择 进入手机版 | 继续访问电脑版
爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 877|回复: 5

wps安装过程无法生成geogrid.exe和 metgrid.exe

[复制链接]

新浪微博达人勋

发表于 2019-4-15 15:41:30 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
按照github教程(https://github.com/camposdelano/configuring-wrf-3.8-on-ubuntu-server-16.04)安装WRF3.8时,在WPS编译这一步遇到问题,请大家帮忙看看!
错误如下:
**** Compiling WPS and all utilities ****

make[1]: Entering directory '/home/zzwei/Build_WRF/WPS/geogrid/src'
/bin/rm -f constants_module.o constants_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include constants_module.F > constants_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c constants_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'constants_module.o' failed
make[1]: [constants_module.o] Error 1 (ignored)
/bin/rm -f misc_definitions_module.o misc_definitions_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include misc_definitions_module.F > misc_definitions_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c misc_definitions_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'misc_definitions_module.o' failed
make[1]: [misc_definitions_module.o] Error 1 (ignored)
/bin/rm -f parallel_module.o parallel_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include parallel_module.F > parallel_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c parallel_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'parallel_module.o' failed
make[1]: [parallel_module.o] Error 1 (ignored)
/bin/rm -f module_debug.o module_debug.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include module_debug.F > module_debug.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_debug.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'module_debug.o' failed
make[1]: [module_debug.o] Error 1 (ignored)
/bin/rm -f gridinfo_module.o gridinfo_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include gridinfo_module.F > gridinfo_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c gridinfo_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'gridinfo_module.o' failed
make[1]: [gridinfo_module.o] Error 1 (ignored)
/bin/rm -f wrf_debug.o wrf_debug.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include wrf_debug.F > wrf_debug.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c wrf_debug.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'wrf_debug.o' failed
make[1]: [wrf_debug.o] Error 1 (ignored)
/bin/rm -f bitarray_module.o bitarray_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include bitarray_module.F > bitarray_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c bitarray_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'bitarray_module.o' failed
make[1]: [bitarray_module.o] Error 1 (ignored)
/bin/rm -f module_stringutil.o module_stringutil.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include module_stringutil.F > module_stringutil.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_stringutil.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'module_stringutil.o' failed
make[1]: [module_stringutil.o] Error 1 (ignored)
/bin/rm -f hash_module.o hash_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include hash_module.F > hash_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c hash_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'hash_module.o' failed
make[1]: [hash_module.o] Error 1 (ignored)
/bin/rm -f module_map_utils.o module_map_utils.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include module_map_utils.F > module_map_utils.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_map_utils.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'module_map_utils.o' failed
make[1]: [module_map_utils.o] Error 1 (ignored)
/bin/rm -f list_module.o list_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include list_module.F > list_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c list_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'list_module.o' failed
make[1]: [list_module.o] Error 1 (ignored)
/bin/rm -f llxy_module.o llxy_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include llxy_module.F > llxy_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c llxy_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'llxy_module.o' failed
make[1]: [llxy_module.o] Error 1 (ignored)
/bin/rm -f source_data_module.o source_data_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include source_data_module.F > source_data_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c source_data_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'source_data_module.o' failed
make[1]: [source_data_module.o] Error 1 (ignored)
/bin/rm -f output_module.o output_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include output_module.F > output_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c output_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'output_module.o' failed
make[1]: [output_module.o] Error 1 (ignored)
/bin/rm -f queue_module.o queue_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include queue_module.F > queue_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c queue_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'queue_module.o' failed
make[1]: [queue_module.o] Error 1 (ignored)
/bin/rm -f interp_module.o interp_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include interp_module.F > interp_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c interp_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'interp_module.o' failed
make[1]: [interp_module.o] Error 1 (ignored)
/bin/rm -f proc_point_module.o proc_point_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include proc_point_module.F > proc_point_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c proc_point_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'proc_point_module.o' failed
make[1]: [proc_point_module.o] Error 1 (ignored)
/bin/rm -f smooth_module.o smooth_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include smooth_module.F > smooth_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c smooth_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'smooth_module.o' failed
make[1]: [smooth_module.o] Error 1 (ignored)
/bin/rm -f process_tile_module.o process_tile_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include process_tile_module.F > process_tile_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c process_tile_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'process_tile_module.o' failed
make[1]: [process_tile_module.o] Error 1 (ignored)
/bin/rm -f geogrid.o geogrid.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_GEOGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include geogrid.F > geogrid.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c geogrid.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'geogrid.o' failed
make[1]: [geogrid.o] Error 1 (ignored)
mpif90 -f90=gfortran   -o geogrid.exe cio.o wrf_debug.o bitarray_module.o constants_module.o module_stringutil.o geogrid.o gridinfo_module.o hash_module.o interp_module.o list_module.o llxy_module.o misc_definitions_module.o module_debug.o module_map_utils.o output_module.o parallel_module.o process_tile_module.o proc_point_module.o queue_module.o read_geogrid.o smooth_module.o source_data_module.o \
    /home/zzwei/Build_WRF/WPS/../WRFV3/frame/module_driver_constants.o \
    /home/zzwei/Build_WRF/WPS/../WRFV3/frame/pack_utils.o /home/zzwei/Build_WRF/WPS/../WRFV3/frame/module_machine.o \
    /home/zzwei/Build_WRF/WPS/../WRFV3/frame/module_internal_header_util.o \
    -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include \
    -L/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -lio_grib1 -L/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -lio_grib_share -L/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -lwrfio_int -L/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -lwrfio_nf -L/home/zzwei/Build_WRF/LIBRARIES/netcdf/lib -lnetcdff -lnetcdf \
   
gfortran: error: wrf_debug.o: 没有那个文件或目录
gfortran: error: bitarray_module.o: 没有那个文件或目录
gfortran: error: constants_module.o: 没有那个文件或目录
gfortran: error: module_stringutil.o: 没有那个文件或目录
gfortran: error: geogrid.o: 没有那个文件或目录
gfortran: error: gridinfo_module.o: 没有那个文件或目录
gfortran: error: hash_module.o: 没有那个文件或目录
gfortran: error: interp_module.o: 没有那个文件或目录
gfortran: error: list_module.o: 没有那个文件或目录
gfortran: error: llxy_module.o: 没有那个文件或目录
gfortran: error: misc_definitions_module.o: 没有那个文件或目录
gfortran: error: module_debug.o: 没有那个文件或目录
gfortran: error: module_map_utils.o: 没有那个文件或目录
gfortran: error: output_module.o: 没有那个文件或目录
gfortran: error: parallel_module.o: 没有那个文件或目录
gfortran: error: process_tile_module.o: 没有那个文件或目录
gfortran: error: proc_point_module.o: 没有那个文件或目录
gfortran: error: queue_module.o: 没有那个文件或目录
gfortran: error: smooth_module.o: 没有那个文件或目录
gfortran: error: source_data_module.o: 没有那个文件或目录
gfortran: error: unrecognized command line option ‘-f90=gfortran’
Makefile:13: recipe for target 'geogrid.exe' failed
make[1]: [geogrid.exe] Error 1 (ignored)
make[1]: Leaving directory '/home/zzwei/Build_WRF/WPS/geogrid/src'
( cd src/ngl ; make -i -r DEV_TOP="/home/zzwei/Build_WRF/WPS" CC="gcc" FC="gfortran" RANLIB="ranlib " all )
make[1]: Entering directory '/home/zzwei/Build_WRF/WPS/ungrib/src/ngl'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/zzwei/Build_WRF/WPS/ungrib/src/ngl'
( cd src ; \
        if [ "" = yes ] ; then \
          WRF_DIR2=../WRFV3 ; \
        else \
          WRF_DIR2=/home/zzwei/Build_WRF/WPS/../WRFV3 ; \
        fi ; \
make -i -r ungrib.exe \
    WRF_DIR="$WRF_DIR2" \
    FC="gfortran" \
    CC="mpicc -cc=gcc " \
    CPP="/usr/bin/cpp -P -traditional" \
    FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \
    CFLAGS="" \
    LDFLAGS="" \
    CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_UNGRIB" )
make[1]: Entering directory '/home/zzwei/Build_WRF/WPS/ungrib/src'
Makefile:90: warning: overriding recipe for target '.F.o'
../../configure.wps:103: warning: ignoring old recipe for target '.F.o'
Makefile:95: warning: overriding recipe for target '.c.o'
../../configure.wps:95: warning: ignoring old recipe for target '.c.o'
make[1]: 'ungrib.exe' is up to date.
make[1]: Leaving directory '/home/zzwei/Build_WRF/WPS/ungrib/src'
if [ -h ungrib.exe ] ; then \
        /bin/rm -f ungrib.exe ; \
fi ; \
if [ -h ../ungrib.exe ] ; then \
    /bin/rm -f ../ungrib.exe ; \
fi ; \
if [ -e src/ungrib.exe ] ; then \
    ln -sf src/ungrib.exe . ; \
fi
make[1]: Entering directory '/home/zzwei/Build_WRF/WPS/metgrid/src'
/bin/rm -f misc_definitions_module.o misc_definitions_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include misc_definitions_module.F > misc_definitions_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c misc_definitions_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'misc_definitions_module.o' failed
make[1]: [misc_definitions_module.o] Error 1 (ignored)
/bin/rm -f parallel_module.o parallel_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include parallel_module.F > parallel_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c parallel_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'parallel_module.o' failed
make[1]: [parallel_module.o] Error 1 (ignored)
/bin/rm -f module_debug.o module_debug.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include module_debug.F > module_debug.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_debug.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'module_debug.o' failed
make[1]: [module_debug.o] Error 1 (ignored)
/bin/rm -f gridinfo_module.o gridinfo_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include gridinfo_module.F > gridinfo_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c gridinfo_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'gridinfo_module.o' failed
make[1]: [gridinfo_module.o] Error 1 (ignored)
/bin/rm -f wrf_debug.o wrf_debug.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include wrf_debug.F > wrf_debug.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c wrf_debug.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'wrf_debug.o' failed
make[1]: [wrf_debug.o] Error 1 (ignored)
/bin/rm -f bitarray_module.o bitarray_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include bitarray_module.F > bitarray_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c bitarray_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'bitarray_module.o' failed
make[1]: [bitarray_module.o] Error 1 (ignored)
/bin/rm -f constants_module.o constants_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include constants_module.F > constants_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c constants_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'constants_module.o' failed
make[1]: [constants_module.o] Error 1 (ignored)
/bin/rm -f datatype_module.o datatype_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include datatype_module.F > datatype_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c datatype_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'datatype_module.o' failed
make[1]: [datatype_module.o] Error 1 (ignored)
/bin/rm -f module_stringutil.o module_stringutil.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include module_stringutil.F > module_stringutil.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_stringutil.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'module_stringutil.o' failed
make[1]: [module_stringutil.o] Error 1 (ignored)
/bin/rm -f list_module.o list_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include list_module.F > list_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c list_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'list_module.o' failed
make[1]: [list_module.o] Error 1 (ignored)
/bin/rm -f interp_option_module.o interp_option_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include interp_option_module.F > interp_option_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c interp_option_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'interp_option_module.o' failed
make[1]: [interp_option_module.o] Error 1 (ignored)
/bin/rm -f module_date_pack.o module_date_pack.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include module_date_pack.F > module_date_pack.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_date_pack.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'module_date_pack.o' failed
make[1]: [module_date_pack.o] Error 1 (ignored)
/bin/rm -f queue_module.o queue_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include queue_module.F > queue_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c queue_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'queue_module.o' failed
make[1]: [queue_module.o] Error 1 (ignored)
/bin/rm -f input_module.o input_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include input_module.F > input_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c input_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'input_module.o' failed
make[1]: [input_module.o] Error 1 (ignored)
/bin/rm -f interp_module.o interp_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include interp_module.F > interp_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c interp_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'interp_module.o' failed
make[1]: [interp_module.o] Error 1 (ignored)
/bin/rm -f module_map_utils.o module_map_utils.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include module_map_utils.F > module_map_utils.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_map_utils.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'module_map_utils.o' failed
make[1]: [module_map_utils.o] Error 1 (ignored)
/bin/rm -f llxy_module.o llxy_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include llxy_module.F > llxy_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c llxy_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'llxy_module.o' failed
make[1]: [llxy_module.o] Error 1 (ignored)
/bin/rm -f module_mergesort.o module_mergesort.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include module_mergesort.F > module_mergesort.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c module_mergesort.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'module_mergesort.o' failed
make[1]: [module_mergesort.o] Error 1 (ignored)
/bin/rm -f minheap_module.o minheap_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include minheap_module.F > minheap_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c minheap_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'minheap_module.o' failed
make[1]: [minheap_module.o] Error 1 (ignored)
/bin/rm -f storage_module.o storage_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include storage_module.F > storage_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c storage_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'storage_module.o' failed
make[1]: [storage_module.o] Error 1 (ignored)
/bin/rm -f output_module.o output_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include output_module.F > output_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c output_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'output_module.o' failed
make[1]: [output_module.o] Error 1 (ignored)
/bin/rm -f met_data_module.o met_data_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include met_data_module.F > met_data_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c met_data_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'met_data_module.o' failed
make[1]: [met_data_module.o] Error 1 (ignored)
/bin/rm -f read_met_module.o read_met_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include read_met_module.F > read_met_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c read_met_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'read_met_module.o' failed
make[1]: [read_met_module.o] Error 1 (ignored)
/bin/rm -f rotate_winds_module.o rotate_winds_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include rotate_winds_module.F > rotate_winds_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c rotate_winds_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'rotate_winds_module.o' failed
make[1]: [rotate_winds_module.o] Error 1 (ignored)
/bin/rm -f process_domain_module.o process_domain_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include process_domain_module.F > process_domain_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c process_domain_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'process_domain_module.o' failed
make[1]: [process_domain_module.o] Error 1 (ignored)
/bin/rm -f metgrid.o metgrid.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include metgrid.F > metgrid.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c metgrid.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'metgrid.o' failed
make[1]: [metgrid.o] Error 1 (ignored)
/bin/rm -f write_met_module.o write_met_module.mod
/usr/bin/cpp -P -traditional -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_MPI -D_METGRID -DUSE_JPEG2000 -DUSE_PNG -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include write_met_module.F > write_met_module.f90
mpif90 -f90=gfortran  -ffree-form -O -fconvert=big-endian -frecord-marker=4 -c write_met_module.f90 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include
gfortran: error: unrecognized command line option ‘-f90=gfortran’
../../configure.wps:103: recipe for target 'write_met_module.o' failed
make[1]: [write_met_module.o] Error 1 (ignored)
mpif90 -f90=gfortran   -o metgrid.exe cio.o wrf_debug.o bitarray_module.o constants_module.o datatype_module.o module_stringutil.o gridinfo_module.o metgrid.o input_module.o interp_module.o interp_option_module.o list_module.o llxy_module.o met_data_module.o minheap_module.o misc_definitions_module.o module_date_pack.o module_debug.o module_map_utils.o module_mergesort.o output_module.o parallel_module.o process_domain_module.o queue_module.o read_met_module.o rotate_winds_module.o storage_module.o write_met_module.o \
                /home/zzwei/Build_WRF/WPS/../WRFV3/frame/module_driver_constants.o \
    /home/zzwei/Build_WRF/WPS/../WRFV3/frame/pack_utils.o /home/zzwei/Build_WRF/WPS/../WRFV3/frame/module_machine.o \
    /home/zzwei/Build_WRF/WPS/../WRFV3/frame/module_internal_header_util.o \
                -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -I/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -I/home/zzwei/Build_WRF/WPS/../WRFV3/inc -I/home/zzwei/Build_WRF/LIBRARIES/netcdf/include \
                -L/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib1 -lio_grib1 -L/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_grib_share -lio_grib_share -L/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_int -lwrfio_int -L/home/zzwei/Build_WRF/WPS/../WRFV3/external/io_netcdf -lwrfio_nf -L/home/zzwei/Build_WRF/LIBRARIES/netcdf/lib -lnetcdff -lnetcdf \
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 成长值: 0
发表于 2019-4-15 23:05:56 | 显示全部楼层
编译器问题
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2019-4-16 11:20:18 | 显示全部楼层
你可以先查看一下服务器中是否有gfortran
gfortran -v
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

 楼主| 发表于 2019-4-16 11:21:57 | 显示全部楼层
junwang14 发表于 2019-4-16 11:20
你可以先查看一下服务器中是否有gfortran
gfortran -v

检查了,是有的。
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2019-4-26 19:23:32 | 显示全部楼层
请问楼主解决了吗,自己按照官网教程,也是在编译wps时,生成不了这两个文件
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2019-5-7 20:36:37 | 显示全部楼层
好像是编译器的问题,我现在解决了,
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表