- 积分
- 1522
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
—$./ARWpost.exe后出现这个错误,请各位看看是什么问题
huanglei@node253:~/wrf/ARWpost> ./ARWpost.exe
!!!!!!!!!!!!!!!!
ARWpost v3.1
!!!!!!!!!!!!!!!!
FOUND the following input files:
/home/huanglei/wrf/WRFV3/run/wrfout_d03_2010-07-24_18_00_00
START PROCESSING DATA
PGFIO-F-231/formatted read/internal file/error on data conversion.
In source file module_date_pack.f, at line number 109
huanglei@node253:~/wrf/ARWpost>
我的namelist文件如下:
&datetime
start_date = '20i0-07-24_18:00:00',
end_date = '2010-07-25_08:00:00',
interval_seconds = 1200,
tacc = 0,
debug_level = 0,
/
&io
input_root_name = '/home/huanglei/wrf/WRFV3/run/wrfout_d03_2010-07-24_18_00_00'
output_root_name = '/home/huanglei/data/do3'
plot = 'all_list'
fields = 'height,pressure,tk,tc'
mercator_defs = .true.
/
split_output = .true.
frames_per_outfile = 2
plot = 'all'
plot = 'list'
plot = 'all_list'
! Below is a list of all available diagnostics
fields = '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'
&interp
interp_method = 0,
interp_levels = 1000.,950.,900.,850.,800.,750.,700.,650.,600.,550.,500.,450.,400.,350.,300.,250.,200.,150.,100.,
/
extrapolate = .true.
interp_method = 0, ! 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,
|
|