- 积分
- 346
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-6-5
- 最后登录
- 1970-1-1
|
数值模式
使用语言: |
C |
我看过提问的智慧: |
看过 |
自己思考时长(天): |
1 |
问题概况: |
求大佬们帮忙看看 |
问题截图: |
- |
系统平台: |
linux |
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
运行wrf 出现的错误 forrtl: severe (40): recursive I/O operation, unit -1, file unknown
不知道怎么解决下面贴出rsl与namelist文件
input_wrf: end, fid = 2
Timing for processing lateral boundary for domain 1: 0.19660 elapsed seconds.
rsl.error文件
module_integrate: calling solve interface
WRF NUMBER OF TILES FROM OMP_GET_MAX_THREADS = 8
WRF TILE 1 IS 1 IE 100 JS 1 JE 10
WRF TILE 2 IS 1 IE 100 JS 11 JE 20
WRF TILE 3 IS 1 IE 100 JS 21 JE 30
WRF TILE 4 IS 1 IE 100 JS 31 JE 39
WRF TILE 5 IS 1 IE 100 JS 40 JE 48
WRF TILE 6 IS 1 IE 100 JS 49 JE 58
WRF TILE 7 IS 1 IE 100 JS 59 JE 68
WRF TILE 8 IS 1 IE 100 JS 69 JE 78
WRF NUMBER OF TILES = 8
grid spacing, dt, time_step_sound= 30000.00 180.0000 4
call rk_step_prep
calling inc/HALO_EM_A_inline.inc
calling inc/PERIOD_BDY_EM_A_inline.inc
call rk_phys_bc_dry_1
call rk_phys_bc_dry_1
forrtl: severe (40): recursive I/O operation, unit -1, file unknown
namelist.input
&time_control
run_days = 1,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2010,
start_month = 01,
start_day = 01,
start_hour = 12,
start_minute = 00,
start_second = 00,
end_year = 2010,
end_month = 01,
end_day = 02,
end_hour = 12,
end_minute = 00,
end_second = 00,
interval_seconds = 21600
input_from_file = .true.,
history_interval = 360,
frames_per_outfile = 120,
restart = .false.,
restart_interval = 1440,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 1000
/
&domains
time_step = 180,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
e_we = 100, 112, 94,
e_sn = 78, 97, 91,
e_vert = 30, 30, 30,
p_top_requested = 10000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 30000, 10000, 3333.33,
dy = 30000, 10000, 3333.33,
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
mp_physics = 2, 3, 3,
ra_lw_physics = 1, 1, 1,
ra_sw_physics = 1, 1, 1,
radt = 30, 30, 30,
sf_sfclay_physics = 1, 1, 1,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 1, 1, 1,
bldt = 0, 0, 0,
cu_physics = 5, 1, 0,
cudt = 5, 5, 5,
isfflx = 1,
ifsnow = 1,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0, 0, 0,
/
&fdda
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 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,
/
&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,
/
|
|