- 积分
- 6817
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-6-20
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 天目神眉 于 2011-11-15 21:01 编辑
你好,我刚刚开始学wrf,有好多问题不明白,希望你能指教。本来想发到帖子中的,可是总是发送失败,所以来你空间请教你,谢谢啦!运行到./real.exe时,在rsl.out中的结果:
Namelist dfi_control not found in namelist.input. Using registry defaults for v
ariables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for variables
in tc
Namelist scm not found in namelist.input. Using registry defaults for variables
in scm
Namelist fire not found in namelist.input. Using registry defaults for variable
s in fire
Ntasks in X 1, ntasks in Y 1
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval
= 0 for all domains
--- 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 t
ime 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 an
d ending time to 0 for that domain.
--- NOTE: grid_fdda is 0 for domain 2, setting gfdda interval and ending t
ime to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain 2, setting
sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain 2, setting obs nudging interval an
d ending time to 0 for that domain.
--- NOTE: num_soil_layers has been set to 4
WRF V3.3 MODEL
wrf: calling alloc_and_configure_domain
*************************************
calling inc/PERIOD_BDY_EM_CHEM_inline.inc
start_domain_em: Returning
wrf: calling integrate
*************************************
Nesting domain
ids,ide,jds,jde 1 112 1 97
ims,ime,jms,jme -4 117 -4 102
ips,ipe,jps,jpe 1 112 1 97
INTERMEDIATE domain
ids,ide,jds,jde 29 71 15 52
ims,ime,jms,jme 24 76 10 57
ips,ipe,jps,jpe 27 73 13 54
*************************************
d01 2009-04-18_00:00:00 alloc_space_field: domain 2, 2
37792408 bytes allocated
d01 2009-04-18_00:00:00 setup_timekeeping: set xtime to 0.0000000E+00
d01 2009-04-18_00:00:00 setup_timekeeping: set julian to 107.0000
d01 2009-04-18_00:00:00 setup_timekeeping: returning...
d01 2009-04-18_00:00:00 alloc_space_field: domain 2,
8069568 bytes allocated
d01 2009-04-18_00:00:00 calling inc/HALO_INTERP_DOWN_inline.inc
d01 2009-04-18_00:00:00 *** Initializing nest domain # 2 from an input file. **
*
d01 2009-04-18_00:00:00 wrf main: calling open_r_dataset for wrfinput
d01 2009-04-18_00:00:00 NetCDF error: No such file or directory
d01 2009-04-18_00:00:00 NetCDF error in wrf_io.F90, line 1025
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 72
program wrf: error opening wrfinput_d02 for reading ierr= -1021
我的namelist.input是:
e_we = 120 , 112, 94,
e_sn = 100, 97,91,
e_vert = 28, 28, 28,
p_top_requested = 5000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 10000, 10000,3333.33,
dy = 10000, 10000,3333.33,
grid_id = 1, 2, 3,
parent_id = 1, 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 = 3, 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 = 1, 1, 0,
cudt = 5, 5, 5,
isfflx = 1,
ifsnow = 0,
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,
namelist.wps是:
j_parent_start = 1, 17,
e_we = 120, 112,
e_sn = 100, 97,
geog_data_res = '10m','2m',
dx = 10000,
dy = 10000,
map_proj = 'lambert',
ref_lat = 40.78,
ref_lon = 114.88,
truelat1 = 32.0,
truelat2 = 42.0,
stand_lon = 114.88,
geog_data_path = '/disk2/wrf_data/geog'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
这是一个版友发到我空间的疑问,我也贴过来,一则大家都可以帮助解答;二则以后有朋友遇到类似的问题也可以借鉴。
我先说下我的看法:错误提示是 program wrf: error opening wrfinput_d02 for reading ierr= -1021,生成第2层边界条件时出错。而你看你的namelist.input里的dxdy设置,10000, 10000,3333.33,这样显然不是1:3? 虽然没看到你的设置嵌套层数到底是2还是3,但不至于是1吧。先改这里吧,其他的部分还没看出来错误。如果还不是十分懂这些设置的规则的,建议先多看看说明书,尽量自己弄懂。这个是基础。
|
|