登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 shangbn305 于 2015-5-5 10:57 编辑
大家好,在Linux下运行wrf时,设置的是四层区域,geogrid.exe, ungrib.exe, metgrid.exe均运行成功,
运行到real.exe时,运行后输出 starting wrf task 0 of 1, ls后发现wrfbdy_d01, wrfinput_d01,wrfinput_d02都是绿色,而wrfinput_d03, wrfinput_d04是黑色,应该是表示第三层和第四层失败了吧。我把namelist放到附件了,大家可以帮我看看是不是我的namelist错了么。
file:///C:/Documents%20and%20Settings/Administrator/Application%20Data/Tencent/Users/274372265/QQ/WinTemp/RichOle/0D(_EPFKT928@GN%7B37_]X]G.jpg
namelist.wps
&share
wrf_core = 'ARW',
max_dom = 4,
start_date = '2011-09-07_00:00:00','2011-09-07_00:00:00','2011-09-07_00:00:00','2011-09-07_00:00:00',
end_date = '2011-09-09_00:00:00','2011-09-09_00:00:00','2011-09-09_00:00:00','2011-09-09_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1, 2, 3,
parent_grid_ratio = 1, 3, 3, 3,
i_parent_start = 1, 44, 60, 84,
j_parent_start = 1, 43, 57, 80,
s_we = 1, 1, 1, 1,
e_we = 159, 223, 319, 463,
s_sn = 1, 1, 1, 1,
e_sn = 153,211,301,433,
geog_data_res = '10m','5m','2m','30s',
dx = 13500,
dy = 13500,
map_proj = 'lambert',
ref_lat = 47.589,
ref_lon = 133.518,
truelat1 = 30,
truelat2 = 60,
stand_lon = 133.518,
geog_data_path = '/public/home/zhangsc/wrftest/geog'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
namelist.input
&time_control
run_days = 0,
run_hours = 6,
run_minutes = 0,
run_seconds = 0,
start_year = 2011, 2011, 2011,2011,
start_month = 09, 09, 09, 09,
start_day = 07, 07, 07, 07,
start_hour = 00, 00, 00, 00,
start_minute = 00, 00, 00, 00,
start_second = 00, 00, 00, 00,
end_year = 2011, 2011, 2011,2011,
end_month = 09, 09, 09, 09,
end_day = 09, 09, 09, 09,
end_hour = 00, 00, 00, 00,
end_minute = 00, 00, 00, 00,
end_second = 00, 00, 00, 00,
interval_seconds = 21600,
input_from_file = .true.,.true.,.true.,.true.,
history_interval = 180, 60, 60, 60,
frames_per_outfile = 1000, 1000, 1000, 2,
restart = .false.,
restart_interval = 5000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 81,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 4,
s_we = 1, 1, 1 1,
e_we = 159,223,319,463,
s_sn = 1, 1, 1 1,
e_sn = 153,211,301,433,
s_vert = 1, 1, 1 1,
e_vert = 28, 28, 28, 28,
p_top_requested = 5000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 13500, 4500, 1500, 500,
dy = 13500, 4500, 1500, 500,
grid_id = 1, 2, 3, 4,
parent_id = 1, 1, 2, 3,
i_parent_start = 1,44,60,84,
j_parent_start = 1,43,57,80,
parent_grid_ratio = 1, 3, 3, 3,
parent_time_step_ratio = 1, 3, 3, 3,
feedback = 1,
smooth_option = 0
/
&physics
mp_physics = 3, 3, 3, 3,
ra_lw_physics = 1, 1, 1, 1,
ra_sw_physics = 1, 1, 1, 1,
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 = 1, 1, 0, 0,
cudt = 5, 5, 5, 5,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0, 0, 0, 0,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
/
&fdda
/
&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 = 1, 1, 1, 1,
scalar_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., .true., .true., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
|