- 积分
- 105
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-12-16
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
应用 tcorr 函数 求时间序列和场 的相关系数
这是grads运行出来的 问题:网格坐标不对,说我的不是整数,还有后面的一些问题
file:///C:/Documents%20and%20Settings/Administrator/Application%20Data/Tencent/Users/262856595/QQ/WinTemp/RichOle/%7D5QU5%60BD$S%605~@0%25U%60WD]8O.jpg
下面是 求时间场和空间场的相关系数的空间分布场:gs如下:
'reinit '
'open e:\rcjd\dat\eof\pc.ctl'
'open e:\rcjd\dat\sst\seaice_win.ctl'
'enable print e:\rcjd\dat\sst\tcorr_pc_seaice.gmf'
'set x 1'
'set y 1'
'set z 1'
'set t 1 31'
'define funny=pc'
'set dfile 2'
'set lon 0.5 359.5'
'set lat 20.5 89.5'
'set z 1'
'set t 1'
'd tcorr(funny,seaice_win,t=1,t=31)'
'draw title the relationship between pc and seaice'
'print'
'disable print'
'reinit'
时间序列是32年的 ctl:
dset e:\rcjd\dat\eof\pc.dat
title time_pc
undef 9999
xdef 1 linear 1 1
ydef 1 linear 1 1
zdef 8 linear 1 1
tdef 32 linear jan1980 1yr
vars 1
pc 8 99*time1979
endvars
空间场,纬度是从0.5到359.5 。 经度是 20.5 到 89.5。 精度为 1*1,时间长度为31年,下面是ctl:
dset e:\rcjd\dat\sst\seaice_win.dat
title seaice average of the winter
undef 1e+20
xdef 360 linear 0.5 1.0
ydef 70 linear 20.5 1.0
zdef 1 linear 0 1
tdef 31 linear 12Z16DEC1980 1yr
vars 1
seaice_win 1 99* the seaice concentration of the North hemspere
endvars
|
|