爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 10524|回复: 25

WRF3.7编译出错,急求解决!!!!!

[复制链接]

新浪微博达人勋

发表于 2015-6-16 21:14:04 | 显示全部楼层 |阅读模式

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

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

x

-DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_ra_rrtmg_swf.F  > module_ra_rrtmg_swf.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_ra_rrtmg_swf.bb | /lib/cpp -P -traditional > module_ra_rrtmg_swf.f90
rm -f module_ra_rrtmg_swf.b module_ra_rrtmg_swf.bb
time mpif90 -f90=ifort -o module_ra_rrtmg_swf.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_ra_rrtmg_swf.f90
module_ra_rrtmg_swf.f90(1): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.  Note: File and line given may not be explicit cause of this error.

^
compilation aborted for module_ra_rrtmg_swf.f90 (code 3)

real        0m0.766s
user        0m0.333s
sys        0m0.092s
make[3]: [module_ra_rrtmg_swf.o] Error 3 (ignored)



/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_radiation_driver.F  > module_radiation_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_radiation_driver.bb | /lib/cpp -P -traditional > module_radiation_driver.f90
rm -f module_radiation_driver.b module_radiation_driver.bb
time mpif90 -f90=ifort -o module_radiation_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_radiation_driver.f90
module_radiation_driver.f90(172): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MODULE_RA_RRTMG_SWF]
   USE module_ra_rrtmg_swf  , ONLY : rrtmg_swrad_fast
-------^
module_radiation_driver.f90(1764): error #6406: Conflicting attributes or multiple declaration of name.   [RRTMG_SWRAD_FAST]
             CALL RRTMG_SWRAD_FAST(                                    &
------------------^
module_radiation_driver.f90(172): error #6580: Name in only-list does not exist.   [RRTMG_SWRAD_FAST]
   USE module_ra_rrtmg_swf  , ONLY : rrtmg_swrad_fast
-------------------------------------^
compilation aborted for module_radiation_driver.f90 (code 1)

real        0m0.864s
user        0m0.425s
sys        0m0.258s
make[3]: [module_radiation_driver.o] Error 1 (ignored)

rm -f module_sf_noahdrv.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_sf_noahdrv.F  > module_sf_noahdrv.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_sf_noahdrv.bb | /lib/cpp -P -traditional > module_sf_noahdrv.f90
rm -f module_sf_noahdrv.b module_sf_noahdrv.bb
time mpif90 -f90=ifort -o module_sf_noahdrv.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_sf_noahdrv.f90

real        0m5.294s
user        0m4.987s
sys        0m0.101s
rm -f module_fr_fire_model.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_fr_fire_model.F  > module_fr_fire_model.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_fr_fire_model.bb | /lib/cpp -P -traditional > module_fr_fire_model.f90
rm -f module_fr_fire_model.b module_fr_fire_model.bb
time mpif90 -f90=ifort -o module_fr_fire_model.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_fr_fire_model.f90

real        0m0.941s
user        0m0.841s
sys        0m0.073s
rm -f module_cam_wv_saturation.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cam_wv_saturation.F  > module_cam_wv_saturation.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cam_wv_saturation.bb | /lib/cpp -P -traditional > module_cam_wv_saturation.f90
rm -f module_cam_wv_saturation.b module_cam_wv_saturation.bb
time mpif90 -f90=ifort -o module_cam_wv_saturation.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cam_wv_saturation.f90

real        0m0.361s
user        0m0.254s
sys        0m0.059s
rm -f module_cam_molec_diff.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cam_molec_diff.F  > module_cam_molec_diff.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cam_molec_diff.bb | /lib/cpp -P -traditional > module_cam_molec_diff.f90
rm -f module_cam_molec_diff.b module_cam_molec_diff.bb
time mpif90 -f90=ifort -o module_cam_molec_diff.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cam_molec_diff.f90

real        0m0.515s
user        0m0.420s
sys        0m0.060s
rm -f module_cam_mp_ndrop.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cam_mp_ndrop.F  > module_cam_mp_ndrop.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cam_mp_ndrop.bb | /lib/cpp -P -traditional > module_cam_mp_ndrop.f90
rm -f module_cam_mp_ndrop.b module_cam_mp_ndrop.bb
time mpif90 -f90=ifort -o module_cam_mp_ndrop.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cam_mp_ndrop.f90

real        0m2.825s
user        0m2.658s
sys        0m0.094s
rm -f module_cam_mp_cldwat2m_micro.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cam_mp_cldwat2m_micro.F  > module_cam_mp_cldwat2m_micro.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cam_mp_cldwat2m_micro.bb | /lib/cpp -P -traditional > module_cam_mp_cldwat2m_micro.f90
rm -f module_cam_mp_cldwat2m_micro.b module_cam_mp_cldwat2m_micro.bb
time mpif90 -f90=ifort -o module_cam_mp_cldwat2m_micro.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cam_mp_cldwat2m_micro.f90

real        0m8.732s
user        0m8.484s
sys        0m0.153s
rm -f module_mixactivate.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_mixactivate.F  > module_mixactivate.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_mixactivate.bb | /lib/cpp -P -traditional > module_mixactivate.f90
rm -f module_mixactivate.b module_mixactivate.bb
time mpif90 -f90=ifort -o module_mixactivate.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_mixactivate.f90
module_mixactivate.f90(262): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MODULE_RADIATION_DRIVER]
  USE module_radiation_driver, only: cal_cldfra2
