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

Failures could occur when reading and writing datasets with multiple geometry containers #65

Closed
davidhassell opened this issue Jul 28, 2020 · 2 comments · Fixed by #67
Closed
Assignees
Labels
bug Something isn't working netCDF read Relating to reading netCDF datasets netCDF write Relating to writing netCDF datasets

Comments

@davidhassell
Copy link
Contributor

This is related to the way in which geometry containers are parsed (in netcdfread.py and netcdfwrite.py), and is being investigated ....

@davidhassell davidhassell added the bug Something isn't working label Jul 28, 2020
@davidhassell davidhassell self-assigned this Jul 28, 2020
davidhassell added a commit that referenced this issue Jul 29, 2020
@davidhassell
Copy link
Contributor Author

PR #66 partially addresses this.

It is a tough problem, as it involves considering whether or not independent Field constructs that have goemetry containers should share a netCDF dimension for their data. In particular, when they have different geometry containers that share node coordinates.

@davidhassell
Copy link
Contributor Author

The outstanding issue was related to the erroneous sharing of node coordinates when the corresponding node_count variables needed to span different dimensions (to match the parent data variable). Now fixed.

davidhassell added a commit that referenced this issue Oct 5, 2020
@davidhassell davidhassell added netCDF write Relating to writing netCDF datasets netCDF read Relating to reading netCDF datasets labels Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working netCDF read Relating to reading netCDF datasets netCDF write Relating to writing netCDF datasets
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant