- 积分
- 667
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-5-21
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 自由行 于 2016-7-28 10:56 编辑
现在想通过grads画阴影图,阴影图的范围是大于特定的一个值得范围(25.589),但是grads总是提示21行出错'set ccols 0 21’grads显示Non-terminated constant error occurred on line 20
这是我的gs,想请求大神不知道该怎么改了,觉得并没有错,比较急,求助大神相助。
'reinit'
'open F:\work\scrain\xunqi\yinying-kongjian\yuzhi\grid.ctl'
'open F:\work\scrain\xunqi\yinying-kongjian\yuzhi\sta.ctl'
'open F:\work\scrain\xunqi\yinying-kongjian\yuzhi\rain.ctl'
'set grads off'
'set grid off'
'set mpdset sic'
'set map 1'
'set lon 97 110'
'set lat 25 35'
'set xlopts 1 6 0.18'
'set ylopts 1 6 0.18'
'set xlint 2'
'set ylint 2'
'define a=oacres(mask.3,rain.2,48)'
'set gxout shaded'
'set rbrange 10 50'
'set rgb 21 175 175 175'
'set clevs 25.589 '
'set ccols 0 21’
'd smth9(maskout(a,mask.3))'
'set clab forced'
'set cthick 2'
'set cterp on'
'set csmooth on'
'set gxout contour'
'd smth9(maskout(a,mask.3))'
'enable print F:\work\scrain\xunqi\yinying-kongjian\yuzhi\1.gmf'
'print'
'disable print'
;
想画图呈现如下图
file:///C:/Users/Ida/AppData/Roaming/Tencent/Users/952895270/QQ/WinTemp/RichOle/UDAI(5L0NZ2%7D])3DXB_JITV.png
|
-
|