- 积分
- 269
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-11-17
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我想要对ersstv5的逐月海平面数据进行合并,我先尝试了一下这种方式
[yxli@node01 8815]$ cdo cat ersst.v5.201501.nc ersst.v5.201502.nc ersst.v5.201503.nc /home/yxli/hebing
结果会出现这种warning
Warning (cdfInqContents): Coordinates variable time can't be assigned!
Warning (cdfInqContents): Coordinates variable time can't be assigned!
cdo cat: 33%Warning (cdfInqContents): Coordinates variable time can't be assigned!
Warning (cdfInqContents): Coordinates variable time can't be assigned! 66%
Warning (cdfInqContents): Coordinates variable time can't be assigned!Warning (cdfInqContents): Coordinates variable time can't be assigned! cdo cat: Proc
essed 8 variables over 3 timesteps [0.05s 16MB]
我还尝试用cdo cat /home/yxli/data/SST_v5/8815/ersst.*.nc /home/yxli/hebing.8815.nc
会出现和上述一样的warning
我想求助一下各位为何会出现这种warning,对数据合并后有影响吗?或者要怎么对这个warning进行处理呢???
|
|