- 积分
- 3051
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-5-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
还不太会grads,看别人写的都那么简短,我只会笨笨的加加减减。
'reinit'
'sdfopen d:/xan/data/ncep/air.mon.mean.nc'
'set lon 10 240'
'set lat 0 70'
'set t 40'
'set z 6'
t1=688
t2=t1+1
'define s6=(ave(air-ave(air,lon=0,lon=360),t='40',t='t1',12)+ave(air-ave(air,lon=0,lon=360),t='41',t='t2',12))/2'
'set z 7'
'define s7=(ave(air-ave(air,lon=0,lon=360),t='40',t='t1',12)+ave(air-ave(air,lon=0,lon=360),t='41',t='t2',12))/2'
'set z 8'
'define s8=(ave(air-ave(air,lon=0,lon=360),t='40',t='t1',12)+ave(air-ave(air,lon=0,lon=360),t='41',t='t2',12))/2'
'set z 9'
'define s9=(ave(air-ave(air,lon=0,lon=360),t='40',t='t1',12)+ave(air-ave(air,lon=0,lon=360),t='41',t='t2',12))/2'
'set z 10'
'define s10=(ave(air-ave(air,lon=0,lon=360),t='40',t='t1',12)+ave(air-ave(air,lon=0,lon=360),t='41',t='t2',12))/2'
'd (s6+s7+s8+s9+s10)/5'
理论上应该出现文献上的图:
正确的图
我画的图:
我的图
,实在不知道究竟哪里有问题了,求大师们指导
|
|