- 积分
- 419
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-4-5
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2018-9-15 16:58:18
|
显示全部楼层
&time_control
run_days = 0,
run_hours = 6,
run_minutes = 0,
run_seconds = 0,
start_year = 0001,
start_month = 01,
start_day = 01,
start_hour = 00,
start_minute = 00,
start_second = 00,
end_year = 0001,
end_month = 01,
end_day = 01,
end_hour = 06,
end_minute = 00,
end_second = 00,
history_interval = 30,
frames_per_outfile = 1000,
restart = .false.,
restart_interval = 5000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 9,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
s_we = 1,
e_we = 402,
s_sn = 1,
e_sn = 120,
s_vert = 1,
e_vert = 81,
dx = 500,
dy = 500,
ztop = 20000.,
/
&physics
mp_physics = 2,
ra_lw_physics = 0,
ra_sw_physics = 0,
radt = 0,
sf_sfclay_physics = 0,
sf_surface_physics = 0,
bl_pbl_physics = 0,
bldt = 0,
cu_physics = 0,
cudt = 0,
num_soil_layers = 5,
/
&fdda
/
&dynamics
rk_ord = 3,
diff_opt = 2, 2, 2,
km_opt = 2, 2, 2,
damp_opt = 2,
dampcoef = .003,
zdamp = 5000.,
khdif = 300,
kvdif = 1,
smdiv = 0.1,
emdiv = 0.01,
epssm = 0.1,
time_step_sound = 6,
h_mom_adv_order = 5,
v_mom_adv_order = 3,
h_sca_adv_order = 5,
v_sca_adv_order = 3,
mix_full_fields = .true.,
non_hydrostatic = .true.,
moist_adv_opt = 1, 1, 1,
scalar_adv_opt = 1, 1, 1,
chem_adv_opt = 1, 1, 1,
tke_adv_opt = 1, 1, 1,
/
&bdy_control
periodic_x = .false.,
symmetric_xs = .false.,
symmetric_xe = .false.,
open_xs = .true.,
open_xe = .true.,
periodic_y = .true.,
symmetric_ys = .false.,
symmetric_ye = .false.,
open_ys = .false.,
open_ye = .false.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
我只是把他原来模拟时长1小时改成了6小时,把interval从60改成5000,然后格点数增多了一点,出来的时次就是不对,有时候是12,有时候是1,很奇怪。interval是60的时候会有wrfrst文件生成,改成5000后没有了,但也没有对流了。。。很奇怪。。求解答~~万分感谢 |
|