| 
 
	积分562贡献 精华在线时间 小时注册时间2012-12-20最后登录1970-1-1 
 | 
 
 
 楼主|
发表于 2014-9-19 10:18:14
|
显示全部楼层 
RE: wrfout转换为ctl和dat之后grads画阴影图所有数据都没有
| 补充下namelist.arw: 
 &datetime
 start_date = '2005-09-18_06:00:00',
 end_date   = '2005-09-19_06:00:00',
 interval_seconds = 3600,
 tacc = 0,
 debug_level = 0,
 /
 
 &io
 io_form_input  = 2,
 input_root_name = '/cmb/g5/shaochl/WRFV2/WRFV2/run/wrfout_d01_2005-09-18_06v2'
 output_root_name = '/cmb/g5/shaochl/wrfoutctr'
 plot = 'list'
 fields = 'RAINC,RAINNC'
 output_type = 'grads'
 mercator_defs = .false.
 /
 ! split_output = .false.
 ! 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 = .false.
 
 ! 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,
 
 | 
 |