- 积分
- 32
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2022-12-2
- 最后登录
- 1970-1-1
![[用户6333681688] 粉丝数:1 微博数:2 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|
数值模式
使用语言: |
fortran |
我看过提问的智慧: |
看过 |
自己思考时长(天): |
3 |
问题概况: |
wrfbdy总是比我设置的少一个小时 |
问题截图: |
- |
系统平台: |
linux |
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
history_interval = 60, 60, 60,
frames_per_outfile = 1, 1, 1,
restart = .false.,
restart_interval = 14400,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
io_form_auxinput4 = 2,
auxinput4_inname = "wrflowinp_d<domain>"
auxinput4_interval = 60,
override_restart_timers = .true.,
write_hist_at_0h_rst = .true.,
/
&domains
time_step = 30,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
e_we = 1201, 1342,
e_sn = 401, 472,
e_vert = 50, 50,
p_top_requested = 5000,
num_metgrid_levels = 38,
num_metgrid_soil_levels = 4,
dx = 11117.75, 3705.916
dy = 11117.75, 3705.916
grid_id = 1, 2,
parent_id = 0, 1,
i_parent_start = 1, 351,
j_parent_start = 1, 101,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 2,
nproc_x = -1,
nproc_y = -1,
/
&physics
mp_physics = 8, 8,
cu_physics = 0, 0,
ra_lw_physics = 1, 1,
ra_sw_physics = 1, 1,
bl_pbl_physics = 9, 9,
sf_sfclay_physics = 2, 2,
sf_surface_physics = 2, 2,
radt = 10, 10,
bldt = 0, 0,
cudt = 0, 0,
slope_rad = 1,
sst_update = 1,
usemonalb = .true.,
isfflx = 1,
ifsnow = 1,
icloud = 4,
surface_input_source = 1,
num_soil_layers = 4,
num_land_cat = 21,
sf_urban_physics = 0, 0,
sf_lake_physics = 1, 1,
shcu_physics = 2, 2,
/
&fdda
/
&dynamics
hybrid_opt = 2,
w_damping = 0,
diff_opt = 1, 1, 1,
km_opt = 4, 4, 4,
diff_6th_opt = 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt = 3,
zdamp = 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2
khdif = 0, 0, 0,
kvdif = 0, 0, 0,
non_hydrostatic = .true., .true., .true.,
moist_adv_opt = 1, 1, 1,
scalar_adv_opt = 1, 1, 1,
gwd_opt = 1, 1, 0,
/
&bdy_control
spec_bdy_width = 5,
specified = .true.
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
这是我的namelist.input,
但是wrfbdy只生成到7-2-22:00
不知道该怎么解决
|
|