- 积分
- 1946
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-2-17
- 最后登录
- 1970-1-1
|
发表于 2016-5-25 21:56:48
|
显示全部楼层
请教清风大大 我两个gs画图的步骤都一样 为什么一个能画出一个连等值线都没了呢?所画是西北地区东部风切变点
可以画的gs:
'reinit'
'open c:\lunwen1\qbda\ceshi.ctl'
'set z 1'
'set lon 95 110'
'set lat 35 43'
'set grid off'
'set grads off'
'set mpdset cn cnriver'
'set mpdset cnworld'
'set csmooth on'
'define qqq=ave(qbd,t=1,t=31)'
'c:\lunwen1\200colors.gs'
'set gxout shaded'
*'set cmin 40'
'set cint 1.5'
'd qqq'
'c:\lunwen1\cbar_matlab 5 1 0'
'set gxout contour'
'set cmin 50'
'set clab forced'
'd qqq'
'printim c:\lunwen1\qbda\picture\qbd31a.png white'
;
画不出的gs
'reinit'
'open c:\lunwen1\qbda\mon.ctl'
'set z 1'
'set lon 95 110'
'set lat 35 43'
'set grads off'
'set grid off'
'set mpdset cn cnriver'
'set mpdset cnworld'
'set csmooth on'
'define qm3=ave(qbd,t=3,t=372,12)'
'define qm4=ave(qbd,t=4,t=372,12)'
'define qm5=ave(qbd,t=5,t=372,12)'
'define qmasp=(qm3+qm4+qm5)/3'
'c:\lunwen1\200colors.gs'
'set gxout shaded'
'set cint 1.5'
'd qmasp'
'c:\lunwen1\cbar_matlab 5 1 0'
'set gxout contour'
'set cmin 50'
'set clab forced'
'd qmasp'
'printim c:\lunwen1\qbda\picture\qbdseason.png white'
;
|
|