- 积分
- 93
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-6-2
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
真是要疯了,无论怎么弄都报同一个错。。。求帮忙看看哪错了
目的是画 63年内(1948-2010年)1-12月分别沿100-120E的气温场的纬向平均值随纬度的变化图
以下是air.gs文件内容
'reinit'
'sdfopen D:\Fortran\shixi\shixi5\data\air.mon.mean.nc'
'set lon 100 120'
'set lat -90 90'
mo=1
while(mo<13)
'define a=0'
i=mo
while(i<=756)
'set t 'i''
'define a=a+air'
i=i+12
endwhile
'define a=a/63'
'd ave(a,lon=100,lon=120)'
'printim D:\Fortran\shixi\shixi6\air'j'.png white'
'c'
mo=mo+1
endwhile
报错提示:Unable to locate ENDWHILE statement for the WHILE statement at line 6
In file D:\Fortran\shixi\shixi6\air.gs
我不用mo循环逐月画图是可以的。。。但用了循环就不可以了。。。然而并不知道是哪里出了错,跪求大神帮忙TAT 急!
|
|