- 积分
- 7124
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-11-26
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
bash: /opt/intel/impi/4.1.0/bin64/ifortvars.sh: 没有那个文件或目录
[szw@localhost src]$ make
make[1]: 进入目录“/home/szw/CMAQ-5.0.2/MCIP-4.3/src”
make[1]: “const_mod.o”是最新的。
make[1]: “const_pbl_mod.o”是最新的。
make[1]: “coord_mod.o”是最新的。
make[1]: “date_pack_mod.o”是最新的。
make[1]: “date_time_mod.o”是最新的。
make[1]: “files_mod.o”是最新的。
make[1]: “groutcom_mod.o”是最新的。
make[1]: “luvars_mod.o”是最新的。
ifort -FR -O3 -traceback -I/home/szw/wrf/libszw/NETCDF/include -I/home/szw/ioapi-3.1/Linux2_x86_64ifort -c mcipparm_mod.f90
ifort -FR -O3 -traceback -I/home/szw/wrf/libszw/NETCDF/include -I/home/szw/ioapi-3.1/Linux2_x86_64ifort -c mcoutcom_mod.f90
ifort -FR -O3 -traceback -I/home/szw/wrf/libszw/NETCDF/include -I/home/szw/ioapi-3.1/Linux2_x86_64ifort -c mdoutcom_mod.f90
ifort -FR -O3 -traceback -I/home/szw/wrf/libszw/NETCDF/include -I/home/szw/ioapi-3.1/Linux2_x86_64ifort -c metinfo_mod.f90
ifort -FR -O3 -traceback -I/home/szw/wrf/libszw/NETCDF/include -I/home/szw/ioapi-3.1/Linux2_x86_64ifort -c metvars_mod.f90
ifort -FR -O3 -traceback -I/home/szw/wrf/libszw/NETCDF/include -I/home/szw/ioapi-3.1/Linux2_x86_64ifort -c vgrd_mod.f90
ifort -FR -O3 -traceback -I/home/szw/wrf/libszw/NETCDF/include -I/home/szw/ioapi-3.1/Linux2_x86_64ifort -c wrf_netcdf_mod.f90
wrf_netcdf_mod.f90(63): error #7013: This module file was not generated by any release of this compiler. [NETCDF]
USE netcdf
------^
wrf_netcdf_mod.f90(123): error #7013: This module file was not generated by any release of this compiler. [NETCDF]
USE netcdf
------^
wrf_netcdf_mod.f90(179): error #7013: This module file was not generated by any release of this compiler. [NETCDF]
USE netcdf
------^
wrf_netcdf_mod.f90(81): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID]
rcode = nf90_inq_varid (cdfid, var, id_data)
----------^
wrf_netcdf_mod.f90(82): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR]
IF ( rcode /= nf90_noerr ) RETURN
----------------^
wrf_netcdf_mod.f90(84): error #6632: Keyword arguments are invalid without an explicit interface. [START]
rcode = nf90_get_var (cdfid, id_data, dum3d, start=(/1,1,1,it/), &
-----------------------------------------------^
wrf_netcdf_mod.f90(85): error #6632: Keyword arguments are invalid without an explicit interface. [COUNT]
count=(/nx,ny,nz,1/))
------------------------^
wrf_netcdf_mod.f90(84): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_VAR]
rcode = nf90_get_var (cdfid, id_data, dum3d, start=(/1,1,1,it/), &
----------^
wrf_netcdf_mod.f90(110): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID]
rcode = nf90_inq_varid (cdfid, var, id_data)
----------^
wrf_netcdf_mod.f90(113): error #6632: Keyword arguments are invalid without an explicit interface. [START]
rcode = nf90_get_var (cdfid, id_data, dum2d, start=(/1,1,it/), &
-----------------------------------------------^
wrf_netcdf_mod.f90(114): error #6632: Keyword arguments are invalid without an explicit interface. [COUNT]
count=(/nx,ny,1/))
------------------------^
wrf_netcdf_mod.f90(113): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_VAR]
rcode = nf90_get_var (cdfid, id_data, dum2d, start=(/1,1,it/), &
----------^
wrf_netcdf_mod.f90(139): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID]
rcode = nf90_inq_varid (cdfid, var, id_data)
----------^
wrf_netcdf_mod.f90(142): error #6632: Keyword arguments are invalid without an explicit interface. [START]
rcode = nf90_get_var (cdfid, id_data, idum2d, start=(/1,1,it/), &
------------------------------------------------^
wrf_netcdf_mod.f90(143): error #6632: Keyword arguments are invalid without an explicit interface. [COUNT]
count=(/nx,ny,1/))
------------------------^
wrf_netcdf_mod.f90(142): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_VAR]
rcode = nf90_get_var (cdfid, id_data, idum2d, start=(/1,1,it/), &
----------^
wrf_netcdf_mod.f90(166): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID]
rcode = nf90_inq_varid (cdfid, var, id_data)
----------^
wrf_netcdf_mod.f90(169): error #6632: Keyword arguments are invalid without an explicit interface. [START]
rcode = nf90_get_var (cdfid, id_data, dum1d, start=(/1,it/), &
-----------------------------------------------^
wrf_netcdf_mod.f90(170): error #6632: Keyword arguments are invalid without an explicit interface. [COUNT]
count=(/nx,1/))
------------------------^
wrf_netcdf_mod.f90(169): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_VAR]
rcode = nf90_get_var (cdfid, id_data, dum1d, start=(/1,it/), &
----------^
wrf_netcdf_mod.f90(189): error #6404: This name does not have a type, and must have an explicit type. [NF90_INQ_VARID]
rcode = nf90_inq_varid (cdfid, var, id_data)
----------^
wrf_netcdf_mod.f90(192): error #6404: This name does not have a type, and must have an explicit type. [NF90_GET_VAR]
rcode = nf90_get_var (cdfid, id_data, scalar)
----------^
compilation aborted for wrf_netcdf_mod.f90 (code 1)
make[1]: *** [wrf_netcdf_mod.o] 错误 1
make[1]: 离开目录“/home/szw/CMAQ-5.0.2/MCIP-4.3/src”
make: *** [all] 错误 2
[szw@localhost src]$
|
|