Hello everyone, I'm a beginner with WRF. I encountered the following problem when I was at the step of tail rsl.error.0000. I'm not sure how to resolve it. Could someone help me?The versions of WPS and WRFV I use are both 4.3.1..Additionally, I have included the wps configurations and input parameters below, followed by the attachment at the end.

The following is a part of my namelist.wps file:
&share
wrf_core = 'ARW',
max_dom =2
start_date = '2014-07-17_12:00:00','2014-07-17_12:00:00',
end_date = '2014-07-19_12:00:00','2014-07-19_12:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 14,
j_parent_start = 1, 12,
e_we = 181, 469,
e_sn = 133, 331,
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The default datasets used to produce the MAXSNOALB and ALBEDO12M
! fields have changed in WPS v4.0. These fields are now interpolated
! from MODIS-based datasets.
!
! To match the output given by the default namelist.wps in WPS v3.9.1,
! the following setting for geog_data_res may be used:
!
! geog_data_res = 'maxsnowalb_ncep+albedo_ncep+default', 'maxsnowalb_ncep+albedo_ncep+default',
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
geog_data_res = '10m','2m',
dx = 9000,
dy = 9000,
map_proj = 'lambert',
ref_lat = 20,
ref_lon = 110,
truelat1 = 20,
truelat2 = 20,
stand_lon = 110,
geog_data_path = '/share/data/WPS_GEOG/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
The following is a part of my namelist.input file:
&time_control
run_days = 2,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2014, 2014, 2017, 2012, 2012,
start_month = 07,07, 05, 05, 05,
start_day = 17, 17, 06, 29, 29,
start_hour = 12, 12, 06, 18, 12,
start_minute = 00, 00, 00, 00, 00,
start_second = 00, 00, 00, 00, 00,
end_year = 2014, 2014, 2017, 2012, 2012,
end_month = 07, 07, 05, 05, 05,
end_day = 19, 19, 07, 30, 31,
end_hour = 12, 12, 18, 06, 12,
end_minute = 00, 00, 00, 00, 00,
end_second = 00, 00, 00, 00, 00,
interval_seconds = 21600
input_from_file = .true.,.true.,.false.,
! history_output = "/wrfout_d<dommain>_<date>"
history_interval = 60, 30, 10, 20, 60,
frames_per_outfile = 1000, 1000, 1000, 30, 1,
restart = .false.,
restart_interval = 5000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 1000
/
&domains
time_step =54,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
s_we = 1, 1, 1, 1, 1,
e_we = 181, 469, 85, 256, 241,
s_sn = 1, 1, 1, 1, 1,
e_sn = 133, 331, 61, 343, 286,
s_vert = 1, 1, 1, 1, 1,
e_vert = 33, 33, 30, 48, 48,
sfcp_to_sfcp = .false.
dx = 9000, 3000, 3000, 1500, 500,
dy = 9000, 3000, 3000, 1500, 500,
grid_id = 1, 2, 3, 4, 5,
parent_id =1, 1, 2, 3, 4,
i_parent_start = 1, 14, 58, 66, 88,
j_parent_start = 1, 12, 65, 150, 231,
parent_grid_ratio = 1, 3, 3, 3, 3,
parent_time_step_ratio = 1, 3, 3, 3, 3,
feedback = 1,
smooth_option = 0,
num_metgrid_levels = 32,
num_metgrid_soil_levels = 4,
p_top_requested = 5000,
!eta_levels = 1.000,0.997,0.994,0.991,0.988,0.985,0.980,0.975,0.970,0.960,0.950,
! 0.940,0.930,0.920,0.910,
! 0.865,,0.775,0.735,
! 0.660,0.570,0.525,
! 0.475,0.370,0.325,0.285,
! 0.250,0.185,0.145
! 0.090,0.065,0.025,
! 0.000
/
&physics
mp_physics = 27, 27, 27, 27, 6,
nssl_cccn = 3e+7, 3e+7, 3e+7, 0.6e+9
nssl_cnoh = 6.e6, 6.e6
nssl_cnohl = 6.e5, 6.e5
nssl_cnos = 3.e7, 3.e7
nssl_rho_qh = 600, 600
nssl_rho_qhl = 1000, 1000
nssl_rho_qs = 200, 200
nssl_ipelec = 1, 2, 3, 2,
nssl_isaund = -5, -5, -5, -5,
nssl_ilight = 2, 2, 2, 2,
nssl_iscreen = 0, 0, 0, 1,
nssl_lightrad = 6000, 6000
nssl_ecrit = 250000, 250000
nssl_disfrac = 0.8, 0.8
nssl_fprcnt = 0.8, 0.8
nssl_elgtfestop = 0.9, 0.9
gsfcgce_hail = 0,
gsfcgce_2ice = 0,
ra_lw_physics = 5, 5, 1, 1, 1,
ra_sw_physics = 5, 5, 1, 1, 1,
radt = 9, 3, 9, 30, 30,
sf_sfclay_physics = 1, 1, 2, 1, 1,
sf_surface_physics = 2, 2, 2, 2, 2,
bl_pbl_physics = 1, 1, 2, 1, 1,
bldt = 0, 0, 0, 0, 0,
cu_physics = 3, 0, 0, 0, 0,
cudt = 0, 0, 0, 5, 5,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0, 0,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
NUM_LAND_CAT = 21,
/
&fdda
grid_fdda = 2,
gfdda_inname = "wrffdda_d01",
gfdda_interval_m = 360,
gfdda_end_h = 48,
io_form_gfdda = 2,
fgdt = 0,
if_no_pbl_nudging_uv = 0,
if_no_pbl_nudging_t = 0,
if_no_pbl_nudging_ph = 0,
if_zfac_uv = 0,
k_zfac_uv = 10,
if_zfac_t = 0,
k_zfac_t = 10,
if_zfac_q = 0,
k_zfac_q = 10,
guv = 0.0003,
gt = 0.0003,
gq = 0.0003,
if_ramping = 1,
dtramp_min = 60.0,
/
&dynamics
w_damping = 1,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 1,
diff_6th_factor = 0.12,
damp_opt = 0,
base_temp = 290.
zdamp = 5000., 5000., 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2, 0.2, 0.2,
khdif = 0, 0, 0, 0, 0,
kvdif = 0, 0, 0, 0, 0,
non_hydrostatic = .true., .true., .true., .true., .true.,
time_step_sound = 6, 6, 6, 4, 4,
h_mom_adv_order = 5, 5, 5, 5, 5,
v_mom_adv_order = 5, 5, 5, 5, 3,
h_sca_adv_order = 5, 5, 5, 5, 5,
v_sca_adv_order = 5, 5, 5, 3, 3,
moist_adv_opt =4,
scalar_adv_opt =3,
diff_opt =2,
/
&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,
/

