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

Major re-writing of Observers and Zarr Libraries :) #37

Merged
merged 582 commits into from
Apr 9, 2024
Merged

Conversation

yoctoyotta1024
Copy link
Owner

Major update to methods for writing out data to Xarray and aNetCDF compatible arrays in Zarr format:

  • much less copying of data and more efficient copying via deep copies of arrays rather than element by element copies
  • output in single precision (static casting) for most variables
  • parallelisation of loops over gridboxes and superdroplets
  • clearer distinction between Zarr and Xarray / NetCDF requirements
  • less frequent writing of and more detailed metadata
  • better consistency of metadata with chunking writing so output data can be viewed during runtime
  • refactoring of the examples so that both the build stage and compilation of the executable are done in the bash script for each example and the Python scripts are for generating input files, running the executable and plotting the results.

:)

@yoctoyotta1024 yoctoyotta1024 merged commit 9caa2e2 into main Apr 9, 2024
6 checks passed
@yoctoyotta1024 yoctoyotta1024 deleted the newobs branch April 9, 2024 07:09
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

Successfully merging this pull request may close these issues.

1 participant