- 积分
- 263
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-4-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
各位老师好:
能否帮我看一下,这是我做的一个grads小脚本,我是想读取2000.6.ctl、2000.7.ctl、2000.8.ctl、2000.9.ctl、2000.10.ctl的数据,然后显示出他们中smois这个变量的平均值。这个程序出图了,但是我不知道做的是不是他们的平均值。谢谢了!
'clear'
'reinit'
year=5
while(year<=10)
'open /home/ywu/wrfout_grads/ARW_output/2000.'year'.ctl'
year=year+1
endwhile
'set lon 86 127'
'set lat 37 54'
'set z 1'
'set grads off'
'set timelab off'
'set grid off'
'set mpdraw off'
'set xlint 10'
'set ylint 5'
'set gxout shaded'
'set csmooth on'
'set clevs 0.01 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.8'
'd smois' (smois是土壤含水量)
'set strsiz 0.2 0.2'
'draw shp CAI.shp'
'cbarn 0.7 0 5.5 1.2'
~
|
|