- 积分
- 1132
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-7-7
- 最后登录
- 1970-1-1
|
发表于 2020-8-23 17:46:02
|
显示全部楼层
请问如果不想要彩色怎么画呢,我的意思是,前面我画了等值线,后面画风矢的时候系统默认变成了绿色,想调回黑色,看到您说maskout可以,但不知道怎么调,下面是我的gs,可以麻烦您解决一下吗?谢谢!
'reinit'
'sdfopen F:/IVF/annul_temp/uwnd1961-2018/uwnd.1962.nc'
'sdfopen F:/IVF/annul_temp/vwnd1961-2018/vwnd.1962.nc'
'sdfopen F:/IVF/annul_temp/air1961-2018/air.1962.nc'
'sdfopen F:/IVF/annul_temp/hgt1961-2018/hgt.1962.nc'
'set lon 70 135'
'set lat 15 55'
'set lev 300'
'set t 335'
'set mpdset cnworld'
'set map 1 1 2'
'set gxout contour'
'set ccolor 2'
'd air.3'
'set ccolor 1'
'd hgt.4'
'set gxout vector'
'set arrscl 0.5 10'
'set arrowhead 0.03'
'set cmin 0'
'd uwnd;vwnd.2;mag(uwnd,vwnd.2)' |
|