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

Fix plotting script following new xarray output. #42

Merged
1 commit merged into from
Apr 17, 2024
Merged

Conversation

copybara-service[bot]
Copy link

Fix plotting script following new xarray output.

Plotting script now works for both legacy h5 files and new xarray netcdf output.

  1. This PR also updates the filename suffix of new xarray output files to .nc , since .h5 is no longer appropriate.
  2. To allow a combination of legacy h5 and new nc files as --outfile arguments, full filenames including file suffixes are now expected.
  3. h5py is removed. h5 files can be read by the xarray h5netcdf backend

Copy link

google-cla bot commented Apr 16, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Plotting script now works for both legacy h5 files and new xarray netcdf output.

1. This PR also updates the filename suffix of new xarray output files to .nc , since .h5 is no longer appropriate.
2. To allow a combination of legacy h5 and new nc files as --outfile arguments, full filenames including file suffixes are now expected.
3. h5py is removed. h5 files can be read by the xarray h5netcdf backend

PiperOrigin-RevId: 625630390
@copybara-service copybara-service bot closed this pull request by merging all changes into main in 9e18a3f Apr 17, 2024
@copybara-service copybara-service bot deleted the test_625374339 branch April 17, 2024 10:59
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.

0 participants