- 积分
- 1674
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-7-5
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 单音和弦 于 2015-4-23 15:51 编辑
各位好,我下载的逐日数据格式有点奇怪,但是网站配有ctl可以打开,每一个逐日数据是一个文件,数据是V1.0_0.50deg.lnx.19790501,V1.0_0.50deg.lnx.19790502,V1.0_0.50deg.lnx.19790503。。。我现在想用让它们共用一个crl文件把它们合并到一个grd文件中,(将19790501—19790930这153个数据合并)。但是合并后的数据画某一天的图和原始数据不一样,只有第一天是一样的,后面都不一样,不知道是什么问题??请教各位!!!!谢谢!!!
ctl 如下:
dset e:\1979\V1.0_0.50deg.lnx.1979%m2%d2
options template
title Pre
undef -999.0
xdef 720 linear 0.25 0.50
ydef 360 linear -89.75 0.50
zdef 1 linear 1 1
tdef 153 linear 01May1979 1dy
vars 2
r 1 00 the grid analysis (0.1mm/day)
gnum 1 00 the number of stn
ENDVARS
gs 如下:
'reinit'
'open E:\1979\Pre1979.ctl'
'set gxout fwrite'
'set fwrite E:\1979\1979_56789.grd'
'set grads off'
tn=1
while(tn<=153)
'set x 1 720'
'set y 1 360'
'set z 1'
'set t 'tn''
'd r'
tn=tn+1
endwhile
'disable fwrite'
''
;
合并后的数据的ctl:
dset e:\1979\1979_56789.grd
title Pre
undef -999.0
xdef 720 linear 0.25 0.50
ydef 360 linear -89.75 0.50
zdef 1 linear 1 1
tdef 153 linear 01May1979 1dy
vars 2
r 1 00 the grid analysis (0.1mm/day)
gnum 1 00 the number of stn
ENDVARS
原始数据画有一个的图:
用合并后的ctl文件也画这天的图:
|
|