- 积分
- 2939
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-20
- 最后登录
- 1970-1-1
![[用户7096014378] 粉丝数:3 微博数:7 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我的gs程序如下:
'reinit'
'open g:/gradsdata/20140211/fy2ftbb/20140209/tbb1.ctl'
'enable print g:/gradsdata/20140211/fy2ftbb/20140209/fy2ftbb09.gmf'
i=1
while(i<=32)
'set mpdset cnworld ’
'set xlopts 1 6 0.16'
'set ylopts 1 6 0.16'
'set xlint 5'
'set ylint 2'
'set grads off'
'set grid on'
'set t 'i''
'set lat 20 45'
'set lon 100 125'
'set gxout shaded'
'tb=tbb-173.15'
'g:/gradsdata/20140211/fy2ftbb/12colors.gs'
'set clevs -55 -50 -45 -35 -30 -25 -20 -15 -10 -5 0 5'
'd tb'
'cbarn 1 1 9 5'
'q time'
date=subwrd(result,3)
'draw title tbb time'date
'print'
i=i+1
endwhile
'disable print'
'reinit'
;
哪位高手请指教一下!!!!!
|
|