------^
module_mixactivate.f90(497): error #6406: Conflicting attributes or multiple declaration of name.   [CAL_CLDFRA2]
     CALL cal_cldfra2(CLDFRA,qc,qi,f_qc,f_qi,     &
----------^
module_mixactivate.f90(262): error #6580: Name in only-list does not exist.   [CAL_CLDFRA2]
  USE module_radiation_driver, only: cal_cldfra2
-------------------------------------^
compilation aborted for module_mixactivate.f90 (code 1)

real        0m0.128s
user        0m0.056s
sys        0m0.052s
make[3]: [module_mixactivate.o] Error 1 (ignored)

rm -f module_fr_fire_driver.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_fr_fire_driver.F  > module_fr_fire_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_fr_fire_driver.bb | /lib/cpp -P -traditional > module_fr_fire_driver.f90
rm -f module_fr_fire_driver.b module_fr_fire_driver.bb
time mpif90 -f90=ifort -o module_fr_fire_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_fr_fire_driver.f90

real        0m2.561s
user        0m2.226s
sys        0m0.271s
rm -f module_cam_cldwat.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cam_cldwat.F  > module_cam_cldwat.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cam_cldwat.bb | /lib/cpp -P -traditional > module_cam_cldwat.f90
rm -f module_cam_cldwat.b module_cam_cldwat.bb
time mpif90 -f90=ifort -o module_cam_cldwat.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cam_cldwat.f90

real        0m0.111s
user        0m0.050s
sys        0m0.050s
rm -f module_cam_esinti.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cam_esinti.F  > module_cam_esinti.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cam_esinti.bb | /lib/cpp -P -traditional > module_cam_esinti.f90
rm -f module_cam_esinti.b module_cam_esinti.bb
time mpif90 -f90=ifort -o module_cam_esinti.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cam_esinti.f90

real        0m0.100s
user        0m0.040s
sys        0m0.050s
rm -f module_cam_mp_microp_aero.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cam_mp_microp_aero.F  > module_cam_mp_microp_aero.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cam_mp_microp_aero.bb | /lib/cpp -P -traditional > module_cam_mp_microp_aero.f90
rm -f module_cam_mp_microp_aero.b module_cam_mp_microp_aero.bb
time mpif90 -f90=ifort -o module_cam_mp_microp_aero.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cam_mp_microp_aero.f90

real        0m0.978s
user        0m0.894s
sys        0m0.068s
rm -f module_bl_camuwpbl_driver.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_bl_camuwpbl_driver.F  > module_bl_camuwpbl_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_bl_camuwpbl_driver.bb | /lib/cpp -P -traditional > module_bl_camuwpbl_driver.f90
rm -f module_bl_camuwpbl_driver.b module_bl_camuwpbl_driver.bb
time mpif90 -f90=ifort -o module_bl_camuwpbl_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_bl_camuwpbl_driver.f90

real        0m3.344s
user        0m3.101s
sys        0m0.090s
rm -f module_mp_cammgmp_driver.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_mp_cammgmp_driver.F  > module_mp_cammgmp_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_mp_cammgmp_driver.bb | /lib/cpp -P -traditional > module_mp_cammgmp_driver.f90
rm -f module_mp_cammgmp_driver.b module_mp_cammgmp_driver.bb
time mpif90 -f90=ifort -o module_mp_cammgmp_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_mp_cammgmp_driver.f90

real        0m7.203s
user        0m6.826s
sys        0m0.114s
rm -f module_shcu_camuwshcu.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_shcu_camuwshcu.F  > module_shcu_camuwshcu.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_shcu_camuwshcu.bb | /lib/cpp -P -traditional > module_shcu_camuwshcu.f90
rm -f module_shcu_camuwshcu.b module_shcu_camuwshcu.bb
time mpif90 -f90=ifort -o module_shcu_camuwshcu.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_shcu_camuwshcu.f90

real        0m18.036s
user        0m17.060s
sys        0m0.444s
rm -f module_cu_camzm.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cu_camzm.F  > module_cu_camzm.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cu_camzm.bb | /lib/cpp -P -traditional > module_cu_camzm.f90
rm -f module_cu_camzm.b module_cu_camzm.bb
time mpif90 -f90=ifort -o module_cu_camzm.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cu_camzm.f90

real        0m4.165s
user        0m3.890s
sys        0m0.089s
rm -f module_cu_kfcup.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cu_kfcup.F  > module_cu_kfcup.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cu_kfcup.bb | /lib/cpp -P -traditional > module_cu_kfcup.f90
rm -f module_cu_kfcup.b module_cu_kfcup.bb
time mpif90 -f90=ifort -o module_cu_kfcup.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cu_kfcup.f90
module_cu_kfcup.f90(4873): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MODULE_MIXACTIVATE]
      use module_mixactivate, only:  activate
