登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
各位大神们,最近在试着做模拟,但是在运行real.exe后直接就出现错误提示。
我的namelist.input 如下,请大神们帮忙看一下。因为用的是miroc的背景数据,所以是预测2035年的,这个没问题
&time_control
run_days = 31,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2035, 2035,2035,
start_month = 07, 07, 07,
start_day = 20, 20, 20,
start_hour = 12, 12, 12,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2035, 2035,2035,
end_month = 08, 08, 08,
end_day = 20, 20, 20,
end_hour = 12, 12, 12,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 21600
input_from_file =.true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 300, 300, 300,
restart = .false.,
restart_interval = 720,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 50
/
&domains
time_step = 90,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 3,
s_we = 1, 1,1,
e_we = 73, 101, 121,
s_sn = 1, 1,1,
e_sn = 73, 101, 121,
s_vert = 1,
e_vert = 30, 30, 30,
p_top_requested = 5000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 25000,5000, 1000,
dy = 25000,5000, 1000,
grid_id = 1, 2, 3,
parent_id = 1, 1, 2,
i_parent_start = 1, 28, 37,
j_parent_start = 1, 27, 39,
parent_grid_ratio = 1, 5, 5,
parent_time_step_ratio = 1, 3, 5,
feedback = 1,
smooth_option = 0
& eta_levels = 1.000 , 0.974 , 0.960 , 0.950 , 0.935,
0.925 , 0.910 , 0.895 , 0.880 , 0.865 ,
0.850 , 0.830 , 0.810 , 0.780 , 0.750 ,
0.720 , 0.690 , 0.646 , 0.591 , 0.530 ,
0.464 , 0.396 , 0.327 , 0.259 , 0.195 ,
0.138 , 0.090 , 0.052 , 0.022 , 0.000
/
&physics
mp_physics = 6, 6, 6,
ra_lw_physics = 1, 1, 1,
ra_sw_physics = 1, 1, 1,
radt = 1, 1, 1,
sf_sfclay_physics = 1, 1, 1,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 1, 1, 1,
bldt = 0, 0, 0,
cu_physics = 1, 1, 1,
cudt = 5, 5, 5,
isfflx =1,
ifsnow = 0,
icloud = 1,
surface_input_source = 3,
num_soil_layers = 4,
num_land_cat = 33,
sf_urban_physics = 0, 0, 1,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
/
&fdda
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt = 0,
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,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true.,.false.,.false.,
nested = .false., .true., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
|