- 积分
- 346
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-4-6
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
dset J:\FY2E_TBB\FY2E_TBB_IR1_OTG_20140605_0000.AWX
*title 2014 twpice fy2e_tbb
options template
options yrevJ
* yrev表示y轴反向
undef 0.0
xdef 1201 linear 45 0.1
ydef 1201 linear -60 0.1
zdef 1 linear 1000 1
tdef 1 linear 00z05JUN2014 1hr
vars 1
tbb 1 -1,40,1 Geopotential Heights (m)
endvars
'reinit'
'open J:/FY2E_TBB/FY2E_TBB.ctl'
i=1
while(i<=30)
'set mpdset cnworld'
'set parea 1 10 1 8'
'set xlab off'
'set ylab off'
'set clopts -1 -1 0.15'
'set grads off'
'set lat 20 30'
'set lon 96 107'
'set lev 1000'
'set t 'i''
'set gxout shaded'
'set cmax 0'
'run define_colors'
'set clevs -80 -70 -64 -54 -40 -32 -22 -10'
'set ccols 28 26 25 24 48 46 44 42 0'
'd tbb'
'run cbarn'
q' 'time
tt=subwrd(result,3)
'draw title 'tt' TBB'
'printim J:/FY2E_TBB/tbb_'it'.png white'
'c'
i=i+1
endwhile
'disable print'
'reinit'
照着论坛里的ctl、gs修改了,结果还是不能画图,到底是什么原因
|
|