- 积分
- 7842
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-6-8
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
现有站点资料的ctl dat 文件 我用格点差值出来grd 文件,想画逐小时的降水图,但是会出现:
Data request warning:request is completely outside file limits
现把gs 文件如下,请各位大神帮忙!感激不尽!
'reinit'
'open c:/xj_2010_2011/grid.ctl'
'open c:/xj_2010_2011/xj_2010_2011.ctl'
'set grads off'
'set grid off'
'set lon 78 95'
'set lat 38 48'
'set mpdset hires xinjiang_q'
i=1
while(i<=17520)
'set t 'i''
'define a=oacres(g,r.2)'
'set gxout contour'
'set cint 2'
'd a'
'q w2xy 88.11 43.88'
x=subwrd(result,3)
y=subwrd(result,6)
'draw mark 3 'x' 'y' 0.1'
'draw title 'i' measured preci(mm)'
'printim c:/xj_2010_2011/1hrr.png white'
'print'
i=i+1
endwhile
'disable print'
; |
|