- 积分
- 732
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-9-26
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2024-8-14 19:54:07
|
显示全部楼层
附上namelist.input 求大神帮忙解答!
&time_control
run_days = 90,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 1989,
start_month = 04,
start_day = 01,
start_hour = 12,
end_year = 1989,
end_month = 06,
end_day = 30,
end_hour = 12, ,
interval_seconds = 86400
input_from_file = .true.,
history_interval = 1440,
frames_per_outfile = 1000,
restart = .false.,
restart_interval = 100000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
/
&domains
time_step = 60,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
e_we = 286,
e_sn = 160,
e_vert = 35,
p_top_requested = 5000,
num_metgrid_levels = 38,
num_metgrid_soil_levels = 4,
dx = 20000,
dy = 20000,
grid_id = 1,
parent_id = 1,
i_parent_start = 1,
j_parent_start = 1,
parent_grid_ratio = 1,
parent_time_step_ratio = 1,
feedback = 1,
smooth_option = 0
/
&physics
bl_pbl_physics = 8, !%边界层方案, 此处选择 BouLac
ra_lw_physics = 1, !%长波辐射方案, 此处选择 RRTM
ra_sw_physics = 1, !%短波辐射方案, 此处选择 Dudhia
mp_physics = 6, !%微物理方案, WSM6阶霰方案(一种新的方案,包括了冰、雪、霰过程,适用于高分辨率的模拟)
cu_physics = 1, !%积云参数化方案, 此处选择 BMJ2 KF1
sf_surface_physics = 2, !%地面方案, 此处选择 Noah
sf_urban_physics = 2, !%城市冠层方案,注意与边界层方案对应 BEP
sf_sfclay_physics = 1,
bldt = 0,
cudt = 5,
isfflx = 1,
ifsnow = 1,
icloud = 1,
surface_input_source = 1,
/
&fdda
/
&dynamics
w_damping = 1,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 2,
diff_6th_factor = 0.12,
base_temp = 290.,
damp_opt = 0,
zdamp = 5000.,
dampcoef = 0.2,
khdif = 0,
kvdif = 0,
non_hydrostatic = .true.,
scalar_adv_opt = 1,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true.,
nested = .false.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/ |
|