| 
 
	积分5048贡献 精华在线时间 小时注册时间2012-11-2最后登录1970-1-1 
 | 
 
| 
1、先把日资料从1982年-2010年写成年资料'reinit'
x
登录后查看更多精彩内容~您需要 登录 才可以下载或查看,没有帐号?立即注册 
  'set gxout fwrite'
 'set fwrite f:\sssttt\s-t\sst1982-2010.dat'
 t=1982
 while(t<=2010)
 'sdfopen f:\sssttt\sst.day.anom.'t'.v2.nc'
 if(t=1960|t=1964|t=1968|t=1972|t=1976|t=1980|t=1984|t=1988|t=1992|t=1996|t=2000|t=2004|t=2008)
 days=366
 else
 days=365
 endif
 it=1
 while(it<=days)
 'set t ‘it’‘
 'set z 1'
 'set lon 0 359.875'
 'set lat -89.875 89.875'
 'set z 1'
 'd anom'
 it=it+1
 endwhile
 'close 1'
 t=t+1
 endwhile
 'disable fwrite'
 ;
 
 2、写ctl
 dset f:\sssttt\s-t\sst1982-2010.dat
 title NOAA high-resolution blended analysis:Daily values using
 undef -9.99e+33
 xdef 1440 linear 0.125 0.25
 ydef 720 linear -89.875 0.25
 zdef 1 linear 0 1
 tdef 29 linear 00Z01JAN1982 1yr
 vars 1
 anom  1 99
 endvars
 3、出个图
 图传不上?
 
 
 
 
 
 
 | 
 |