----------^
module_cu_kfcup.f90(4950): error #6406: Conflicting attributes or multiple declaration of name.   [ACTIVATE]
      call activate( w_act, 0.0, 0.0, 0.0, 1.0, tk_act, rho_act,  &
-----------^
module_cu_kfcup.f90(4873): error #6580: Name in only-list does not exist.   [ACTIVATE]
      use module_mixactivate, only:  activate
-------------------------------------^
compilation aborted for module_cu_kfcup.f90 (code 1)

real        0m0.192s
user        0m0.080s
sys        0m0.041s
make[3]: [module_cu_kfcup.o] Error 1 (ignored)
rm -f module_pbl_driver.o

/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_pbl_driver.F  > module_pbl_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_pbl_driver.bb | /lib/cpp -P -traditional > module_pbl_driver.f90
rm -f module_pbl_driver.b module_pbl_driver.bb
time mpif90 -f90=ifort -o module_pbl_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_pbl_driver.f90

real        0m4.127s
user        0m3.660s
sys        0m0.161s
rm -f module_microphysics_driver.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_microphysics_driver.F  > module_microphysics_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_microphysics_driver.bb | /lib/cpp -P -traditional > module_microphysics_driver.f90
rm -f module_microphysics_driver.b module_microphysics_driver.bb
time mpif90 -f90=ifort -o module_microphysics_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_microphysics_driver.f90
module_microphysics_driver.f90(133): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MODULE_MIXACTIVATE]
   USE module_mixactivate, only: prescribe_aerosol_mixactivate
-------^
module_microphysics_driver.f90(568): error #6406: Conflicting attributes or multiple declaration of name.   [PRESCRIBE_AEROSOL_MIXACTIVATE]
             call prescribe_aerosol_mixactivate (               &
------------------^
module_microphysics_driver.f90(133): error #6580: Name in only-list does not exist.   [PRESCRIBE_AEROSOL_MIXACTIVATE]
   USE module_mixactivate, only: prescribe_aerosol_mixactivate
---------------------------------^
compilation aborted for module_microphysics_driver.f90 (code 1)

real        0m0.378s
user        0m0.123s
sys        0m0.067s
make[3]: [module_microphysics_driver.o] Error 1 (ignored)

rm -f module_fr_fire_driver_wrf.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_fr_fire_driver_wrf.F  > module_fr_fire_driver_wrf.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_fr_fire_driver_wrf.bb | /lib/cpp -P -traditional > module_fr_fire_driver_wrf.f90
rm -f module_fr_fire_driver_wrf.b module_fr_fire_driver_wrf.bb
time mpif90 -f90=ifort -o module_fr_fire_driver_wrf.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_fr_fire_driver_wrf.f90

real        0m1.262s
user        0m1.074s
sys        0m0.106s
rm -f module_shcu_camuwshcu_driver.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_shcu_camuwshcu_driver.F  > module_shcu_camuwshcu_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_shcu_camuwshcu_driver.bb | /lib/cpp -P -traditional > module_shcu_camuwshcu_driver.f90
rm -f module_shcu_camuwshcu_driver.b module_shcu_camuwshcu_driver.bb
time mpif90 -f90=ifort -o module_shcu_camuwshcu_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_shcu_camuwshcu_driver.f90

real        0m0.867s
user        0m0.760s
sys        0m0.053s
rm -f module_cu_camzm_driver.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cu_camzm_driver.F  > module_cu_camzm_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cu_camzm_driver.bb | /lib/cpp -P -traditional > module_cu_camzm_driver.f90
rm -f module_cu_camzm_driver.b module_cu_camzm_driver.bb
time mpif90 -f90=ifort -o module_cu_camzm_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cu_camzm_driver.f90

real        0m2.678s
user        0m2.529s
sys        0m0.082s
rm -f module_shallowcu_driver.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_shallowcu_driver.F  > module_shallowcu_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_shallowcu_driver.bb | /lib/cpp -P -traditional > module_shallowcu_driver.f90
rm -f module_shallowcu_driver.b module_shallowcu_driver.bb
time mpif90 -f90=ifort -o module_shallowcu_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_shallowcu_driver.f90

real        0m0.898s
user        0m0.750s
sys        0m0.086s
rm -f module_cumulus_driver.o
/lib/cpp -P -I/home/hua/WRF3.7/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM  -DDM_PARALLEL -DNETCDF -DGRIB2 -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0  -I. -traditional   module_cumulus_driver.F  > module_cumulus_driver.bb
/home/hua/WRF3.7/WRFV3/tools/standard.exe module_cumulus_driver.bb | /lib/cpp -P -traditional > module_cumulus_driver.f90
rm -f module_cumulus_driver.b module_cumulus_driver.bb
time mpif90 -f90=ifort -o module_cumulus_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian    -I../dyn_em -I../dyn_nmm   -I/home/hua/WRF3.7/WRFV3/external/esmf_time_f90  -I/home/hua/WRF3.7/WRFV3/main -I/home/hua/WRF3.7/WRFV3/external/io_netcdf -I/home/hua/WRF3.7/WRFV3/external/io_int -I/home/hua/WRF3.7/WRFV3/frame -I/home/hua/WRF3.7/WRFV3/share -I/home/hua/WRF3.7/WRFV3/phys -I/home/hua/WRF3.7/WRFV3/chem -I/home/hua/WRF3.7/WRFV3/inc -I/home/hua/soft/netcdf4/include  -real-size `expr 8 \* 4` -i4  module_cumulus_driver.f90
module_cumulus_driver.f90(160): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MODULE_CU_KFCUP]
   USE module_cu_kfcup  , ONLY : KF_CUP_CPS
