- 积分
- 7124
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-11-26
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Error: ‘noag_nongrow’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:2016:26:
grid%nononag(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘nononag’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:2024:23:
grid%slai(ips:ipe ,jps:jpe ) = dumc1(ips:ipe ,jps:jpe )
1
Error: ‘slai’ at (1) is not a member of the ‘domain’ structure
convert_emiss.f90:2053:7:
endif
1
Error: Expecting END PROGRAM statement at (1)
convert_emiss.f90:435:43:
(config_flags%chem_opt == CHEM_VOLC) .OR. &
1
Error: Symbol ‘chem_volc’ at (1) has no IMPLICIT type
convert_emiss.f90:434:47:
IF( (config_flags%chem_opt == GOCART_SIMPLE) .OR. &
1
Error: Symbol ‘gocart_simple’ at (1) has no IMPLICIT type
convert_emiss.f90:436:48:
(config_flags%chem_opt == GOCARTRACM_KPP) ) then
1
Error: Symbol ‘gocartracm_kpp’ at (1) has no IMPLICIT type
Command exited with non-zero status 1
0.68user 0.03system 0:00.72elapsed 100%CPU (0avgtext+0avgdata 37384maxresident)k
0inputs+8outputs (0major+13008minor)pagefaults 0swaps
../configure.wrf:345: recipe for target 'convert_emiss.o' failed
make[1]: [convert_emiss.o] Error 1 (ignored)
ranlib ../main/libwrflib.a
time mpif90 -o convert_emiss.exe -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 convert_emiss.o ../main/libwrflib.a /home/szw/WRF/WRF-4.1.5/external/fftpack/fftpack5/libfftpack.a /home/szw/WRF/WRF-4.1.5/external/io_grib1/libio_grib1.a /home/szw/WRF/WRF-4.1.5/external/io_grib_share/libio_grib_share.a /home/szw/WRF/WRF-4.1.5/external/io_int/libwrfio_int.a -L/home/szw/WRF/WRF-4.1.5/external/esmf_time_f90 -lesmf_time /home/szw/WRF/WRF-4.1.5/external/RSL_LITE/librsl_lite.a /home/szw/WRF/WRF-4.1.5/frame/module_internal_header_util.o /home/szw/WRF/WRF-4.1.5/frame/pack_utils.o -L/home/szw/WRF/WRF-4.1.5/external/io_netcdf -lwrfio_nf -L/usr/local/netcdf/lib -lnetcdff -lnetcdf
gfortran: error: convert_emiss.o: 没有那个文件或目录
Command exited with non-zero status 1
0.03user 0.01system 0:00.05elapsed 103%CPU (0avgtext+0avgdata 3160maxresident)k
0inputs+0outputs (0major+4245minor)pagefaults 0swaps
Makefile:222: recipe for target 'convert_emiss' failed
make[1]: [convert_emiss] Error 1 (ignored)
make[1]: Leaving directory '/home/szw/WRF/WRF-4.1.5/chem'
( cd test/em_real ; /bin/rm -f convert_emiss.exe ; ln -s ../../chem/convert_emiss.exe . )
( cd test/em_real ; /bin/rm -f README.namelist ; ln -s ../../run/README.namelist . )
( cd run ; if test -f namelist.input ; then \
/bin/cp -f namelist.input namelist.input.backup.`date +%Y-%m-%d_%H_%M_%S` ; fi ; \
/bin/rm -f namelist.input ; cp ../test/em_real/namelist.input . )
szw@szw:~/WRF/WRF-4.1.5$
|
-
|