- 积分
- 428
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-11-20
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
跪求各位大神给小弟看看脚本该怎么修改,因为我的shum只有8层,而速度势和walker环流都有12层,三种要素想叠加在一张图上。。。
'reinit'
'open C:\Users\Lenovo\Desktop\wind\positive\shum1.ctl'
'open C:\Users\Lenovo\Desktop\wind\positive\shum3.ctl'
'set x 1 144'
'set y 1 72 '
'set z 1 8'
'set annot 8 8'
'set mpdraw on'
'set map auto'
'set mpdset cnworld'
'set grads off'
'set grid off'
'set gxout shaded'
'set lon 50 300'
'set lat 0'
'set z 1 8'
'set zlog on'
'define oo=shum.1-shum.2'
'd ave(oo,lat=-10,lat=20)'
'cbarn'
pull dummy
'open C:\Users\Lenovo\Desktop\wind\positive\u1.ctl'
'open C:\Users\Lenovo\Desktop\wind\positive\v1.ctl'
'open C:\Users\Lenovo\Desktop\wind\positive\w1.ctl'
'open C:\Users\Lenovo\Desktop\wind\positive\u3.ctl'
'open C:\Users\Lenovo\Desktop\wind\positive\v3.ctl'
'open C:\Users\Lenovo\Desktop\wind\positive\w3.ctl'
'set x 1 144'
'set y 1 72 '
'set z 1 12'
*'set annot 8 8'
*'set mpdraw on'
*'set map auto'
*'set mpdset cnworld'
*'set grads off'
*'set grid off'
'define aa=uwnd.3-uwnd.6'
'define bb=vwnd.4-vwnd.7'
'define chi=fish_chi(aa,bb)'
*'define chi=fish_chi(uwnd.4,vwnd.5)'
*pull dummy
'chi=chi-aave(chi,global)'
'set gxout contour'
'set cthick 9'
'set lon 50 300'
'set lat 0'
'set z 1 12'
'set zlog on'
'd ave(chi/1e6,lat=-10,lat=20)'
*pull dummy
'set gxout vector'
'set lon 50 300'
'set lat 0'
'set z 1 12'
'set zlog on'
'define cc=uwnd.3-uwnd.6'
'define dd=omega.5-omega.8'
'd ave(cc,lat=-10,lat=20); ave(dd,lat=-10,lat=20)'
*'d ave(uwnd.1,lat=-10,lat=20);ave(omega.3,lat=-10,lat=20)'
*pull dummy
'printim C:\Users\Lenovo\Desktop\wind\positive\grid('b').png white'
;
|
|