- 积分
- 1090
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-3-5
- 最后登录
- 1970-1-1
|
发表于 2019-4-14 15:25:14
|
显示全部楼层
楼主,请问这样的错误是怎么回事呢?
这是我的gs文件
'reinit'
'set gxout fwrite'
'set fwite f:/paper/redata3/19661975shum.grd'
yy=1966
while(yy<=1975)
'sdfopen f:/paper/data/shum/shum.'yy'.nc'
'set x 1 144'
'set y 1 73'
if ((math_mod(yy,4)=0&math_mod(yy,100)!=0)|math_mod(yy,400)=0)
tt=1
while(tt<=366)
'set t 'tt''
zz=1
while(zz<=8)
'set z 'zz''
'd shum'
zz=zz+1
endwhlie
tt=tt+1
endwhile
else
tt=1
while(tt<=365)
'set t 'tt''
zz=1
while(zz<=8)
'set z 'zz''
'd shum'
zz=zz+1
endwhile
tt=tt+1
endwhile
endif
'close 1'
yy=yy+1
endwhile
'disable fwrite'
;
|
|