Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MFDataset not support NETCDF4 #1240

Open
legend0000 opened this issue Mar 14, 2023 · 4 comments
Open

MFDataset not support NETCDF4 #1240

legend0000 opened this issue Mar 14, 2023 · 4 comments

Comments

@legend0000
Copy link

image

@jswhit
Copy link
Collaborator

jswhit commented Mar 15, 2023

probably better to use xarray.mf_dataset anyway

@jswhit
Copy link
Collaborator

jswhit commented Mar 15, 2023

MFDataset really only requires the classic data model, so we could remove the check for the file format. The problem will be if NETCDF4 files are used that don't use the classic data model it may fail.

@legend0000
Copy link
Author

legend0000 commented Mar 17, 2023 via email

@jswhit
Copy link
Collaborator

jswhit commented Mar 18, 2023

I think we understood your meaning - xarray.mf_dataset has better functionality than netCDF4.MFDataset. xarray uses netCDF4 under the hood for netCDF file I/O.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants