- 积分
- 15744
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-3-8
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2016-1-16 10:18:00
|
显示全部楼层
'reinit'
'sdfopen e:\ncep\olr.mon.mean.nc'
;'gxprint e:\ncep\aveolr8ep.png white'
'set lon 60 300'
'set lat -50 60'
'set grid off'
'set grads off'
'SET xLOPTS 1 3 0.15'
'SET YLOPTS 1 3 0.15'
'set gxout shaded'
'set cmax 240'
'ol=ave(olr,t=8,t=356,12)'
'd ol'
;'gxprint'
'set gxout contour'
'ol1=(olr(t=44)+olr(t=56)+olr(t=224)+olr(t=236))/4'
'set ccolor 1'
*'set clab masked'
'set clab forced'
'd smth9(ol1-ol)'
;'gxprint'
'q w2xy 65 63'
x1=subwrd(result,3)
y1=subwrd(result,6)
'set string 1 c 10 3'
'set strsiz 0.3'
'draw string 'x1' 'y1' e'
;'gxprint'
'cbarn 1 0'
;'gxprint'
'gxprint e:\ncep\aveolr8ep.png white'
;
|
|