- 积分
- 744
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-3-22
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我使用arwpost生成的ctl如下,x y 坐标 都不是线性的。
dset ^test3.dat
options byteswapped
undef 1.e30
title OUTPUT FROM WRF V3.4.1 MODEL
xdef 240 levels
107.7543
108.0241
108.2939
108.5638
108.8336
109.1035
109.3733
109.6431
109.9130
110.1828
110.4527
。。。。。。x 一共有240个值。
我看我同学还有网上的 ctl 大部分 x y 都是linear的形式。请问这是怎么搞的,是什么不同的造成的???我发现多了个pdef 部分。
dset ^test.dat
options byteswapped
undef 1.e30
title OUTPUT FROM WRF V3.4.1 MODEL
pdef 73 60 lcc 34.830 -81.030 37.000 30.500 60.00000 30.00000 -98.00000 30000.000 30000.000
xdef 224 linear -94.99892 0.13513513
ydef 166 linear 23.26908 0.13513513
zdef 27 linear 1 1
tdef 4 linear 00Z15OCT2010 360MN
附上我的namelist.arwpost
&datetime
start_date = '2011-07-16_00:00:00',
end_date = '2011-07-16_18:00:00',
interval_seconds = 3600,
tacc = 0,
debug_level = 0,
/
&io
input_root_name = '/nuist/p/work/xiaochen/model/WRFV3/test/em_real/wrfout_d01_2011-07-16_00:00:00'
output_root_name = './test3'
plot = 'list'
fields = 'height,slp,tc,U,V,dbz,u10m,v10m'
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 = 1,
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 = 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,
|
|