- 积分
- 956
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-10-23
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2014-11-18 22:31:16
|
显示全部楼层
谢谢river前辈这几天叨扰了(课太多了,回帖晚了),我改了一下程序就可以了(把cnbasemap 换成红色语句就可以了,子图色标不同在south_value里改一下就可以了(这个暂时没改,))
'reinit'
'c'
'open D:\grads\shortclimate\shixi3\high\grid.ctl'
'open D:\grads\shortclimate\shixi3\high\grid1.ctl'
'set grads off'
'set grid off'
'set lon 73 135.5'
'set lat 17 55'
'define a=oacres(g,r.2,49,49,20,49,1)'
'define a1=maskout(a,g-0.5)'
'define aa=smth9(a1)'
'set gxout shaded'
'set csmooth on'
'set black -0.15 0.15'
'd aa'
'set gxout contour'
'set ccolor 3'
'set csmooth on'
'd aa'
'basemap cnout 0 1'
*'cnbasemap aa 1'
'set mpdset cnhimap'
'set map 1 3 1'
'draw map'
*'D:\grads\shortclimate\shixi3\taizhan\map\river.gs'
'southsea_value -v1 aa -lab on'
*'province-basemap anhui aa 1'
*'D:\grads\shortclimate\shixi3\taizhan\map\china.gs'
*'D:\grads\shortclimate\shixi3\taizhan\map\hainan.gs'
*'D:\grads\shortclimate\shixi3\taizhan\map\taiwan.gs'
*'D:\grads\shortclimate\shixi3\taizhan\map\southsea.gs'
; |
|