- 积分
- 6092
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-9-1
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2016-9-19 17:13:54
|
显示全部楼层
是不是time_control里面,不需要的io都要删掉啊。。。我现在的namelist的time control是这样的:
&time_control
run_days = 2,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2013, 2013,
start_month = 01, 01,
start_day = 20, 20,
start_hour = 00, 00,
start_minute = 00, 00,
start_second = 00, 00,
end_year = 2013, 2013,
end_month = 01, 01,
end_day = 22, 22,
end_hour = 00, 00,
end_minute = 00, 00,
end_second = 00, 00,
interval_seconds = 21600,
input_from_file = .true., .true.,
history_interval = 180, 60,
frames_per_outfile = 1, 1,
restart = .false.,
restart_interval = 0,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
auxinput6_inname = 'wrfbiochemi_d01',
auxinput7_inname = 'wrffirechemi_d<domain>',
auxinput8_inname = 'wrfchemi_gocart_bg_d<domain>',
auxinput12_inname = 'wrf_chem_input',
auxinput13_inname = 'wrfchemv_d<domain>',
auxinput5_interval_m = 86400, 86400, 60,
auxinput7_interval_m = 86400, 86400, 60,
auxinput8_interval_m = 86400, 86400, 60,
auxinput13_interval_m = 86400, 86400, 60,
io_form_auxinput2 = 2,
io_form_auxinput5 = 2,
io_form_auxinput6 = 0,
io_form_auxinput7 = 0,
io_form_auxinput8 = 0,
io_form_auxinput12 = 0,
io_form_auxinput13 = 0,
debug_level = 0,
auxinput1_inname = "met_em.d<domain>.<date>",
/ |
|