- 积分
- 682
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-5-21
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
自己编译想挑选指定年份的夏季平均资料,但是编译一直出错显示如图所示的错误,想问下大神错在哪里,比较急
'reinit'
*从逐日nc原始数据的u、v风场资料里提取夏季风强年的数据,写入新grd文件(单层,7月)
*1000 925 850 700 600 500 400 300 250 200 150 100 70
*t: 271 319 331 391 439 475 523 (783,1mo,1948,nc)
'sdfopen D:\studing\dipin\1979-2015\step6-reason\600hpawind\strongwind\1\uwnd.1999.nc'
'sdfopen D:\studing\dipin\1979-2015\step6-reason\600hpawind\strongwind\1\uwnd.2001.nc'
*'sdfopen D:\studing\dipin\1979-2015\step6-reason\600hpawind\strongwind\1\uwnd.2002.nc'
'sdfopen D:\studing\dipin\1979-2015\step6-reason\600hpawind\strongwind\1\uwnd.2005.nc'
'sdfopen D:\studing\dipin\1979-2015\step6-reason\600hpawind\strongwind\1\uwnd.2006.nc'
'sdfopen D:\studing\dipin\1979-2015\step6-reason\600hpawind\strongwind\1\uwnd.2009.nc'
'sdfopen D:\studing\dipin\1979-2015\step6-reason\600hpawind\strongwind\1\uwnd.2012.nc'
'set gxout fwrite'
'set lat 0 50'
'set lon 60 160'
'set t 1 366'
'set lev 600'
'set fwrite D:\studing\dipin\1979-2015\step6-reason\600hpawind\strongwind\1\stronguwnd.grd'
'define have1=ave(uwnd.1,t=152,t=243)'
'd uwnd'
'define have2=ave(uwnd.2,t=152,t=243)'
'd uwnd'
'define have3=ave(uwnd.3,t=152,t=243)'
'd uwnd'
'define have4=ave(uwnd.4,t=152,t=243)'
'd uwnd'
'define have5=ave(uwnd.5,t=152,t=243)'
'd uwnd'
'define have6=ave(uwnd.6,t=152,t=243)'
'd uwnd'
'define have7=ave(uwnd.7,t=152,t=244)'
'd uwnd'
'disable fwrite'
;
|
-
|