- 积分
- 682
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-5-21
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2024-4-15 19:48:29
|
显示全部楼层
'reinit'
'open F:\work\dz.CTL'
'open F:\work\step1.ctl'
'open F:\work\step2.ctl'
***************************************************
*'set parea 1 10.5 0.0 8.5'
'set vpage 0 11 0 8'
'set parea 0.8 10.5 0.8 9'
*'set parea 0.0 11.0 0.0 8.5'
*'set parea 1.5 10.0 1.5 8.0'
'set dfile 1'
'set lat 31'
'set lon 90 130'
'set grid off'
'set xlpos -10'
'set ylpos -10'
*'set xlopts 1 6 0.23'
*'set ylopts 1 6 0.23'
*'set xlint 20'
*'set ylint 20'
'set strsiz 0.2'
'set grads off'
'set grid off'
'set t 1'
'set lev 1000 150'
'set zlog on'
'set gxout shaded'
'set cint 8000'
'set rgb 18 125 125 125'
'set csmooth on'
'set rbcols 1'
'set cmax 0'
'define zz=dz.1'
'd zz'
*******************************************
'set dfile 2'
'set lon 90 130'
'set lat 31'
'set lev 1000 150'
'set zlog on'
'define r=ave(maskout(r.2,zz),lat=27,lat=34)'
'set gxout shaded'
*填色
'set rgb 45 239 212 184'
'set rgb 46 242 195 145'
'set rgb 47 247 174 98'
'set rgb 48 244 136 24'
'set rgb 49 239 73 24'
'set rgb 52 204 234 238'
'set rgb 53 183 239 246'
'set rgb 54 144 216 246'
'set rgb 55 67 145 241'
'set rgb 56 20 102 231'
*16为白色
'set rgb 16 255 255 255'
'set clevs -0.4 -0.3 -0.2 -0.1 0 0.1 0.2 0.3 0.4'
'set ccols 56 55 54 53 52 45 46 47 48 49'
'd r'
*7代表黄色
'drawmark maskout(p.3,0.05-abs(p.3)) 3 7 0.05'
'run axis.gs -type L -position o -start 1000 -end 150 -interval 100 -lfont 5 -lsize 0.2 -hoffset -0.1 .'
'run axis.gs -type b -position o -start 90 -end 130 -interval 5 -lfont 5 -lsize 0.2 -suffix `3.'
'printim F:\work\2.png white x1000 y800'
;
请大神看看 |
|