- 积分
- 55
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-11-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
wps的三个步骤都是successful,但在real.exe这里卡住了
具体情况如下:
@node04:~/Build_WRF/WRFV3/run$ ./real.exe
starting wrf task 0 of 1
==========================================
输入./real.exe 后只显示了一行 也没有提示error,就结束了。。。
然后输入命令‘tail -f rsl.out.0000’ 查找错误,以下是rsl.out.0000的内容:
===========================================
4:~/Build_WRF/WRFV3/run$ tail -f rsl.out.0000
Total analysis times to input = 5.
-----------------------------------------------------------------------------
Domain 1: Current date being processed: 2006-10-11_06:00:00.0000, which is loop # 1 out of 5
configflags%julyr, %julday, %gmt: 2006 284 6.00000000
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 417
real: not valid io_form_auxinput1
-------------------------------------------
这个报错信息就看不懂了,不知道从何改起
下面是我的namelist.input的内容:
&time_control
run_days = 0,
run_hours = 12,
run_minutes = 0,
run_seconds = 0,
start_year = 2006, 2006, 2006,
start_month = 10, 10, 10,
start_day = 11, 11, 11,
start_hour = 06, 06, 06,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2006, 2006, 2006,
end_month = 10, 10, 10,
end_day = 12, 12, 12,
end_hour = 06, 06, 06,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 21600
input_from_file = .true.,.true.,.false.,
history_interval = 180, 60, 60,
frames_per_outfile = 1000, 1000, 1000,
restart = .false.,
restart_interval = 360,
io_form_auxinput1 = 2
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 30,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
e_we = 74, 112, 94,
e_sn = 61, 97, 91,
e_vert = 40, 40, 40,
p_top_requested = 5000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 30000,10000,6666
dy = 30000,10000,6666
grid_id = 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 1, 31, 30,
j_parent_start = 1, 17, 30,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
feedback = 1,
smooth_option = 0
/
&physics
physics_suite = 'CONUS'
radt = 30, 30, 30,
bldt = 0, 0, 0,
cudt = 5, 5, 5,
icloud = 1,
num_soil_layers = 4,
num_land_cat = 21,
sf_urban_physics = 0, 0, 0,
/
&fdda
/
&dynamics
w_damping = 0,
diff_opt = 1, 1, 1,
km_opt = 4, 4, 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,
gwd_opt = 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,
/
请路过的大神帮忙看一下,到底要怎么修改??
wrf小白实在很痛苦
|
|