Skip to content

Error Out of bounds nanosecond timestamp: 2300-12-01 00:00:00 & Add cftime support #105

@senclimate

Description

@senclimate

** Out of bounds nanosecond timestamp Error

import intake_esgf
from intake_esgf import ESGFCatalog
cat = ESGFCatalog()
sel_cat = cat.search(experiment_id='ssp585', variable_id='uas', table_id="Amon", source_id='ACCESS-ESM1-5', grid_label='gn', member_id='r2i1p1f1', latest=True)
sel_cat.df
dsd = sel_cat.to_dataset_dict(prefer_streaming=True, add_measures=False)

Describe the solution you'd like
add xarray_kwargs={'cftime': True} or similar args in to_dataset_dict to support cftime in xarray

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions