- 积分
- 122
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-5-9
- 最后登录
- 1970-1-1
|
GrADS
系统平台: |
|
问题截图: |
- |
问题概况: |
装WRF3.6和3.5都不能成功,生成红色的real.exe wrf.exe |
我看过提问的智慧: |
看过 |
自己思考时长(天): |
5 |
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
贴出wrfcompile。log
setting parallel make -j 2
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include " ext
make[1]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3'
--------------------------------------
( cd frame ; make -i -r externals )
make[2]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/frame'
( cd /gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 ; \
make -j 2 FC="ifort -i4 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian " RANLIB="ranlib" \
CPP="/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I. -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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional" AR="ar" ARFLAGS="ru" )
make[3]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90'
make[3]: Nothing to be done for `default'.
make[3]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90'
( cd /gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf ; \
make -j 2 NETCDFPATH="/gpfsdata/apps/netcdf-intel2013" RANLIB="ranlib" CPP="/lib/cpp -P" \
CC="icc" CFLAGS="-w -O3 -ip -DDM_PARALLEL -DSTUBMPI -DMAX_HISTORY=25 -DNMM_CORE=0" \
FC="ifort -i4 -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian " TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" )
make[3]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf'
( cd /gpfshome/mamj/wrfv3.6/WRFV3/external/ioapi_share ; \
make -i -r NATIVE_RWORDSIZE="4" RWORDSIZE="4" AR="ar" ARFLAGS="ru" )
make[3]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/ioapi_share'
( /bin/rm -f ../../inc/wrf_io_flags.h foo_io_flags.h; \
/bin/cp wrf_io_flags.h foo_io_flags.h; \
if [ 4 -ne 4 ] ; then \
/bin/rm -f foo_io_flags.h; \
sed -e 's/104/105/' wrf_io_flags.h > foo_io_flags.h ;\
fi ; \
/bin/mv foo_io_flags.h ../../inc/wrf_io_flags.h )
make[3]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/ioapi_share'
( cd /gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib_share ; \
make -j 2 CC="icc" CFLAGS="-w -O3 -ip -DDM_PARALLEL -DSTUBMPI -DMAX_HISTORY=25 -DNMM_CORE=0" RM="rm -f" RANLIB="ranlib" CPP="/lib/cpp -P" \
FC="ifort -i4 -I. -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian " TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" archive)
make[3]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib_share'
make[4]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib_share'
ar ru ./libio_grib_share.a io_grib_share.o get_region_center.o gridnav.o open_file.o
ranlib ./libio_grib_share.a
make[4]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib_share'
make[3]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib_share'
( cd /gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1 ; \
make -j 2 CC="icc" CFLAGS="-w -O3 -ip -DDM_PARALLEL -DSTUBMPI -DMAX_HISTORY=25 -DNMM_CORE=0" RM="rm -f" RANLIB="ranlib" CPP="/lib/cpp -P" \
FC="ifort -i4 -I. -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian " TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" archive)
make[3]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1'
Doing make archive on library subdirectory MEL_grib1
make[4]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/MEL_grib1'
make[5]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/MEL_grib1'
ar ru ../libio_grib1.a FTP_getfile.o apply_bitmap.o display_gribhdr.o gbyte.o grib_dec.o grib_enc.o grib_seek.o gribgetbds.o gribgetbms.o gribgetgds.o gribgetpds.o gribhdr2file.o gribputbds.o gribputgds.o gribputpds.o hdr_print.o init_dec_struct.o init_enc_struct.o init_gribhdr.o init_struct.o ld_dec_lookup.o ld_enc_input.o ld_enc_lookup.o ld_grib_origctrs.o make_default_grbfn.o make_grib_log.o map_lvl.o map_parm.o pack_spatial.o prt_inp_struct.o upd_child_errmsg.o prt_badmsg.o swap.o grib_uthin.o set_bytes.o
ranlib ../libio_grib1.a
make[5]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/MEL_grib1'
make[4]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/MEL_grib1'
Doing make archive on library subdirectory grib1_util
make[4]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/grib1_util'
make[5]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/grib1_util'
ar ru ../libio_grib1.a alloc_2d.o read_grib.o write_grib.o
ranlib ../libio_grib1.a
make[5]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/grib1_util'
make[4]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/grib1_util'
Doing make archive on library subdirectory WGRIB
make[4]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/WGRIB'
make[4]: Nothing to be done for `archive'.
make[4]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1/WGRIB'
make[4]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1'
ar ru ./libio_grib1.a grib1_routines.o gribmap.o io_grib1.o trim.o
ranlib ./libio_grib1.a
make[4]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1'
make[3]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_grib1'
( cd /gpfshome/mamj/wrfv3.6/WRFV3/external/io_int ; \
make -j 2 CC="icc -DFSEEKO64_OK " RM="rm -f" RANLIB="ranlib" CPP="/lib/cpp -P" \
FC="ifort -i4 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian " FGREP="fgrep -iq" \
TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" ARCHFLAGS="-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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0" all )
make[3]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int'
Diffwrf io_int will be built later on in this compile. No need to rerun compile.
Diffwrf io_int will be built later on in this compile. No need to rerun compile.
Diffwrf io_int will be built later on in this compile. No need to rerun compile.
Diffwrf io_int will be built later on in this compile. No need to rerun compile.
Diffwrf io_int will be built later on in this compile. No need to rerun compile.
Diffwrf io_int will be built later on in this compile. No need to rerun compile.
if [ -f ../../frame/pack_utils.o -a -f ../../frame/clog.o ] ; then \
ifort -i4 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../ioapi_share -o diffwrf diffwrf.f \
../../frame/pack_utils.o ../../frame/module_internal_header_util.o ../../frame/module_driver_constants.o ../../frame/module_machine.o ../../frame/module_wrf_error.o ../../frame/wrf_debug.o libwrfio_int.a ; \
fi
make[3]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int'
( cd /gpfshome/mamj/wrfv3.6/WRFV3/external/fftpack/fftpack5 ; \
make -j 2 FC="ifort" FFLAGS="-i4 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian " RANLIB="ranlib" AR="ar" \
ARFLAGS="ru" CPP="/lib/cpp -P" CPPFLAGS="-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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional " RM="rm -f" )
make[3]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/fftpack/fftpack5'
ar ru libfftpack.a c1f2kb.o cfft1b.o cmf3kf.o cosqb1.o costmi.o dcosq1f.o dfftb1.o mradb2.o mrfti1.o r1fgkf.o rfft2i.o sinqmi.o z1f2kf.o zfft1f.o zmf4kb.o c1f2kf.o cfft1f.o cmf4kb.o cosqf1.o d1f2kb.o dcosq1i.o dfftf1.o mradb3.o msntb1.o r4_factor.o rfftb1.o sint1b.o z1f3kb.o zfft1i.o zmf4kf.o c1f3kb.o cfft1i.o cmf4kf.o cosqmb.o d1f2kf.o dcosqb1.o dffti1.o mradb4.o msntf1.o r4_mcfti1.o rfftf1.o sint1f.o z1f3kf.o zfft2b.o zmf5kb.o c1f3kf.o cfft2b.o cmf5kb.o cosqmf.o d1f3kb.o dcosqf1.o dsint1b.o mradb5.o r1f2kb.o r4_tables.o rffti1.o sint1i.o z1f4kb.o zfft2f.o zmf5kf.o c1f4kb.o cfft2f.o cmf5kf.o cosqmi.o d1f3kf.o dcost1b.o dsint1f.o mradbg.o r1f2kf.o r8_factor.o rfftmb.o sintb1.o z1f4kf.o zfft2i.o zmfgkb.o c1f4kf.o cfft2i.o cmfgkb.o cost1b.o d1f4kb.o dcost1f.o dsint1i.o mradf2.o r1f3kb.o r8_mcfti1.o rfftmf.o sintf1.o z1f5kb.o zfftmb.o zmfgkf.o c1f5kb.o cfftmb.o cmfgkf.o cost1f.o d1f4kf.o dcost1i.o dsintb1.o mradf3.o r1f3kf.o r8_tables.o rfftmi.o sintmb.o z1f5kf.o zfftmf.o zmfm1b.o c1f5kf.o cfftmf.o cmfm1b.o cost1i.o d1f5kb.o dcostb1.o dsintf1.o mradf4.o r1f4kb.o rfft1b.o sinq1b.o sintmf.o z1fgkb.o zfftmi.o zmfm1f.o c1fgkb.o cfftmi.o cmfm1f.o costb1.o d1f5kf.o dcostf1.o mcsqb1.o mradf5.o r1f4kf.o rfft1f.o sinq1f.o sintmi.o z1fgkf.o zmf2kb.o c1fgkf.o cmf2kb.o cosq1b.o costf1.o d1fgkb.o dfft1b.o mcsqf1.o mradfg.o r1f5kb.o rfft1i.o sinq1i.o xercon.o z1fm1b.o zmf2kf.o c1fm1b.o cmf2kf.o cosq1f.o costmb.o d1fgkf.o dfft1f.o mcstb1.o mrftb1.o r1f5kf.o rfft2b.o sinqmb.o xerfft.o z1fm1f.o zmf3kb.o c1fm1f.o cmf3kb.o cosq1i.o costmf.o dcosq1b.o dfft1i.o mcstf1.o mrftf1.o r1fgkb.o rfft2f.o sinqmf.o z1f2kb.o zfft1b.o zmf3kf.o
ranlib libfftpack.a
make[3]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/external/fftpack/fftpack5'
( if [ ! -e /gpfshome/mamj/wrfv3.6/WRFV3/tools/gen_comms.c ] ; then \
/bin/cp /gpfshome/mamj/wrfv3.6/WRFV3/tools/gen_comms_warning /gpfshome/mamj/wrfv3.6/WRFV3/tools/gen_comms.c ; \
cat /gpfshome/mamj/wrfv3.6/WRFV3/external/RSL_LITE/gen_comms.c >> /gpfshome/mamj/wrfv3.6/WRFV3/tools/gen_comms.c ; fi )
( if [ ! -e module_dm.F ] ; then /bin/cp module_dm_warning module_dm.F ; \
cat /gpfshome/mamj/wrfv3.6/WRFV3/external/RSL_LITE/module_dm.F >> module_dm.F ; fi )
make[2]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/frame'
make[1]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3'
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include " toolsdir
make[1]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3'
--------------------------------------
( cd tools ; make -i -r CC_TOOLS_CFLAGS="-DNMM_CORE=0" CC_TOOLS="icc -DIWORDSIZE=4 -DMAX_HISTORY=25" )
make[2]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/tools'
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g registry.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g my_strtok.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g reg_parse.c
reg_parse.c(294): warning #177: label "normal" was declared but never referenced
normal:
^
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g data.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g type.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g misc.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_defs.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_allocs.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_mod_state_descr.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_scalar_indices.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_args.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_config.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g sym.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g symtab_gen.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_model_data_ord.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_interp.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_comms.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_scalar_derefs.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g set_dim_strs.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_wrf_io.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g gen_streams.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g standard.c
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -o standard.exe -g standard.o
icc -DIWORDSIZE=4 -DMAX_HISTORY=25 -o registry -g registry.o my_strtok.o reg_parse.o data.o type.o misc.o gen_defs.o gen_allocs.o gen_mod_state_descr.o gen_scalar_indices.o gen_args.o gen_config.o sym.o symtab_gen.o gen_model_data_ord.o gen_interp.o gen_comms.o gen_scalar_derefs.o set_dim_strs.o gen_wrf_io.o gen_streams.o
make[2]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3/tools'
make[1]: Leaving directory `/gpfshome/mamj/wrfv3.6/WRFV3'
/bin/rm -f main/libwrflib.a main/libwrflib.lib
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include " framework
make[1]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3'
--------------------------------------
( cd frame ; make -i -r -j 2 framework; \
cd ../external/io_netcdf ; \
make -i -r NETCDFPATH="/gpfsdata/apps/netcdf-intel2013" FC="ifort -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian " RANLIB="ranlib" \
CPP="/lib/cpp -P" LDFLAGS=" -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -ip " TRADFLAG="-traditional" ESMF_IO_LIB_EXT="-L/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -lesmf_time" \
LIB_LOCAL="" \
ESMF_MOD_DEPENDENCE="/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR" diffwrf; \
cd ../io_int ; \
make -i -r SFC="ifort -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian " FC="ifort -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian " RANLIB="ranlib" CPP="/lib/cpp -P -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM" DM_FC="mpif90 -f90=ifort -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian "\
TRADFLAG="-traditional" ESMF_IO_LIB_EXT="-L/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -lesmf_time" \
ESMF_MOD_DEPENDENCE="/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR" diffwrf ; \
cd ../../frame )
make[2]: Entering directory `/gpfshome/mamj/wrfv3.6/WRFV3/frame'
( cd .. ; tools/registry -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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -DNEW_BDYS Registry/Registry ) ;
rm -f wrf_shutdown.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional wrf_shutdown.F > wrf_shutdown.bb
opening Registry/registry.dimspec
including Registry/registry.dimspec
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe wrf_shutdown.bb | /lib/cpp -P -traditional > wrf_shutdown.f90
opening Registry/Registry.EM_COMMON
including Registry/Registry.EM_COMMON
rm -f wrf_shutdown.b wrf_shutdown.bb
ifort -o wrf_shutdown.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 wrf_shutdown.f90
rm -f clog.o
icc -DFSEEKO64_OK -o clog.o -c -w -O3 -ip -DDM_PARALLEL -DSTUBMPI -DMAX_HISTORY=25 -DNMM_CORE=0 clog.c
opening Registry/registry.io_boilerplate
including Registry/registry.io_boilerplate
opening Registry/io_boilerplate_temporary.inc
including Registry/io_boilerplate_temporary.inc
opening Registry/registry.fire
including Registry/registry.fire
rm -f hires_timer.o
icc -DFSEEKO64_OK -o hires_timer.o -c -w -O3 -ip -DDM_PARALLEL -DSTUBMPI -DMAX_HISTORY=25 -DNMM_CORE=0 hires_timer.c
opening Registry/registry.avgflx
including Registry/registry.avgflx
opening Registry/registry.stoch
including Registry/registry.stoch
opening Registry/registry.les
including Registry/registry.les
opening Registry/registry.cam
including Registry/registry.cam
opening Registry/registry.clm
including Registry/registry.clm
rm -f ../share/module_model_constants.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional ../share/module_model_constants.F > ../share/module_model_constants.bb
opening Registry/registry.ssib
including Registry/registry.ssib
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe ../share/module_model_constants.bb | /lib/cpp -P -traditional > ../share/module_model_constants.f90
opening Registry/registry.lake
including Registry/registry.lake
rm -f ../share/module_model_constants.b ../share/module_model_constants.bb
ifort -o ../share/module_model_constants.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 ../share/module_model_constants.f90
opening Registry/registry.diags
including Registry/registry.diags
opening Registry/registry.sbm
including Registry/registry.sbm
if [ "m4" = NA ] ; then \
/bin/cp ../arch/md_calls.inc . ; \
else \
m4 md_calls.m4 > md_calls.inc ; \
fi
opening Registry/registry.bdy_perturb
including Registry/registry.bdy_perturb
/lib/cpp -P -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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional -I../inc module_internal_header_util.F > module_internal_header_util.f90
ifort -c -i4 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian module_internal_header_util.f90
icc -DFSEEKO64_OK -c -w -O3 -ip -DDM_PARALLEL -DSTUBMPI -DMAX_HISTORY=25 -DNMM_CORE=0 wrf_num_bytes_between.c
rm -f libmassv.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional libmassv.F > libmassv.bb
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe libmassv.bb | /lib/cpp -P -traditional > libmassv.f90
rm -f libmassv.b libmassv.bb
ifort -o libmassv.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 libmassv.f90
rm -f collect_on_comm.o
icc -DFSEEKO64_OK -o collect_on_comm.o -c -w -O3 -ip -DDM_PARALLEL -DSTUBMPI -DMAX_HISTORY=25 -DNMM_CORE=0 collect_on_comm.c
icc -DFSEEKO64_OK -c -w -O3 -ip -DDM_PARALLEL -DSTUBMPI -DMAX_HISTORY=25 -DNMM_CORE=0 -DIWORDSIZE=4 pack_utils.c
Registry INFO variable counts: 0d 2082 1d 105 2d 911 3d 727
rm -f module_wrf_error.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_wrf_error.F > module_wrf_error.bb
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_wrf_error.bb | /lib/cpp -P -traditional > module_wrf_error.f90
rm -f module_wrf_error.b module_wrf_error.bb
ifort -o module_wrf_error.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 module_wrf_error.f90
WARNING: ff2i11 is not a member of 4D array scalar
WARNING: ff2i12 is not a member of 4D array scalar
WARNING: ff2i13 is not a member of 4D array scalar
rm -f module_sm.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_sm.F > module_sm.bb
REGISTRY WARNING: o3rad: o3rad_b is not a variable or number; ignoring it
REGISTRY WARNING: o3rad: o3rad_bt is not a variable or number; ignoring it
REGISTRY WARNING: aerod(grid%sm31,grid%sm32,grid%sm33,itrace): aerod_b is not a variable or number; ignoring it
REGISTRY WARNING: aerod(grid%sm31,grid%sm32,grid%sm33,itrace): aerod_bt is not a variable or number; ignoring it
REGISTRY WARNING: om_tmp: om_tmp_b is not a variable or number; ignoring it
REGISTRY WARNING: om_tmp: om_tmp_bt is not a variable or number; ignoring it
REGISTRY WARNING: om_s: om_s_b is not a variable or number; ignoring it
REGISTRY WARNING: om_s: om_s_bt is not a variable or number; ignoring it
REGISTRY WARNING: om_u: om_u_b is not a variable or number; ignoring it
REGISTRY WARNING: om_u: om_u_bt is not a variable or number; ignoring it
REGISTRY WARNING: om_v: om_v_b is not a variable or number; ignoring it
REGISTRY WARNING: om_v: om_v_bt is not a variable or number; ignoring it
REGISTRY WARNING: om_ml: om_ml_b is not a variable or number; ignoring it
REGISTRY WARNING: om_ml: om_ml_bt is not a variable or number; ignoring it
REGISTRY WARNING: ru_tendf_stoch: ru_tendf_stoch_b is not a variable or number; ignoring it
REGISTRY WARNING: ru_tendf_stoch: ru_tendf_stoch_bt is not a variable or number; ignoring it
REGISTRY WARNING: rv_tendf_stoch: rv_tendf_stoch_b is not a variable or number; ignoring it
REGISTRY WARNING: rv_tendf_stoch: rv_tendf_stoch_bt is not a variable or number; ignoring it
REGISTRY WARNING: rt_tendf_stoch: rt_tendf_stoch_b is not a variable or number; ignoring it
REGISTRY WARNING: rt_tendf_stoch: rt_tendf_stoch_bt is not a variable or number; ignoring it
REGISTRY WARNING: field_u_tend_perturb: field_u_tend_perturb_b is not a variable or number; ignoring it
REGISTRY WARNING: field_u_tend_perturb: field_u_tend_perturb_bt is not a variable or number; ignoring it
REGISTRY WARNING: field_v_tend_perturb: field_v_tend_perturb_b is not a variable or number; ignoring it
REGISTRY WARNING: field_v_tend_perturb: field_v_tend_perturb_bt is not a variable or number; ignoring it
REGISTRY WARNING: field_t_tend_perturb: field_t_tend_perturb_b is not a variable or number; ignoring it
REGISTRY WARNING: field_t_tend_perturb: field_t_tend_perturb_bt is not a variable or number; ignoring it
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_sm.bb | /lib/cpp -P -traditional > module_sm.f90
rm -f module_sm.b module_sm.bb
ifort -o module_sm.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 module_sm.f90
rm -f wrf_debug.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional wrf_debug.F > wrf_debug.bb
ADVISORY: RSL_LITE version of gen_comms is linked in with registry program.
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe wrf_debug.bb | /lib/cpp -P -traditional > wrf_debug.f90
rm -f wrf_debug.b wrf_debug.bb
ifort -o wrf_debug.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 wrf_debug.f90
rm -f module_state_description.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_state_description.F > module_state_description.bb
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_state_description.bb | /lib/cpp -P -traditional > module_state_description.f90
rm -f module_state_description.b module_state_description.bb
ifort -c -i4 -O0 -fno-inline -fno-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include module_state_description.f90
rm -f module_driver_constants.o
rm -f module_streams.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_driver_constants.F > module_driver_constants.bb
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_streams.F > module_streams.bb
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_driver_constants.bb | /lib/cpp -P -traditional > module_driver_constants.f90
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_streams.bb | /lib/cpp -P -traditional > module_streams.f90
rm -f module_driver_constants.b module_driver_constants.bb
rm -f module_streams.b module_streams.bb
ifort -o module_driver_constants.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 module_driver_constants.f90
ifort -o module_streams.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 module_streams.f90
rm -f module_timing.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_timing.F > module_timing.bb
rm -f module_domain_type.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_domain_type.F > module_domain_type.bb
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_timing.bb | /lib/cpp -P -traditional > module_timing.f90
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_domain_type.bb | /lib/cpp -P -traditional > module_domain_type.f90
rm -f module_timing.b module_timing.bb
ifort -o module_timing.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 module_timing.f90
rm -f module_domain_type.b module_domain_type.bb
ifort -c -i4 -O0 -fno-inline -fno-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include module_domain_type.f90
rm -f module_machine.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_machine.F > module_machine.bb
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_machine.bb | /lib/cpp -P -traditional > module_machine.f90
rm -f module_machine.b module_machine.bb
module_domain_type.f90(5): error #7013: This module file was not generated by any release of this compiler. [MODULE_UTILITY]
USE module_utility
-------^
ifort -o module_machine.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 module_machine.f90
module_domain_type.f90(4082): error #6457: This derived type name has not been declared. [WRFU_TIME]
Type(WRFU_Time) :: start_subtime, stop_subtime
-----------^
module_domain_type.f90(4083): error #6457: This derived type name has not been declared. [WRFU_TIME]
Type(WRFU_Time) :: this_bdy_time, next_bdy_time
-----------^
module_domain_type.f90(4084): error #6457: This derived type name has not been declared. [WRFU_TIME]
Type(WRFU_Time) :: this_emi_time, next_emi_time
-----------^
module_domain_type.f90(4085): error #6457: This derived type name has not been declared. [WRFU_TIMEINTERVAL]
Type(WRFU_TimeInterval), DIMENSION(MAX_WRF_ALARMS) :: io_intervals
-----------^
module_domain_type.f90(4105): error #6457: This derived type name has not been declared. [WRFU_TIMEINTERVAL]
Type(WRFU_TimeInterval) :: last_dtInterval
-----------^
module_domain_type.f90(4081): error #6457: This derived type name has not been declared. [WRFU_CLOCK]
Type(WRFU_Clock), POINTER :: domain_clock
-----------^
module_domain_type.f90(4081): error #6404: This name does not have a type, and must have an explicit type. [DOMAIN_CLOCK]
Type(WRFU_Clock), POINTER :: domain_clock
-------------------------------------------------------------^
module_domain_type.f90(4086): error #6457: This derived type name has not been declared. [WRFU_ALARM]
Type(WRFU_Alarm), POINTER :: alarms(:)
-----------^
module_domain_type.f90(4086): error #6404: This name does not have a type, and must have an explicit type. [ALARMS]
Type(WRFU_Alarm), POINTER :: alarms(:)
-----------------------------------^
compilation aborted for module_domain_type.f90 (code 1)
make[2]: [module_domain_type.o] Error 1 (ignored)
rm -f module_quilt_outbuf_ops.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_quilt_outbuf_ops.F > module_quilt_outbuf_ops.bb
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_quilt_outbuf_ops.bb | /lib/cpp -P -traditional > module_quilt_outbuf_ops.f90
rm -f module_configure.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_configure.F > module_configure.bb
rm -f module_quilt_outbuf_ops.b module_quilt_outbuf_ops.bb
ifort -o module_quilt_outbuf_ops.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include -i4 module_quilt_outbuf_ops.f90
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_configure.bb | /lib/cpp -P -traditional > module_configure.f90
rm -f module_configure.b module_configure.bb
ifort -c -i4 -O0 -fno-inline -fno-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include module_configure.f90
module_configure.f90(7): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DOMAIN_TYPE]
USE module_domain_type, ONLY : streamrec
------^
module_configure.f90(16): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: moist_streams_table( max_domains, param_num_moist )
-------^
module_configure.f90(23): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: dfi_moist_streams_table( max_domains, param_num_dfi_moist )
-------^
module_configure.f90(30): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: scalar_streams_table( max_domains, param_num_scalar )
-------^
module_configure.f90(37): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: dfi_scalar_streams_table( max_domains, param_num_dfi_scalar )
-------^
module_configure.f90(44): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: aerod_streams_table( max_domains, param_num_aerod )
-------^
module_configure.f90(51): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: ozmixm_streams_table( max_domains, param_num_ozmixm )
-------^
module_configure.f90(58): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: aerosolc_streams_table( max_domains, param_num_aerosolc )
-------^
module_configure.f90(65): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: fdda3d_streams_table( max_domains, param_num_fdda3d )
-------^
module_configure.f90(72): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: fdda2d_streams_table( max_domains, param_num_fdda2d )
-------^
module_configure.f90(79): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: advh_t_streams_table( max_domains, param_num_advh_t )
-------^
module_configure.f90(86): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: advz_t_streams_table( max_domains, param_num_advz_t )
-------^
module_configure.f90(93): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: nba_mij_streams_table( max_domains, param_num_nba_mij )
-------^
module_configure.f90(100): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: nba_rij_streams_table( max_domains, param_num_nba_rij )
-------^
module_configure.f90(107): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: chem_streams_table( max_domains, param_num_chem )
-------^
module_configure.f90(114): error #6406: Conflicting attributes or multiple declaration of name. [STREAMREC]
TYPE(streamrec), TARGET :: tracer_streams_table( max_domains, param_num_tracer )
-------^
module_configure.f90(7): error #6580: Name in only-list does not exist. [STREAMREC]
USE module_domain_type, ONLY : streamrec
---------------------------------^
module_configure.f90(25936): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SCALAR_TABLES]
USE module_scalar_tables
---------^
module_configure.f90(29895): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CONFIGURE]
USE module_configure, ONLY : model_config_rec
------^
module_configure.f90(29896): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SCALAR_TABLES]
USE module_scalar_tables
------^
module_configure.f90(30307): error #6406: Conflicting attributes or multiple declaration of name. [MODEL_CONFIG_REC]
IF (model_config_rec%mp_physics(idomain)==0)THEN
------^
module_configure.f90(30307): error #6460: This is not a field name that is defined in the encompassing structure. [MP_PHYSICS]
IF (model_config_rec%mp_physics(idomain)==0)THEN
-----------------------^
module_configure.f90(30308): error #6404: This name does not have a type, and must have an explicit type. [MOIST_INDEX_TABLE]
IF ( moist_index_table( PARAM_qv , idomain ) .lt. 1 ) THEN
--------^
module_configure.f90(30309): error #6410: This name has not been declared as an array or a function. [MOIST_NUM_TABLE]
moist_num_table(idomain) = moist_num_table(idomain) + 1
-----^
module_configure.f90(30311): error #6410: This name has not been declared as an array or a function. [MOIST_INDEX_TABLE]
moist_index_table( PARAM_qv , idomain ) = P_qv
-----^
module_configure.f90(30315): error #6410: This name has not been declared as an array or a function. [MOIST_BOUNDARY_TABLE]
moist_boundary_table( idomain, P_qv ) = .TRUE.
---^
module_configure.f90(30315): error #6303: The assignment operation or the binary expression operation is invalid for the data types of the two operands.
moist_boundary_table( idomain, P_qv ) = .TRUE.
-------------------------------------------^
module_configure.f90(30316): error #6410: This name has not been declared as an array or a function. [MOIST_DNAME_TABLE]
moist_dname_table( idomain, P_qv ) = 'QVAPOR'
---^
module_configure.f90(30317): error #6410: This name has not been declared as an array or a function. [MOIST_DESC_TABLE]
moist_desc_table( idomain, P_qv ) = 'Water vapor mixing ratio'
---^
module_configure.f90(30318): error #6410: This name has not been declared as an array or a function. [MOIST_UNITS_TABLE]
moist_units_table( idomain, P_qv ) = 'kg kg-1'
---^
module_configure.f90(42981): catastrophic error: Too many errors, exiting
compilation aborted for module_configure.f90 (code 1)
make[2]: [module_configure.o] Error 1 (ignored)
rm -f module_alloc_space_0.o
rm -f module_alloc_space_1.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_alloc_space_0.F > module_alloc_space_0.bb
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_alloc_space_1.F > module_alloc_space_1.bb
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_alloc_space_0.bb | /lib/cpp -P -traditional > module_alloc_space_0.f90
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_alloc_space_1.bb | /lib/cpp -P -traditional > module_alloc_space_1.f90
rm -f module_alloc_space_0.b module_alloc_space_0.bb
ifort -c -i4 -O0 -fno-inline -fno-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include module_alloc_space_0.f90
rm -f module_alloc_space_1.b module_alloc_space_1.bb
ifort -c -i4 -O0 -fno-inline -fno-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include module_alloc_space_1.f90
module_alloc_space_0.f90(25): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DOMAIN_TYPE]
USE module_domain_type
----------^
module_alloc_space_0.f90(26): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CONFIGURE]
USE module_configure, ONLY : model_config_rec, grid_config_rec_type, in_use_for_config, model_to_grid_config_rec
----------^
module_alloc_space_0.f90(28): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SCALAR_TABLES]
USE module_scalar_tables
----------^
module_alloc_space_0.f90(34): error #6457: This derived type name has not been declared. [DOMAIN]
TYPE(domain) , POINTER :: grid
-----------^
module_alloc_space_0.f90(74): error #6406: Conflicting attributes or multiple declaration of name. [GRID_CONFIG_REC_TYPE]
TYPE ( grid_config_rec_type ) :: config_flags
-------------^
module_alloc_space_0.f90(91): error #6404: This name does not have a type, and must have an explicit type. [MODEL_DATA_ORDER]
data_ordering : SELECT CASE ( model_data_order )
------------------------------------^
module_alloc_space_0.f90(91): error #6608: In a CASE statement, the case-expr must be of type INTEGER, CHARACTER, or LOGICAL. [MODEL_DATA_ORDER]
data_ordering : SELECT CASE ( model_data_order )
------------------------------------^
module_alloc_space_0.f90(92): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_XYZ]
CASE ( DATA_ORDER_XYZ )
-----------------^
module_alloc_space_0.f90(92): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_XYZ]
CASE ( DATA_ORDER_XYZ )
-----------------^
module_alloc_space_0.f90(92): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_XYZ]
CASE ( DATA_ORDER_XYZ )
-----------------^
module_alloc_space_0.f90(100): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_YXZ]
CASE ( DATA_ORDER_YXZ )
-----------------^
module_alloc_space_0.f90(100): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_YXZ]
CASE ( DATA_ORDER_YXZ )
-----------------^
module_alloc_space_0.f90(100): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_YXZ]
CASE ( DATA_ORDER_YXZ )
-----------------^
module_alloc_space_0.f90(108): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_ZXY]
CASE ( DATA_ORDER_ZXY )
-----------------^
module_alloc_space_0.f90(108): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_ZXY]
CASE ( DATA_ORDER_ZXY )
-----------------^
module_alloc_space_0.f90(108): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_ZXY]
CASE ( DATA_ORDER_ZXY )
-----------------^
module_alloc_space_0.f90(116): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_ZYX]
CASE ( DATA_ORDER_ZYX )
-----------------^
module_alloc_space_0.f90(116): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_ZYX]
CASE ( DATA_ORDER_ZYX )
-----------------^
module_alloc_space_0.f90(116): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_ZYX]
CASE ( DATA_ORDER_ZYX )
-----------------^
module_alloc_space_0.f90(124): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_XZY]
CASE ( DATA_ORDER_XZY )
-----------------^
module_alloc_space_0.f90(124): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_XZY]
CASE ( DATA_ORDER_XZY )
-----------------^
module_alloc_space_0.f90(124): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_XZY]
CASE ( DATA_ORDER_XZY )
-----------------^
module_alloc_space_0.f90(132): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_YZX]
CASE ( DATA_ORDER_YZX )
-----------------^
module_alloc_space_0.f90(132): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_YZX]
CASE ( DATA_ORDER_YZX )
-----------------^
module_alloc_space_0.f90(132): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_YZX]
CASE ( DATA_ORDER_YZX )
-----------------^
module_alloc_space_0.f90(142): error #6406: Conflicting attributes or multiple declaration of name. [MODEL_TO_GRID_CONFIG_REC]
CALL model_to_grid_config_rec ( id , model_config_rec , config_flags )
-----------^
module_alloc_space_0.f90(162): error #6406: Conflicting attributes or multiple declaration of name. [IN_USE_FOR_CONFIG]
IF(in_use_for_config(id,'xlat'))THEN
---^
module_alloc_space_0.f90(162): error #6341: A logical data type is required in this context. [IN_USE_FOR_CONFIG]
IF(in_use_for_config(id,'xlat'))THEN
---^
module_alloc_space_0.f90(165): error #6404: This name does not have a type, and must have an explicit type. [GRID]
ALLOCATE(grid%xlat(sm31:em31,sm33:em33),STAT=ierr)
-----------^
module_alloc_space_0.f90(165): error #6460: This is not a field name that is defined in the encompassing structure. [XLAT]
ALLOCATE(grid%xlat(sm31:em31,sm33:em33),STAT=ierr)
----------------^
module_alloc_space_0.f90(24751): catastrophic error: Too many errors, exiting
compilation aborted for module_alloc_space_0.f90 (code 1)
make[2]: [module_alloc_space_0.o] Error 1 (ignored)
rm -f module_alloc_space_2.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_alloc_space_2.F > module_alloc_space_2.bb
module_alloc_space_1.f90(25): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DOMAIN_TYPE]
USE module_domain_type
----------^
module_alloc_space_1.f90(26): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CONFIGURE]
USE module_configure, ONLY : model_config_rec, grid_config_rec_type, in_use_for_config, model_to_grid_config_rec
----------^
module_alloc_space_1.f90(28): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SCALAR_TABLES]
USE module_scalar_tables
----------^
module_alloc_space_1.f90(34): error #6457: This derived type name has not been declared. [DOMAIN]
TYPE(domain) , POINTER :: grid
-----------^
module_alloc_space_1.f90(74): error #6406: Conflicting attributes or multiple declaration of name. [GRID_CONFIG_REC_TYPE]
TYPE ( grid_config_rec_type ) :: config_flags
-------------^
module_alloc_space_1.f90(91): error #6404: This name does not have a type, and must have an explicit type. [MODEL_DATA_ORDER]
data_ordering : SELECT CASE ( model_data_order )
------------------------------------^
module_alloc_space_1.f90(91): error #6608: In a CASE statement, the case-expr must be of type INTEGER, CHARACTER, or LOGICAL. [MODEL_DATA_ORDER]
data_ordering : SELECT CASE ( model_data_order )
------------------------------------^
module_alloc_space_1.f90(92): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_XYZ]
CASE ( DATA_ORDER_XYZ )
-----------------^
module_alloc_space_1.f90(92): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_XYZ]
CASE ( DATA_ORDER_XYZ )
-----------------^
module_alloc_space_1.f90(92): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_XYZ]
CASE ( DATA_ORDER_XYZ )
-----------------^
module_alloc_space_1.f90(100): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_YXZ]
CASE ( DATA_ORDER_YXZ )
-----------------^
module_alloc_space_1.f90(100): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_YXZ]
CASE ( DATA_ORDER_YXZ )
-----------------^
module_alloc_space_1.f90(100): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_YXZ]
CASE ( DATA_ORDER_YXZ )
-----------------^
module_alloc_space_1.f90(108): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_ZXY]
CASE ( DATA_ORDER_ZXY )
-----------------^
module_alloc_space_1.f90(108): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_ZXY]
CASE ( DATA_ORDER_ZXY )
-----------------^
module_alloc_space_1.f90(108): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_ZXY]
CASE ( DATA_ORDER_ZXY )
-----------------^
module_alloc_space_1.f90(116): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_ZYX]
CASE ( DATA_ORDER_ZYX )
-----------------^
module_alloc_space_1.f90(116): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_ZYX]
CASE ( DATA_ORDER_ZYX )
-----------------^
module_alloc_space_1.f90(116): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_ZYX]
CASE ( DATA_ORDER_ZYX )
-----------------^
module_alloc_space_1.f90(124): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_XZY]
CASE ( DATA_ORDER_XZY )
-----------------^
module_alloc_space_1.f90(124): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_XZY]
CASE ( DATA_ORDER_XZY )
-----------------^
module_alloc_space_1.f90(124): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_XZY]
CASE ( DATA_ORDER_XZY )
-----------------^
module_alloc_space_1.f90(132): error #6404: This name does not have a type, and must have an explicit type. [DATA_ORDER_YZX]
CASE ( DATA_ORDER_YZX )
-----------------^
module_alloc_space_1.f90(132): error #6601: In a CASE statement, the case-value must be a constant expression. [DATA_ORDER_YZX]
CASE ( DATA_ORDER_YZX )
-----------------^
module_alloc_space_1.f90(132): error #6612: In a CASE statement, the case-value must be of type INTEGER, CHARACTER, or LOGICAL. [DATA_ORDER_YZX]
CASE ( DATA_ORDER_YZX )
-----------------^
module_alloc_space_1.f90(142): error #6406: Conflicting attributes or multiple declaration of name. [MODEL_TO_GRID_CONFIG_REC]
CALL model_to_grid_config_rec ( id , model_config_rec , config_flags )
-----------^
module_alloc_space_1.f90(162): error #6406: Conflicting attributes or multiple declaration of name. [IN_USE_FOR_CONFIG]
IF(in_use_for_config(id,'dfi_ph').AND.(.NOT.grid%is_intermediate))THEN
---^
module_alloc_space_1.f90(162): error #6404: This name does not have a type, and must have an explicit type. [GRID]
IF(in_use_for_config(id,'dfi_ph').AND.(.NOT.grid%is_intermediate))THEN
--------------------------------------------^
module_alloc_space_1.f90(162): error #6460: This is not a field name that is defined in the encompassing structure. [IS_INTERMEDIATE]
IF(in_use_for_config(id,'dfi_ph').AND.(.NOT.grid%is_intermediate))THEN
-------------------------------------------------^
module_alloc_space_1.f90(165): error #6460: This is not a field name that is defined in the encompassing structure. [DFI_PH]
ALLOCATE(grid%dfi_ph(sm31:em31,sm32:em32,sm33:em33),STAT=ierr)
----------------^
module_alloc_space_1.f90(27540): catastrophic error: Too many errors, exiting
compilation aborted for module_alloc_space_1.f90 (code 1)
make[2]: [module_alloc_space_1.o] Error 1 (ignored)
rm -f module_alloc_space_3.o
/lib/cpp -P -I/gpfshome/mamj/wrfv3.6/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 -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_alloc_space_3.F > module_alloc_space_3.bb
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_alloc_space_2.bb | /lib/cpp -P -traditional > module_alloc_space_2.f90
rm -f module_alloc_space_2.b module_alloc_space_2.bb
ifort -c -i4 -O0 -fno-inline -fno-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include module_alloc_space_2.f90
/gpfshome/mamj/wrfv3.6/WRFV3/tools/standard.exe module_alloc_space_3.bb | /lib/cpp -P -traditional > module_alloc_space_3.f90
rm -f module_alloc_space_3.b module_alloc_space_3.bb
ifort -c -i4 -O0 -fno-inline -fno-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/gpfshome/mamj/wrfv3.6/WRFV3/external/esmf_time_f90 -I/gpfshome/mamj/wrfv3.6/WRFV3/main -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_netcdf -I/gpfshome/mamj/wrfv3.6/WRFV3/external/io_int -I/gpfshome/mamj/wrfv3.6/WRFV3/frame -I/gpfshome/mamj/wrfv3.6/WRFV3/share -I/gpfshome/mamj/wrfv3.6/WRFV3/phys -I/gpfshome/mamj/wrfv3.6/WRFV3/chem -I/gpfshome/mamj/wrfv3.6/WRFV3/inc -I/gpfsdata/apps/netcdf-intel2013/include module_alloc_space_3.f90
module_alloc_space_3.f90(25): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DOMAIN_TYPE]
USE module_domain_type
----------^
module_alloc_space_3.f90(26): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CONFIGURE]
USE module_configure, ONLY : model_config_rec, grid_config_rec_type, in_use_for_config, model_to_grid_config_rec
----------^
module_alloc_space_3.f90(28): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_SCALAR_TABLES]
USE module_scalar_tables
----------^
module_alloc_space_3.f90(34): error #6457: This derived type name has not been declared. [DOMAIN]
TYPE(domain) , POINTER :: grid
-----------^
module_alloc_space_3.f90(74): error #6406: Conflicting attributes or multiple declaration of name. [GRID_CONFIG_REC_TYPE]
TYPE ( grid_config_rec_type ) :: config_flags
-------------^
module_alloc_space_3.f90(91): error #6404: This name does not have a type, and must have an explicit type. [MODEL_DATA_ORDER]
data_ordering : SELECT CASE ( model_data_order )
------------------------------------^
module_alloc_space_3.f90(91): error #6608: In a CASE statement, the case-expr must be of type INTEGER, CHARACTER, or LOGICAL. [MODEL_DATA_ORDER]
data_ordering : SELECT CASE ( model_data_order )
好多ERROR 但是完全看不明白啊
求指点
|
|