- 积分
- 8463
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-7-3
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2020-4-12 18:54:23
|
显示全部楼层
'open D:\CPAS_MERG_HLY_WORKING.lnx.ctl'
'define rain24=0.0'
i=1
while(i<=25)
'set t 'i''
'rain24=rain24+crain.1(t='i')'
i=i+1
endwhile
'set lon 106 122'
'set lat 20 28'
'set xlint 2'
'set ylint 2'
'set grads off'
'set grid off'
'set gxout shaded'
'set rgb 16 255 255 255'
'set rgb 17 173 255 47'
'set rgb 18 154 205 50'
'set rgb 19 0 255 0'
'set rgb 20 34 139 34'
'set rgb 21 255 255 0'
'set rgb 22 255 165 0'
'set rgb 23 255 0 0'
'set rgb 24 238 130 238'
'set ccols 0 16 17 18 19 20 21 22 23 24'
'set clevs 0 30 60 90 120 150 180 200'
'd rain24'
'cbar.gs'
'printim D:/2015hh.gif white'
'reinit'
我是做的这样的循环 |
|