- 积分
- 216
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-9-3
- 最后登录
- 1970-1-1
|
发表于 2014-5-8 18:59:43
|
显示全部楼层
楼主,我不知道怎么给你留言,我最近画降水的.GS,用站点资料画的
'reinit'
'open D:\zdz\prc01.ctl'
'open D:\zdz\r2306.ctl'
'open D:\zdz\r2312.ctl'
'enable print D:\zdz\2306-2312-111.gmf'
'define xxyy=9999'
*------------------------------------------------
'set parea 0.8 3.8 5 8'
'set xlopts 1 6 0.17'
'set ylopts 1 6 0.17'
'set ylint 1'
'set lon 109.0 118.0'
'set lat 20 26'
'set grads off'
'set grid off'
'set mpdset guangd guangdong_q'
'define A2=oacres(prc.1,rain.2(t=1))'
'define b2=maskout(a2,prc.1-0)'
'define c2=smth9(b2)'
'set gxout shaded'
'set csmooth on'
'set cmin 5'
'd c2'
'set gxout contour'
'set csmooth on'
'set cmin 5'
'd c2'
'province-basemap guangd xxyy'
'print'
*---------------------------------------------
'set parea 4.3 7.3 5 8'
'set xlopts 1 6 0.17'
'set ylopts 1 6 0.17'
'set ylint 1'
'set lon 109.0 118.0'
'set lat 20 26'
'set grads off'
'set grid off'
'set mpdset guangd guangdong_q'
'define A3=oacres(prc.1,rain.3(t=1))'
'define b3=maskout(a3,prc.1-0)'
'define c3=smth9(b3)'
'set gxout shaded'
'set csmooth on'
'set cmin 5'
'd c3'
'set gxout contour'
'set csmooth on'
'set cmin 5'
'd c3'
'province-basemap guangd xxyy'
'print'
*---------------------------------------------
'print'
'disable print'
'reinit'
|
|