- 积分
- 213
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-9-12
- 最后登录
- 1970-1-1
|
发表于 2024-11-7 17:24:00
|
显示全部楼层
楼主你好,请教一下,我安装4dvar的时候在最后一步./compile all_wrfvar的时候报以下错误是怎么回事呢?后面试了下安装3dvar又是成功的。感谢指导!
da_control.f(7): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [DA_MODULE_DRIVER_CONSTANTS]
use da_module_driver_constants, only : max_domains, max_eta, max_moves, max_bogus, &
-------^
da_control.f(25): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_year
--------------------^
da_control.f(25): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_year
--------------------^
da_control.f(26): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_month
--------------------^
da_control.f(26): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_month
--------------------^
da_control.f(27): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_day
--------------------^
da_control.f(27): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_day
--------------------^
da_control.f(28): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_hour
--------------------^
da_control.f(28): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_hour
--------------------^
da_control.f(29): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_minute
--------------------^
da_control.f(29): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_minute
--------------------^
da_control.f(30): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_second
--------------------^
da_control.f(30): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: start_second
--------------------^
da_control.f(31): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_year
--------------------^
da_control.f(31): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_year
--------------------^
da_control.f(32): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_month
--------------------^
da_control.f(32): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_month
--------------------^
da_control.f(33): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_day
--------------------^
da_control.f(33): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_day
--------------------^
da_control.f(34): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_hour
--------------------^
da_control.f(34): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_hour
--------------------^
da_control.f(35): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_minute
--------------------^
da_control.f(35): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_minute
--------------------^
da_control.f(36): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_second
--------------------^
da_control.f(36): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: end_second
--------------------^
da_control.f(38): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
logical , DIMENSION(max_domains) :: input_from_file
--------------------^
da_control.f(38): error #6223: A specification expression is invalid. [MAX_DOMAINS]
logical , DIMENSION(max_domains) :: input_from_file
--------------------^
da_control.f(39): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: fine_input_stream
--------------------^
da_control.f(39): error #6223: A specification expression is invalid. [MAX_DOMAINS]
integer , DIMENSION(max_domains) :: fine_input_stream
--------------------^
da_control.f(40): error #6406: Conflicting attributes or multiple declaration of name. [MAX_DOMAINS]
logical , DIMENSION(max_domains) :: input_from_hires
--------------------^
da_control.f(2966): catastrophic error: Too many errors, exiting
compilation aborted for da_control.f (code 1)
|
|