- 积分
- 9462
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-5-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 shangbn305 于 2013-3-4 11:53 编辑
我的wrf模式namelist主要信息为:
start_date = '2012-06-01_00:00:00','2012-06-01_00:00:00',
end_date = '2012-06-05_00:00:00','2012-06-05_00:00:00',
interval_seconds = 21600
history_interval = 1440, 480,
根据如上信息设置namelist.ARWpost,我的namelist.ARWpost如下:
&datetime
start_date = '2012-06-01_00:00:00',
end_date = '2012-06-05_00:00:00',
interval_seconds = 28800, ;使用480*60=28800计算
tacc = 0,
debug_level = 0,
/
&io
io_form_input = 2,
input_root_name = '../WRFV3/run/wrfout_d02_2012-06-01_00:00:00'
output_root_name = './d02'
plot = 'all_list'
fields = 'height,pressure,tk,tc'
output_type = 'grads'
mercator_defs = .true.
/
split_output = .true.
frames_per_outfile = 2
output_type = 'grads'
output_type = 'v5d'
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,
运行后信息为:出现问题Date not in this file - see if there are more files
!!!!!!!!!!!!!!!!
ARWpost v2.2
!!!!!!!!!!!!!!!!
FOUND the following input files:
../WRFV3/run/wrfout_d02_2012-06-01_00:00:00
START PROCESSING DATA
Processing time --- 2012-06-01_00:00:00
Found the right date - continue
Processing time --- 2012-06-01_08:00:00
Date not in this file - see if there are more files
--- WE HAVE RUN OUT OF INPUT FILES ---
DONE Processing Data
CREATING .ctl file
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Successful completion of ARWpost !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|