- 积分
- 71
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-9-23
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
用grads的ave函数求平均总是出错,各位大神知道什么原因吗?
file:///C:/Users/weixiaowen/AppData/Roaming/Tencent/Users/760928732/QQ/WinTemp/RichOle/(7CQ8T3ME%7DYB@M]X%7BEU)GR1.png
'reinit'
'sdfopen G:\nc\hgt.1981.nc'
'sdfopen G:\nc\hgt.1982.nc'
'sdfopen G:\nc\hgt.1985.nc'
'enable print H:\qj\hl.gmf'
'set lon 80 150'
'set lat 10 70'
'set lev 500'
'set t 1'
'h1=ave(hgt,time=15Sep,time=17Sep)'
'h2=ave(hgt.2,time=25Nov,time=27Nov)'
'h3=ave(hgt.3,time=29Sep,time=1Oct)'
'set gxout contour'
'set cint 4'
'set ccolor 1'
'set csmooth on'
'd (h1+h2+h3)/3'
'print'
'disable print'
|
|