偏移卫星时间序列数据

发布于 2025-01-11 13:01:57 字数 114 浏览 4 评论 0原文

我一直在进行 PERSIANN 数据验证,我注意到数据收集时间与我在现场观察到的数据中的站点时间不同。

是否有可能使用CDO对卫星数据进行偏移,以便该系列暂时与观测数据一致?

I have been working with the PERSIANN data validation and I have noticed that the data collection time has a different time than the stations that I have in the data observed in the field.

Is it possible that with CDO an offset can be made on the satellite data so that the series coincides temporarily with the observed data?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅气尐潴 2025-01-18 13:01:57

您可以使用函数shifttime来更改时间戳...示例用法:

cdo shifttime,-1day in.nc out.nc

cdo shifttime,1hour in.nc out.nc 

you can use the function shifttime to change the timestamp... Examples usages:

cdo shifttime,-1day in.nc out.nc

cdo shifttime,1hour in.nc out.nc 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文