- 积分
- 76
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-9-2
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
各位大佬求助,WRF-Chem运行不断,也没有报错,但是只能生成第一天的结果,后面的不生成
以下是我的namelist,麻烦大家帮忙看一下
&time_control
run_days = 13,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2018,
start_month = 05,
start_day = 18,
start_hour = 00,
start_minute = 00,
start_second = 00,
end_year = 2018,
end_month = 05,
end_day = 12,
end_hour = 00,
end_minute = 00,
end_second = 00,
interval_seconds = 21600
input_from_file = .true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 1, 4, 1000,
write_hist_at_0h_rst = .true.
ignore_iofields_warning = .true.,
restart = .false.,
restart_interval = 1440,
io_form_history = 2
io_form_restart = 2,
io_form_input = 2
io_form_boundary = 2
io_form_auxinput1 = 2,
io_form_auxinput2 = 0,
io_form_auxinput4 = 0,
io_form_auxinput5 = 0,
io_form_auxinput6 = 0,
io_form_auxinput7 = 0,
io_form_auxinput8 = 0,
io_form_auxinput10 = 0,
auxinput1_inname = "met_em.d<domain>.<date>",
auxinput4_inname = "wrflowinp_d<domain>",
auxinput10_inname = "wrffdda_d<domain>",
auxinput4_interval_m = 360, 360
auxinput10_interval_m = 360, 360, 60,
debug_level = 0,
/
&domains
time_step = 24,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
s_we = 1, 1, 1,
e_we = 361, 113, 111,
s_sn = 1, 1, 1,
e_sn = 146, 106, 111,
s_vert = 1, 1, 1,
e_vert = 50, 41, 41,
eta_levels = 1.000, 0.9971, 0.9939, 0.9905, 0.987,
0.9834, 0.9797, 0.9759, 0.9721, 0.968,
0.963, 0.953, 0.943, 0.933, 0.923,
0.913, 0.903, 0.893, 0.883, 0.873,
0.863, 0.853, 0.843, 0.833, 0.823,
0.813, 0.803, 0.793, 0.783, 0.768, 0.753, 0.73,
0.706, 0.674, 0.643, 0.593, 0.543,
0.493, 0.443, 0.393, 0.343, 0.293,
0.243, 0.193, 0.148, 0.110, 0.075,
0.050, 0.025, 0.000
p_top_requested = 5000,
num_metgrid_levels = 32,
num_metgrid_soil_levels = 4,
dx = 111177.5, 15882.5, 3176.5,
dy = 111177.5, 15882.5, 3176.5,
grid_id = 1, 2, 3,
parent_id = 1, 1, 2,
i_parent_start = 1, 290, 57,
j_parent_start = 1, 93, 38,
parent_grid_ratio = 1, 7, 5,
parent_time_step_ratio = 1, 4, 5,
feedback = 0,
smooth_option = 0
zap_close_levels = 50
interp_theta = .true.
interp_type = 1
t_extrap_type = 2
force_sfc_in_vinterp = 0
use_levels_below_ground = .true.
use_surface = .true.
lagrange_order = 1
sfcp_to_sfcp = .true.,
/
|
|