- 积分
- 16
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-10-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
'reinit'
'sdfopen F:\aws\ncar\ncep2\qihou\air.2m.mon.mean.nc'
'sdfopen F:\aws\ncar\ncep2\qihou\pres.sfc.mon.mean.nc'
'set grads off'
'enable print F:\aws\ncar\ncep2\qihou\T-ano.gmf'
'set lon 0 360'
'set lat -90 -60'
'set z 1'
'set t 1'
'set mpdraw on'
'set mproj sps'
'set frame circle'
'set map 1'
'set gxout shaded'
'set cint 1'
'set csmooth on'
'define Tave=ave(air.1,t=25,t=384)'
'define T2011=ave(air.1,t=385,t=396)'
'define ta=T2011-Tave'
'd ta'
'set gxout contour'
'set lon 0 360'
'set lat -90 -60'
'set z 1'
'set t 1'
'set cint 3'
'set ccolor 2'
'pave=ave(pres.2,t=25,t=384)'
'p2011=ave(pres.2,t=385,t=396)'
'define pa=p2011-pave'
'd pa/100'
'draw title surface T/p anomely of 2011'
'cbarn 0.8 1'
'draw mark 3 4.47 3.93 0.2'
'set font 1'
'set string 1 c 2 0'
'set strsiz 0.2 0.2'
'draw string 4.4 3.5 Dome A'
'print'
'disable print'
;
|
|