- 积分
- 5431
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-4-14
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2015-10-8 14:23:53
|
显示全部楼层
这是修改的脚本,貌似还不行、、谢谢大家啦!!
'reinit'
'set display color white'
'c'
'sdfopen c:\nc\air.mon.mean.nc'
'set xlopts 1 5 0.2'
'set ylopts 1 5 0.2'
'set xlint 30'
'set ylint 50'
'set grads off'
'set grid off'
'set lon 90'
'set lev 1000 100'
'set zlog on'
'set gxout shaded'
'set t 1 253'
ts=1
tss=1
s=0
while(tss<253)
ts=ts+10
tss=tss+12
'ss=ave(air,t=ts,t=tss)'
ss=ss+s
endwhile
air=ss/20
'd air'
'color -12 0 2 -kind blue->green->yellow->white'
'cbarn'
'printim c:\nc\poumian1.png x960 y720 white'
|
|