- 积分
- 371
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-5-3
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
问题:地形覆盖不了等值线,求助!maskout命令我也是一知半解,可能用的不对,希望大佬帮忙!
gs如下:
'reinit'
'open H:\orog1.ctl'
'open H:\ws\fnl_20170731_00_00_c.ctl'
'set dfile 1'
'set grid off'
'set vrange 0 12000'
'set lfcols 16 0'
'set gxout shaded'
'set lon 92 94'
'set lat 43.2'
'set lev 1000 300'
'set xlopts 1 4'
'set ylopts 1 4'
'set clopts 1 1'
'set xlint 1'
'set ylint 100'
'set display color white'
'set t 1'
'set clevs 0'
'set ccols 0 1 0'
'set cmin 0'
'd orog.1'
'set dfile 2'
'set t 1'
'set clab forced'
'set xlint 0.5'
'set grid off'
'set grads off'
'set cthick 4'
'set ccolor rainbow'
'set gxout contour'
'set ccolor 2'
'set cint 0.2'
'd vvelprs.2'
'd maskout(orog,-vvelprs.2)'
'printim C:\Users\Administrator\Desktop\2402.png'
;
|
|