gpt4 book ai didi

python - 在 netcdf 文件中将时间轴单位从 "years since"更改为 "days since"

转载 作者:行者123 更新时间:2023-12-04 15:14:11 27 4
gpt4 key购买 nike

我有一个 netcdf 文件,有人传给我,它使用“自 DATE 以来的年数”作为时间单位:

    double time(time) ;
time:standard_name = "time" ;
time:long_name = "time" ;
time:calendar = "proleptic_gregorian" ;
time:axis = "T" ;
time:units = "years since 2000-1-1 00:00:00" ;

我想将单位更改为相同基准日期的“天数”——显然需要更改时间变量以保持一致。我希望有一个使用 nco 或 cdo 的解决方案,但我有点难过。 (python 解决方案也可以,但实际上我需要这样做的原因是我实际上无法使用 xarray 打开文件。)

最佳答案

尝试 NCO 的 udunits() 函数记录 here :

ncap2 -O -s '@units="days since 2000-1-1 00:00:00";time=udunits(time,@units);time@units=@units' in.nc out.nc

关于python - 在 netcdf 文件中将时间轴单位从 "years since"更改为 "days since",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64624632/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com