我在Python中有一个netCDF文件,其中时间变量的单位是days_since_Jan11900包无法读取的xarray。它抛出错误
unable to decode time units 'days_since_Jan11900' with 'the default calendar'. Try opening your dataset with decode_times=False or installing cftime if it is not installed.
我不想使用decode_times,只是将其更改为days_since_0. 这是自 0000 年 1 月 1 日以来的天数。
如何将 netCDF 中的单位更改为可读的单位?
<class 'netCDF4._netCDF4.Variable'>
float64 days(time)
units: days_since_Jan11900
long_name: calendar_days
unlimited dimensions:
current shape = (87600,)
filling on, default _FillValue of 9.969209968386869e+36 used
明月笑刀无情
汪汪一只猫
相关分类