- 积分
- 40
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2024-4-8
- 最后登录
- 1970-1-1

|

楼主 |
发表于 2025-3-3 11:43:51
|
显示全部楼层
rsl.out.*没有报错,其他文件也都完整,不知道是不是namelist的问题
我的namelist: &time_control
run_days = 0,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2010, 2010, 2010,
start_month = 01, 01, 01,
start_day = 01, 01, 01,
start_hour = 00, 00, 00,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2010, 2010, 2010,
end_month = 01, 01, 01,
end_day = 02, 02, 02,
end_hour = 00, 00, 00,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 10800,
input_from_file = .true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 1000, 1000, 1000,
restart = .false.,
restart_interval = 360,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
! iofields_filename = 'my_file_d01.txt'
ignore_iofields_warning = .false.,
! auxhist7_outname = "CO2_d<domain>_<date>"
! auxhist7_interval = 360,
! frames_per_auxhist7 = 1,
! io_form_auxhist7 = 2
debug_level = 0,
auxinput5_inname = 'wrfchemi_d<domain>_<date>',
auxinput5_interval_m = 180,180,180,
! auxinput8_interval_m = 100000,
io_form_auxinput5 = 2,
force_use_old_data = .true.,
/
&dfi_control
/
&domains
time_step = 60,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 3,
s_we = 1, 1, 1
e_we = 121, 127, 121,
s_sn = 1, 1, 1,
e_sn = 121, 124, 118,
e_vert = 45, 45, 45,
num_metgrid_levels = 38,
num_metgrid_soil_levels = 4,
dx = 27000, 9000, 3000,
dy = 27000, 9000, 3000,
grid_id = 1, 2, 3,
parent_id = 1, 1, 2,
i_parent_start = 1, 40, 44,
j_parent_start = 1, 42, 41,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
p_top_requested = 5000,
feedback = 0,
smooth_option = 0
zap_close_levels = 50
interp_type = 1
t_extrap_type = 2
force_sfc_in_vinterp = 0
use_adaptive_time_step = .true.,
step_to_output_time = .true. ,
target_cfl = 1.2,1.2,1.2,
max_step_increase_pct = 5,51,51,
starting_time_step = -1,-1,-1,
use_levels_below_ground = .true.
use_surface = .true.
lagrange_order = 1
sfcp_to_sfcp = .true.
/
&physics
mp_physics = 10, 10, 10,
progn = 0,
ra_lw_physics = 4, 4, 4,
ra_sw_physics = 4, 4, 4,
radt = 30, 30, 30,
sf_sfclay_physics = 2, 2, 2,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 2, 2, 2,
bldt = 0, 0, 0,
cu_physics = 5, 0, 0,
cu_diag = 1, 0, 0,
cudt = 0, 0, 0,
ishallow = 0,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0, 0, 0,
mp_zero_out = 2,
mp_zero_out_thresh = 1.e-12
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
cu_rad_feedback = .true.,.false.,.false.,
num_land_cat = 21,
/
|
|