- 积分
- 13
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-11-27
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
./real.exe后没有文件生成,rsl.error.0000报错信息如下:
- Error reading namelist &logging from namelist.input. Using default logging config.
- Namelist tc not found in namelist.input. Using registry defaults for variables in tc
- Namelist noah_mp not found in namelist.input. Using registry defaults for variables in noah_mp
- Namelist scm not found in namelist.input. Using registry defaults for variables in scm
- ------ ERROR while reading namelist chem ------
- Namelist fire not found in namelist.input. Using registry defaults for variables in fire
- Namelist diags not found in namelist.input. Using registry defaults for variables in diags
- -------------- FATAL CALLED ---------------
- FATAL CALLED FROM FILE: LINE: 9895
- ERRORS while reading one or more namelists from namelist.input.
- -------------------------------------------
- 8>application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
复制代码
我的namelist.input
5> time_step = 162,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 4,
s_we = 1, 1, 1, 1,
e_we = 131, 127, 55, 70,
s_sn = 1, 1, 1, 1,
e_sn = 131, 127, 55, 76,
e_vert = 28, 28, 28, 28,
!p_top_requested = 5000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 45000, 15000, 5000, 1666.67,
dy = 45000, 15000, 5000, 1666.67,
grid_id = 1, 2, 3, 4,
parent_id = 0, 1, 2, 3,
i_parent_start = 1, 30, 47, 16,
j_parent_start = 1, 54, 58, 16,
parent_grid_ratio = 1, 3, 3, 3,
parent_time_step_ratio = 1, 3, 3, 3,
feedback = 1,
smooth_option = 0
/
&physics
mp_physics = 2, 2, 2, 2,
progn = 0, 0, 0, 0,
naer = 1e9
ra_lw_physics = 1, 1, 1, 1,
ra_sw_physics = 2, 2, 2, 2,
radt = 30, 30, 30, 30,
sf_sfclay_physics = 1, 1, 1, 1,
sf_surface_physics = 2, 2, 2, 2,
bl_pbl_physics = 1, 1, 1, 1,
bldt = 0, 0, 0, 0,
cu_physics = 3, 3, 3, 3,
cudt = 5, 5, 5, 5,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0,
mp_zero_out = 2,
mp_zero_out_thresh = 1.e-8,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
cu_rad_feedback = .true.,
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 0, 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12, 0.12,
base_temp = 290.
)> damp_opt = 0,
zdamp = 5000., 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2, 0.2,
khdif = 0, 0, 0, 0,
kvdif = 0, 0, 0, 0,
non_hydrostatic = .true., .true., .true., .true.,
moist_adv_opt = 2, 2, 2, 2,
scalar_adv_opt = 2, 2, 2, 2,
chem_adv_opt = 2, 2, 2, 2,
tke_adv_opt = 1, 1, 1, 1,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,.false.,.false.,
nested = .false., .false., .true.,.true.,
/
&chem
kemit = 6,
chem_opt = 0, 0, 0, 0,
bioemdt = 2.7, 0.9, 0.3, 0.1,
photdt = 30, 30, 30, 30,
chemdt = 2.7, 0.9, 0.3, 0.1,
frames_per_emissfile = 24,
io_form_emissions = 2,
io_style_emissions = 1,
emiss_inpt_opt = 101, 101, 101,101,
emiss_opt = 4, 4, 4, 4,
chem_in_opt = 0, 0, 0, 0,
phot_opt = 2, 2, 2, 2,
drydep_opt = 1, 1, 1, 1,
bio_emiss_opt = 1, 1, 1, 1,
dust_opt = 2
dmsemis_opt = 0,
seas_opt = 2,
gas_bc_opt = 1, 1, 1, 1,
gas_ic_opt = 1, 1, 1, 1,
aer_bc_opt = 1, 1, 1, 1,
aer_ic_opt = 1, 1, 1, 1,
gaschem_onoff = 1, 1, 1, 1,
aerchem_onoff = 1, 1, 1, 1,
wetscav_onoff = 0, 0, 0, 0,
cldchem_onoff = 0, 0, 0, 0,
vertmix_onoff = 1, 1, 1, 1,
chem_conv_tr = 1, 1, 1, 1,
biomass_burn_opt = 0, 0, 0, 0,
plumerisefire_frq = 30, 30, 30, 30,
have_bcs_chem = .true., .false., .false., .false.,
aer_ra_feedback = 1, 1, 1, 1,
.> /
}>
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
求大神指导 |
|