- 积分
- 4198
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-11-23
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2013-4-18 19:15:41
|
显示全部楼层
mofangbao 发表于 2013-4-18 18:25
使用maskout就会这样,看射月楼主给的链接吧,原因都解释清楚了
'reinit'
t5=1970
while(t5<=2009)
'open D:\scilencedata\Vpentad\v't5'.ctl'
'set gxout fwrite'
'set fwrite D:\scilencedata\ddvwind.nc\Vpentad\1015avepenV.grd'
'set x 1 144'
'set y 1 73'
z=1
while(z<=17)
'd ave(vwnd(z='z'),t=10,t=15)'
z=z+1
endwhile
t5=t5+1
endwhile
'disable fwrite'
'close 1'
'reinit' 为什么运行时候总是grads提示我 use disable fwrite command to close the file?
我gs里面有disable fwrite的 |
|