- 积分
- 170
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-8-30
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
想单独用河北省的站点数据画图,用province-basemap画的数据与省边界不一致(heb_out中的数据有部分错误),不知道要怎么解决, 画图的gs如下:
'reinit'
'open d:/aa/hebgrid.ctl'
'open d:/aa/dayurishu.ctl'
'set lon 113 120'
'set lat 36 43'
'set grid off'
'set grads off'
'set cthick 5'
'define ay=oacres(g,t.2(t=1),50,20,18,6)'
'define by=maskout(ay,g-0.5)'
'define cy=smth9(by)'
'set cint 0.5'
'set gxout shaded'
'set xlopts 1 6 0.16'
'set ylopts 1 6 0.16'
'set clopts 1 6 0.12'
'set xlint 2'
'set ylint 1'
'province-basemap heb cy'
'set gxout contour'
'set cint 0.5'
'set clopts 1 6 0.12'
'province-basemap heb cy'
'cbarn 1 1'
'printim d:\aa\tu\dayurishu.gif white'
|
|