- 积分
- 34
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-7-15
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在安装WRF-CHEM的时候遇到了一个奇怪的问题。我安装的是3.7版本。./compile em_real能出来四个exe。但是接下来./compile emi_conv的时候却不能生成 convert_emiss.exe ,颜色是红色。下面是编译时的log文件中的error,请求大神帮助!!
convert_emiss.f90(345): error #6460: This is not a field name that is defined in the encompassing structure. [KEMIT]
ALLOCATE (dumc0(ids:ide,kds:grid%kemit,jds:jde))
--------------------------------------^
convert_emiss.f90(345): error #6385: The highest data type rank permitted is INTEGER(KIND=8). [KEMIT]
ALLOCATE (dumc0(ids:ide,kds:grid%kemit,jds:jde))
--------------------------------------^
convert_emiss.f90(356): error #6460: This is not a field name that is defined in the encompassing structure. [EMISS_OPT_VOL]
if(config_flags%emiss_opt_vol == 1 .or. config_flags%emiss_opt_vol == 2) then
---------------------^
convert_emiss.f90(373): error #6404: This name does not have a type, and must have an explicit type. [GOCART_SIMPLE]
if(config_flags%chem_opt == GOCART_SIMPLE &
-------------------------------^
convert_emiss.f90(374): error #6404: This name does not have a type, and must have an explicit type. [GOCARTRACM_KPP]
.or. config_flags%chem_opt == GOCARTRACM_KPP &
---------------------------------------^
convert_emiss.f90(375): error #6404: This name does not have a type, and must have an explicit type. [CHEM_VOLC]
.or. config_flags%chem_opt == CHEM_VOLC &
---------------------------------------^
convert_emiss.f90(376): error #6460: This is not a field name that is defined in the encompassing structure. [DMSEMIS_OPT]
.or. config_flags%dmsemis_opt == DMSGOCART &
---------------------------^
convert_emiss.f90(376): error #6404: This name does not have a type, and must have an explicit type. [DMSGOCART]
.or. config_flags%dmsemis_opt == DMSGOCART &
------------------------------------------^
convert_emiss.f90(377): error #6460: This is not a field name that is defined in the encompassing structure. [DUST_OPT]
.or. config_flags%dust_opt == DUSTGOCART &
---------------------------^
convert_emiss.f90(377): error #6404: This name does not have a type, and must have an explicit type. [DUSTGOCART]
.or. config_flags%dust_opt == DUSTGOCART &
------------------------------------------^
convert_emiss.f90(390): error #6460: This is not a field name that is defined in the encompassing structure. [DMS_0]
grid%dms_0(ips:ipe,jps:jpe) = tmp2(ips:ipe,jps:jpe)
-----------^
convert_emiss.f90(390): error #6158: The structure-name is invalid or is missing. [GRID]
grid%dms_0(ips:ipe,jps:jpe) = tmp2(ips:ipe,jps:jpe)
------^
convert_emiss.f90(390): internal error: Please visit 'http://www.intel.com/software/products/support' for assistance.
grid%dms_0(ips:ipe,jps:jpe) = tmp2(ips:ipe,jps:jpe)
^
[ Aborting due to internal error. ]
|
|