- 积分
- 46399
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-9-8
- 最后登录
- 1970-1-1
成长值: 19710
|
发表于 2012-5-2 15:02:38
|
显示全部楼层
本帖最后由 兰溪之水 于 2012-5-2 15:03 编辑
xiaoting 发表于 2012-5-2 14:26
谢谢兰溪版主,图出来啦
但是'draw title 01JAN2008-31JAN2008'
这条我没有表达清楚,我想tit ...
'reinit'
'sdfopen e:/nc/hgt.2008.nc'
'set lon 50 160'
'set lat 10 70'
'set lev 700'
'enable print e:/nc/hgt.20080101-0131.gmf'
t=1
while(t<=31)
'set t 't''
'd hgt'
'q time'
time = subwrd(result,3)
date = substr(time,4,9)
'draw title 'date''
'print'
'clear'
t=t+1
endwhile
'disable print'
'reinit'
|
|