- 积分
- 99
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-3-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我最近在做站点插值,前面都还好,但每次一运行最后的gs文件就会出现[img]file:///C:\Users\Administrator\AppData\Roaming\Tencent\Users\1009107741\QQ\WinTemp\RichOle\W8IYY`{4L}4[CJY[@LZPIB8.jpg[/img]
我想应该是oacres函数的问题,但对这个函数我真的不了解,后面分别应该取什么值呢?
我的gs为
'reinit'
'open d:\biyelunwen\grid.ctl'
'open d:\biyelunwen\zhandian.ctl'
'set grads off'
'enable print d:\biyelunwen\jianghuai.gmf'
'set lat 28 32'
'set lon 110 123'
'set mpdset hirs cnworld'
'define a=oacres(g,p.2,1)'
'define a1=maskout(a,g-0.5)'
'define aa=smth9(a1)'
'set gxout shaded'
'set black -0.2976 0.2976'
'd aa'
'set grid off'
'set gxout contour'
'set clab forced'
'set cint 0.1'
'd aa'
'print'
'disable print'
'reinit'
;
|
|