爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 1399|回复: 2

安装MCIP时提示错误,请问需要修改哪里?非常感谢!

[复制链接]
发表于 2018-9-6 13:48:43 | 显示全部楼层 |阅读模式

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

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

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]$


密码修改失败请联系微信:mofangbao
 楼主| 发表于 2018-9-6 14:04:34 | 显示全部楼层
总是出现这两种错误提示:
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]
密码修改失败请联系微信:mofangbao
发表于 2020-2-13 15:36:49 | 显示全部楼层
请问楼主最后解决了吗
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

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

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