- 积分
- 3799
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-7-6
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 Lighting 于 2015-9-14 16:31 编辑
问题:在运行wrf模式的ideal case ——em_b_wave时,运行ideal.exe没有出现问题,出现了wrfinput_d01
,但是在运行wrf.exe时出现了下面的问题。麻烦各位帮忙看一下,非常感谢!!!
————————————————————————————————————————
--- WARNING: traj_opt is zero, but num_traj is not zero; setting num_traj to zero.
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval = 0 for all domains
--- NOTE: grid_fdda is 0 for domain 1, setting gfdda interval and ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain 1, setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain 1, setting obs nudging interval and ending time to 0 for that domain.
--- NOTE: bl_pbl_physics /= 4, implies mfshconv must be 0, resetting
--- NOTE: RRTMG radiation is not used, setting: o3input=0 to avoid data pre-processing
--- NOTE: num_soil_layers has been set to 5
WRF V3.7 MODEL
*************************************
Parent domain
ids,ide,jds,jde 1 41 1 81
ims,ime,jms,jme -4 46 -4 86
ips,ipe,jps,jpe 1 41 1 81
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 134710300 bytes allocated
med_initialdata_input: calling input_input
Timing for processing wrfinput file (stream 0) for domain 1: 0.02798 elapsed seconds
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1376
module_physics_init.F: LANDUSE_INIT: open failure for LANDUSE.TBL
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1376
module_physics_init.F: LANDUSE_INIT: open failure for LANDUSE.TBL
-------------------------------------------------------------------------——————————————————————————————-
下面贴出namelist.input文件
————————————————————————————————————————————————————————
&time_control
run_days = 5,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 0001, 0001, 0001,
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 = 0001, 0001, 0001,
end_month = 01, 01, 01,
end_day = 05, 05, 05,
end_hour = 00, 00, 00,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
history_interval = 360, 360, 360,
frames_per_outfile = 1000, 1000, 1000,
restart = .false.,
restart_interval = 3600,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 600,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
s_we = 1, 1, 1,
e_we = 41, 41, 41,
s_sn = 1, 1, 1,
e_sn = 81, 81, 81,
s_vert = 1, 1, 1,
e_vert = 65, 65, 65,
dx = 100000,20000, 4000,
dy = 100000,20000, 4000,
ztop = 16000, 16000, 16000,
grid_id = 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 0, 17, 17,
j_parent_start = 0, 33, 33,
parent_grid_ratio = 1, 5, 5,
parent_time_step_ratio = 1, 5, 5,
feedback = 1,
smooth_option = 0
/
&physics
mp_physics = 0, 0, 0,
ra_lw_physics = 0, 0, 0,
ra_sw_physics = 0, 0, 0,
radt = 30, 30, 30,
sf_sfclay_physics = 0, 0, 0,
sf_surface_physics = 0, 0, 0,
bl_pbl_physics = 0, 0, 0,
bldt = 0, 0, 0,
cu_physics = 0, 0, 0,
cudt = 5, 5, 5,
num_soil_layers = 5,
/
&fdda
/
&dynamics
rk_ord = 3,
diff_opt = 1, 1, 1,
km_opt = 1, 1, 1,
damp_opt = 0,
zdamp = 4000., 4000., 4000.,
dampcoef = 0.01, 0.01, 0.01
khdif = 0, 0, 0,
kvdif = 0, 0, 0,
smdiv = 0.1, 0.1, 0.1,
emdiv = 0.01, 0.01, 0.01,
epssm = 0.1, 0.1, 0.1
time_step_sound = 4, 4, 4,
h_mom_adv_order = 5, 5, 5,
v_mom_adv_order = 3, 3, 3,
h_sca_adv_order = 5, 5, 5,
v_sca_adv_order = 3, 3, 3,
non_hydrostatic = .true., .true., .true.,
/
&bdy_control
periodic_x = .true., .false.,.false.,
symmetric_xs = .false.,.false.,.false.,
symmetric_xe = .false.,.false.,.false.,
open_xs = .false.,.false.,.false.,
open_xe = .false.,.false.,.false.,
periodic_y = .false.,.false.,.false.,
symmetric_ys = .true., .false.,.false.,
symmetric_ye = .true., .false.,.false.,
open_ys = .false.,.false.,.false.,
open_ye = .false.,.false.,.false.,
nested = .false., .true., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
——————————————————————————————————————————————————
之前在WRFV3/test/em_b_wave 目录下运行,出现上述错误。之后转为在WRFV3/run目录下运行,正常运行,未出现问题。暂时不清楚是什么原因,因为在运行之前我查看了两个目录下的文件,两个目录下的文件一样,具体是什么原因等高手回答。
|
|