- 积分
- 21
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2025-7-4
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
./real.exe
starting wrf task 0 of 1
为什么这一步骤做不出来啊求大佬解答
namelist.input是这样的
&time_control
run_days = 0,
run_hours = 84,
run_minutes = 0,
run_seconds = 0,
start_year = 2023, 2023,
start_month = 07, 07,
start_day = 27, 27,
start_hour = 00, 00,
end_year = 2023, 2023,
end_month = 07, 07,
end_day = 30, 30,
end_hour = 12, 12,
interval_seconds = 21600,
input_from_file = .true.,.true.,
history_interval = 60, 60,
frames_per_outfile = 1000, 1000,
restart = .false.,
restart_interval = 720,
io_form_history = 2,
/
&domains
time_step = 30,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 200, 301,
e_sn = 180, 274,
e_vert = 40, 40,
p_top_requested = 5000,
dx = 9000, 3000,
dy = 9000, 3000,
grid_id = 1, 2,
parent_id = 1, 1,
i_parent_start = 1, 50,
j_parent_start = 1, 50,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 1,
smooth_option = 0
/
&physics
mp_physics = 6, 6, ! Purdue Lin微物理方案(论文明>
cu_physics = 5, 0, ! New Tiedtke积云参数化(仅D0>
ra_lw_physics = 4, 4, ! RRTM长波辐射(论文引用Dudhi>
ra_sw_physics = 1, 1, ! Dudhia短波辐射
bl_pbl_physics = 1, 1, ! YSU边界层方案
sf_sfclay_physics = 1, 1, ! Monin-Obukhov地表层方案
sf_surface_physics = 2, 2, ! Noah陆面模型
radt = 30, 30, ! 辐射调用间隔(分钟)
bldt = 0, 0, ! 边界层调用每步进行
cudt = 5, 0, ! 积云参数化调用间隔(分钟)
isfflx = 1, ! 地表热通量计算开启
ifsnow = 1, ! 雪盖效应开启
icloud = 1, ! 云辐射效应开启
surface_input_source = 1, ! 使用WPS生成的地表输入
num_soil_layers = 4, ! Noah LSM土壤层数
sst_update = 0,
/
&dynamics
w_damping = 1,
diff_opt = 2, 2,
km_opt = 2, 2,
diff_6th_opt = 0, 0,
diff_6th_factor = 0.12, 0.12,
base_temp = 290.
damp_opt = 3,
zdamp = 5000., 5000.,
dampcoef = 0.2,
khdif = 0, 0,
kvdif = 0, 0,
non_hydrostatic = .true., .true.,
moist_adv_opt = 1, 1,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,
nested = .false., .true.,
/
&tc
insert_bogus_storm = .true., ! 启用台风涡旋植入
removal_domain = 1, ! 在D01植入涡旋
num_storm = 1, ! 模拟1个台风
latc_loc = 25.1, ! 台风初始纬度(接近福建)
lonc_loc = 119.0, ! 台风初始经度
vmax_meters_per_second = 50.0, ! 最大风速(杜苏芮登陆时50m/>
rmax = 50000, ! 最大风速半径(米)
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
|
|