- 积分
- 477
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-4-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
./real.exe的时候,报错说:DX and DY do not match comparing namelist to the input file
怎么回事
这个是我的input
&time_control
run_days = 0,
run_hours = 24,
run_minutes = 0,
run_seconds = 0,
start_year = 2017, 2017, 2017, 2017,
start_month = 07, 07, 07, 07,
start_day = 05, 05, 05, 05,
start_hour = 00, 00, 00, 00,
start_minute = 00, 00, 00, 00,
start_second = 00, 00, 00, 00,
end_year = 2017, 2017, 2017, 2017,
end_month = 07, 07, 07, 07,
end_day = 06, 06, 06, 06,
end_hour = 00, 00, 00, 00,
end_minute = 00, 00, 00, 00,
end_second = 00, 00, 00, 00,
interval_seconds = 86400
input_from_file = .true.,.true.,.true.,.true.,
history_interval = 60, 30, 30, 30,
frames_per_outfile = 1000, 1000, 1000, 1000,
restart = .false.,
restart_interval = 21600,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 180,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 4,
e_we = 100, 106, 94, 172,
e_sn = 100, 106, 94, 172,
e_vert = 47, 47, 47, 47,
p_top_requested = 10000,
|
|