- 积分
- 133
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-12-26
- 最后登录
- 1970-1-1
|
发表于 2016-11-13 14:39:18
|
显示全部楼层
'open E:\uwnd.JJA_mean.1979-2012.ctl'
'set lon 75 150'
'set lat 25 55'
'set lev 200'
'set map 15 1 4'
'set gxout shaded'
'set grads off'
'set grid off'
'run D:\GrADS\Contents\Resources\Scripts\define_colors.gs'
'set clevs 0 5 10 15 20 25 30 '
'set ccols 0 21 22 23 24 25 26 27'
'set xlint 15'
'set ylint 10'
'set clopts -1 -1 0.14'
'set xlopts 1 6 0.12'
'set ylopts 1 6 0.12'
'd ave(uwnd,t=1,t=34)'
'set gxout contour'
'set ccolor 4'
'set clevs 0'
'set clab off'
'set cstyle 3'
'define ms=cdiff(ave(uwnd,t=1,t=34),y)'
'define mys=cdiff(ms,y)'
'set cthick 10'
'd maskout(ms,-mys)'
'close 1' |
|