- 积分
- 263
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-4-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
各位前辈好:
我在做grads读取多个数据,下面是脚本,请帮忙给看看,哪里有错误?谢谢了!
报错:
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
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 contour grid - all undefined values
脚本如下:
'clear'
'reinit'
'open 2000_09.ctl'
!'open 2005_09.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'
'set csmooth on'
'set t s'
'a=ave(smois.1,t=1,t=117)'
'd a'
!'open 2000_09.ctl'
'open 2005_09.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'
'set csmooth on'
'set t s'
'b=ave(smois.2,t=1,t=117)'
'd b'
'define h=(a+b)/2'
'd h'
'set strsiz 0.2 0.2'
'draw shp MGGY.shp'
'set csmooth on'
'draw string 0.7 7 (2015-10)'
'cbarn 0.7 0 5.5 1.2'
|
|