- 积分
- 2276
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-3-27
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
一维图:降水直方图
dset E:\gps\tk\20100509-10jy.dat
title veloctity potentical
undef 9999.0
options yrev
xdef 1 linear 112 1.0
ydef 1 linear 22 1.0
tdef 37 linear 00z09may2010 1hr
zdef 1 levels 1000
vars 1
rr 1 99 date testing
endvars
二维图:比湿时间-高度剖面图
dset E:\gps\tk\20100509-10bs.dat
title veloctity potentical
undef 9999.0
options yrev
xdef 1 linear 112 1.0
ydef 1 linear 22 1.0
tdef 4 linear 00z09may2010 12hr
zdef 11 levels 925 850 700 600 500 400 300 250 200 150 100
vars 1
hh 11 99 date testing
endvars
然后两个叠加的程序如下
'reinit'
'OPEN E:\gps\tk\20100509-10jy.ctl'
'OPEN E:\gps\tk\20100509-10bs.ctl'
'enable print E:\gps\tk\20100509-10bs.gmf'
'set vpage 2.00 9.00 3.00 7.00'
'set parea 2.50 8.50 3.30 6.00'
'set grads off'
'set grid off'
'set csmooth on'
'set ylpos -20'
'set lon 112 '
'set lat 22 '
'set bargap 50'
'set barbase 0'
'set vrange 0 15'
'set t 1 37'
'set gxout bar'
*'d rr'
'run axis.gs -type r -v rr -label on -position o -start 0'
'print'
'set vpage 2.00 9.00 3.00 7.00'
'set parea 2.50 8.50 3.30 6.00'
'set zlog on'
'set grads off'
'set grid off'
*'set xlpos -20'
'set csmooth on'
'set ylevs 925 850 700 600 500 400 300 200'
'set lev 925 200'
'set lon 112 '
'set lat 22 '
'set t 1 4'
'set gxout contour'
'd hh.2'
'print'
'disable print'
'reinit'
出来的叠加图
为什么会这样呢?还有其他办法搞定么?
|
|