- 积分
- 5966
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-9-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
./ARWpost.exe以后出错如下:
!!!!!!!!!!!!!!!!
ARWpost v3.1
!!!!!!!!!!!!!!!!
PGFIO-F-239/namelist read/unit=10/entity name is not member of group.
File name = namelist.ARWpost formatted, sequential access record = 10
In source file gridinfo_module.f, at line number 93
检查了namelist没发现什么问题,后来又拿来别人namelist改了下试一试,一样的问题,大家看看这是怎么回事?
附我的namelist如下:
&datetime
start_date = '2012-07-28_00:00:00',
end_date = '2012-07-31_00:00:00',
interval_seconds = 3600,
tacc = 0,
debug_level = 0,
/
&io
io_form_input = 2,
input_root_name = '/home1/zhy/usr/local/WRF/WRFV3/run/wrfout_d02_2012-07-28_00:00:00'
output_root_name = '/home1/zhy/usr/local/WRF/data/ctl28-31/KFkessler28-31'
plot = 'all_list'
fields = 'height,geopt,theta,tc,tk,td,td2,rh,rh2,slp'
output_type = 'grads'
mercator_defs = .false.
/
split_output = .false.
frames_per_outfile = 1
output_type = 'grads'
output_type = 'v5d'
plot = 'all'
plot = 'list'
plot = 'all_list'
! Below is a list of all available diagnostics
fields = 'cr,height,geopt,theta,tc,tk,td,td2,rh,rh2,umet,vmet,pressure,u10m,v10m,wdir,wspd,wd10,ws10,slp,mcape,mcin,lcl,lfc,cape,cin,dbz,max_dbz,clfr,slp'
&interp
interp_method = 1,
interp_levels = 1000.,950.,900.,850.,800.,750.,700.,650.,600.,550.,500.,450.,400.,350.,300.,250.,200.,150.,100.,
/
extrapolate = .false.
interp_method = 1, ! 0 is model levels, -1 is nice height levels, 1 is user specified pressure/height
interp_levels = 1000.,950.,900.,850.,800.,750.,700.,650.,600.,550.,500.,450.,400.,350.,300.,250.,200.,150.,100.,
interp_levels = 0.25, 0.50, 0.75, 1.00, 2.00, 3.00, 4.00, 5.00, 6.00, 7.00, 8.00, 9.00, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0,
|
|