- 积分
- 2528
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-10-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我是打算把流场和相对湿度叠加,值填色60以上的,但是默认的颜色太难看了。
想自定义填色成为从浅到深的绿色,求指导cbarn.gs怎么写
'reinit'
'open D:\OpenGrADS\20100724\fnl2010.ctl'
'set lon 65 145'
'set lat 15 65'
'set lev 850'
'set mpdset cnworld'
tt=1
while(tt<5)
'set t 'tt
'set grads off'
'set grid off'
'set gxout shaded'
'set cint 10'
'set cmin 60'
'd rhprs'
'cbarn.gs'
'set gxout stream'
'set ccolor 1'
'd ugrdprs;vgrdprs'
'draw title 24 Jur 2010 stream+rh 850hPa T='tt
'gxprint D:\OpenGrADS\20100724\20100724'tt'streamrhat850hPa.png white'
'c'
tt=tt+1
endwhile
|
-
现在的颜色太难看了
|