- 积分
- 667
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-5-21
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
'reinit'
*从逐日nc原始数据的u、v风场资料里提取夏季风强年的数据,写入新grd文件(单层,6-8月)
*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 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)'
'set t 1 92'
'd have1'
'set lat 0 50'
'set lon 60 160'
'define have2=ave(uwnd.2,t=152,t=243)'
'set t 1 92'
'd have2'
'set lat 0 50'
'set lon 60 160'
'define have3=ave(uwnd.3,t=152,t=243)'
'set t 1 92'
'd have3'
'set lat 0 50'
'set lon 60 160'
'define have4=ave(uwnd.4,t=152,t=243)'
'set t 1 92'
'd have4'
'set lat 0 50'
'set lon 60 160'
'define have5=ave(uwnd.5,t=152,t=243)'
'set t 1 92'
'd have5'
'set lat 0 50'
'set lon 60 160'
'define have6=ave(uwnd.6,t=152,t=243)'
'set t 1 92'
'd have6'
'set lat 0 50'
'set lon 60 160'
'define have7=ave(uwnd.7,t=152,t=244)'
'set t 1 93'
'd have7'
'disable fwrite'
;
想提取多逐日nc数据的夏季资料,但是grads总显示reques is compelety outside file limits
不知道错在哪里很奇怪
|
|