- 积分
- 263
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-4-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
各位前辈好:
初涉grads,遇到了这个问题:
grads怎样读取四五个ctl数据,然后显示出这些数据中其中一个变量的平均值我写的gs如下,但是不出图!是那里错了呢?
'clear'
'reinit'
'open 2000_07.ctl'
'open 2005_07.ctl'
'set lon 86 127'
'set lat 37 54'
'set grads off'
'set timelab off'
'set grid off'
'set lev 1'
'set mpdraw off'
'set xlint 10'
'set ylint 5'
'set gxout shaded'
'set csmooth on'
'set clevs 0.01 0.05 0.09 0.13 0.17 0.21 0.25 0.29 0.33 0.37 0.41 0.45 0.49 0.53 0.57 0.61 0.65 0.69 0.74 0.8 0.9 1'
'define a=ave(smois,t=1,t=117)'
'define b=ave(smois.2,t=1,t=117)'
'd (a+b)/2'
'draw shp MGGY.shp'
'set strsiz 0.2 0.2'
'draw string 0.7 7 (2000-07)'
'cbarn 0.7 0 5.5 1.2'
报错内容:
Data Request Warning: Request is completely outside file limits
Data Request Warning: Request is completely outside file limits
Data Request Warning: Request is completely outside file limits
……………………同上,省略……………………………………
Cannot contour grid - all undefined values
Cannot plot color bar: No shading information
|
|