- 积分
- 4287
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-10-2
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
请问应该如何修改gs,不显示粗的坐标值?还有就是如何把588这几个字的位置调整到线条的别处?刚好遮挡了分析区域,感谢大家!
'reinit'
'sdfopen j:\NC\uwnd.2022.nc'
'sdfopen j:\NC\vwnd.2022.nc'
'sdfopen j:\NC\air.2022.nc'
'sdfopen j:\NC\hgt.2022.nc'
'set grads off'
'set grid off'
'set cterp on'
'set mpdset lower'
'set csmooth on'
'set mpdraw on'
'set map 1 1 3'
'set mpdset cnworld'
'set lon 70 140'
'set lat 10 60'
'set t 779'
'set lev 200'
'set gxout shaded'
'set cmin 30'
'd mag(uwnd.1,vwnd.2)'
'run cbarn.gs'
'set lev 500'
'set xlopts 1 6 0.15'
'set ylopts 1 6 0.15'
'set xlint 10'
'set ylint 10'
'set gxout barb'
'd skip(uwnd.1*2.5,0,0);vwnd.2*2.5'
'set gxout contour'
'set cthick 5'
'set ccolor 2'
'set cint 4'
'set clopts -1 -1 0.17'
'set clskip 2'
'd air.3-273.15'
'set gxout contour'
'set cthick 5'
'set cint 4'
'set clopts -1 -1 0.17'
'set ccolor 1'
'set clskip 2'
'd hgt.4/10'
'set clevs 588'
'set cthick 8'
'set ccolor 1'
'd hgt.4/10'
'q time'
x=subwrd(result,3)
'set font 0'
'draw title 500hPa 'x
'print j:\NC\2022071412500.eps'
;
|
|