- 积分
- 553
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-6-12
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2014-3-6 15:53:30
|
显示全部楼层
schliezer 发表于 2014-3-6 14:21
那我看看你的gs吧,谢谢!
'reinit'
'open d:/opengrads/topo10.ctl'
it=1
while(it<=2)
'set parea 1 10 1 8'
'set mpdset hires'
'set map 1 1 5'
'set xlopts 1 5.5 0.13'
'set ylopts 1 5.5 0.13'
'set grads off'
'set csmooth off'
'set lon 75 97'
'set lat 34 50'
'run d:/opengrads/grey.gs'
'set gxout shaded'
'd tp'
'cnbasemap tp'
'cbar 1.0 0'
'printim e:/20102011shaded/'it'.png white'
*it=it+1
*endwhile
*'close 1'
'open d:/opengrads/grid.ctl'
'open d:/opengrads/xj_2010_2011.ctl'
*it=1
*while(it<=2)
'set t 'it
'set lat 34 50'
'set lon 73 97'
'run d:/opengrads/ccolor.gs'
'set cmin 0'
'set grads off'
'set gxout contour'
'set ccolor rainbow'
'set cthick 7'
'd oacres(g,r.2)'
'printim e:/20102011shaded/'it'.png white'
'c'
it=it+1
endwhile
; |
|