- 积分
- 11017
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-7-19
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如图,用fnl 1°×1°资料做700位势高度和相对湿度图,怎样才能把相对湿度颜色显示为深绿色和浅绿色?
'reinit'
'open c:\test\fnl_20191214_12_00.ctl'
'set lon 95 130'
'set lat 25 50'
'set mpdset cnhimap'
'set grads off'
'set ylopts 1 2 0.11'
'set xlopts 1 2 0.11'
'set ylint 2'
'set xlint 3'
'set annot 1 8'
'set display color white'
'c'
'set gxout shaded'
'set lev 700'
'set cmin 70'
'd RHprs'
'cbarn'
'set gxout contour'
'set cmin 0'
'set clab off'
'set ccolor 0'
'set cthick 1'
'd RHprs'
'set clab on'
'set ccolor 1'
'set cthick 4'
'd HGTprs/10'
|
|