-------^
module_cumulus_driver.f90(1287): error #6406: Conflicting attributes or multiple declaration of name.   [KF_CUP_CPS]
        CALL KF_CUP_CPS( GRID_ID=grid%grid_id                        &
-------------^
module_cumulus_driver.f90(160): error #6580: Name in only-list does not exist.   [KF_CUP_CPS]
   USE module_cu_kfcup  , ONLY : KF_CUP_CPS
---------------------------------^
compilation aborted for module_cumulus_driver.f90 (code 1)

real        0m1.086s
user        0m0.419s
sys        0m0.269s
make[3]: [module_cumulus_driver.o] Error 1 (ignored)



RH[%]5(2YKW$4W`M649MTTM.png
%[OU@6EZ$6Z2W8H)WXCK1K3.png
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-6-16 22:11:05 | 显示全部楼层
WRFV3.7 requires the latest version of Intel FORTRAN,

Yours is a little bit old.
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-6-17 04:59:32 | 显示全部楼层
3.7的模拟效果或其他方面难道比3.5改进很大吗?
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-6-17 09:55:23 | 显示全部楼层
已经有人开始用3.7了啊。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-6-18 09:14:37 | 显示全部楼层
letsdo8 发表于 2015-6-16 22:11
WRFV3.7 requires the latest version of Intel FORTRAN,

Yours is a little bit old.

我已经换了15版本的了,还是出错一会贴log
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-6-18 09:14:52 | 显示全部楼层
abd 发表于 2015-6-17 04:59
3.7的模拟效果或其他方面难道比3.5改进很大吗?

我还没安好怎么去试
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-6-18 09:15:06 | 显示全部楼层
月是故乡明 发表于 2015-6-17 09:55
已经有人开始用3.7了啊。

是的 可惜一直出错安装的
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-6-18 10:28:48 | 显示全部楼层
huashenbing 发表于 2015-6-18 09:14
我已经换了15版本的了,还是出错一会贴log

菜鸟的错吧?

ifort 2015版装完后,所有软件包(netcdf, openmpi或MPICH2)等都得重新装,而且得设对路径。

可以查查你的mpif90和mpirun的路径,“路径环境没设对“也是容易出错的地方。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-6-18 10:35:57 | 显示全部楼层
还有就是你的3.6.1版本,编译通过了吗?

要是3.6.1也没过,就是别的问题了。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2015-6-21 08:55:53 | 显示全部楼层
letsdo8 发表于 2015-6-18 10:35
还有就是你的3.6.1版本,编译通过了吗?

要是3.6.1也没过,就是别的问题了。

已经解决了
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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