The following is a part of my namelist.wps file:
&share
wrf_core = 'ARW',
max_dom =2
start_date = '2014-07-17_12:00:00','2014-07-17_12:00:00',
end_date = '2014-07-19_12:00:00','2014-07-19_12:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 14,
j_parent_start = 1, 12,
e_we = 181, 469,
e_sn = 133, 331,
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The default datasets used to produce the MAXSNOALB and ALBEDO12M
! fields have changed in WPS v4.0. These fields are now interpolated
! from MODIS-based datasets.
!
! To match the output given by the default namelist.wps in WPS v3.9.1,
! the following setting for geog_data_res may be used:
!
! geog_data_res = 'maxsnowalb_ncep+albedo_ncep+default', 'maxsnowalb_ncep+albedo_ncep+default',
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
geog_data_res = '10m','2m',
dx = 9000,
dy = 9000,
map_proj = 'lambert',
ref_lat = 20,
ref_lon = 110,
truelat1 = 20,
truelat2 = 20,
stand_lon = 110,
geog_data_path = '/share/data/WPS_GEOG/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
The following is a part of my namelist.input file:
&time_control
run_days = 2,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2014, 2014, 2017, 2012, 2012,
start_month = 07,07, 05, 05, 05,
start_day = 17, 17, 06, 29, 29,
start_hour = 12, 12, 06, 18, 12,
start_minute = 00, 00, 00, 00, 00,
start_second = 00, 00, 00, 00, 00,
end_year = 2014, 2014, 2017, 2012, 2012,
end_month = 07, 07, 05, 05, 05,
end_day = 19, 19, 07, 30, 31,
end_hour = 12, 12, 18, 06, 12,
end_minute = 00, 00, 00, 00, 00,
end_second = 00, 00, 00, 00, 00,
interval_seconds = 21600
input_from_file = .true.,.true.,.false.,
! history_output = "/wrfout_d<dommain>_<date>"
history_interval = 60, 30, 10, 20, 60,
frames_per_outfile = 1000, 1000, 1000, 30, 1,
restart = .false.,
restart_interval = 5000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 1000
/
&domains
time_step =54,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
s_we = 1, 1, 1, 1, 1,
e_we = 181, 469, 85, 256, 241,
s_sn = 1, 1, 1, 1, 1,
e_sn = 133, 331, 61, 343, 286,
s_vert = 1, 1, 1, 1, 1,
e_vert = 33, 33, 30, 48, 48,
sfcp_to_sfcp = .false.
dx = 9000, 3000, 3000, 1500, 500,
dy = 9000, 3000, 3000, 1500, 500,
grid_id = 1, 2, 3, 4, 5,
parent_id =1, 1, 2, 3, 4,
i_parent_start = 1, 14, 58, 66, 88,
j_parent_start = 1, 12, 65, 150, 231,
parent_grid_ratio = 1, 3, 3, 3, 3,
parent_time_step_ratio = 1, 3, 3, 3, 3,
feedback = 1,
smooth_option = 0,
num_metgrid_levels = 32,
num_metgrid_soil_levels = 4,
p_top_requested = 5000,
!eta_levels = 1.000,0.997,0.994,0.991,0.988,0.985,0.980,0.975,0.970,0.960,0.950,
! 0.940,0.930,0.920,0.910,
! 0.865,,0.775,0.735,
! 0.660,0.570,0.525,
! 0.475,0.370,0.325,0.285,
! 0.250,0.185,0.145
! 0.090,0.065,0.025,
! 0.000
/
&physics
mp_physics = 27, 27, 27, 27, 6,
nssl_cccn = 3e+7, 3e+7, 3e+7, 0.6e+9
nssl_cnoh = 6.e6, 6.e6
nssl_cnohl = 6.e5, 6.e5
nssl_cnos = 3.e7, 3.e7
nssl_rho_qh = 600, 600
nssl_rho_qhl = 1000, 1000
nssl_rho_qs = 200, 200
nssl_ipelec = 1, 2, 3, 2,
nssl_isaund = -5, -5, -5, -5,
nssl_ilight = 2, 2, 2, 2,
nssl_iscreen = 0, 0, 0, 1,
nssl_lightrad = 6000, 6000
nssl_ecrit = 250000, 250000
nssl_disfrac = 0.8, 0.8
nssl_fprcnt = 0.8, 0.8
nssl_elgtfestop = 0.9, 0.9
gsfcgce_hail = 0,
gsfcgce_2ice = 0,
ra_lw_physics = 5, 5, 1, 1, 1,
ra_sw_physics = 5, 5, 1, 1, 1,
radt = 9, 3, 9, 30, 30,
sf_sfclay_physics = 1, 1, 2, 1, 1,
sf_surface_physics = 2, 2, 2, 2, 2,
bl_pbl_physics = 1, 1, 2, 1, 1,
bldt = 0, 0, 0, 0, 0,
cu_physics = 3, 0, 0, 0, 0,
cudt = 0, 0, 0, 5, 5,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0, 0,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
NUM_LAND_CAT = 21,
/
&fdda
grid_fdda = 2,
gfdda_inname = "wrffdda_d01",
gfdda_interval_m = 360,
gfdda_end_h = 48,
io_form_gfdda = 2,
fgdt = 0,
if_no_pbl_nudging_uv = 0,
if_no_pbl_nudging_t = 0,
if_no_pbl_nudging_ph = 0,
if_zfac_uv = 0,
k_zfac_uv = 10,
if_zfac_t = 0,
k_zfac_t = 10,
if_zfac_q = 0,
k_zfac_q = 10,
guv = 0.0003,
gt = 0.0003,
gq = 0.0003,
if_ramping = 1,
dtramp_min = 60.0,
/
&dynamics
w_damping = 1,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 1,
diff_6th_factor = 0.12,
damp_opt = 0,
base_temp = 290.
zdamp = 5000., 5000., 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2, 0.2, 0.2,
khdif = 0, 0, 0, 0, 0,
kvdif = 0, 0, 0, 0, 0,
non_hydrostatic = .true., .true., .true., .true., .true.,
time_step_sound = 6, 6, 6, 4, 4,
h_mom_adv_order = 5, 5, 5, 5, 5,
v_mom_adv_order = 5, 5, 5, 5, 3,
h_sca_adv_order = 5, 5, 5, 5, 5,
v_sca_adv_order = 5, 5, 5, 3, 3,
moist_adv_opt =4,
scalar_adv_opt =3,
diff_opt =2,
/
&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,
/