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 nc2npz.py for processing constants fields. #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arthurfeeney
Copy link

There seemed to be two issues with nc2npz.py

  1. The constants seem to be downloaded into constants/constants.nc, rather than just ./constants.nc, so they're in a subdirectory.
  2. The CONSTANTS list was not using the nc variables names. It looks like CONSTANTS is used elsewhere, so I added CONSTANT_VARS, which uses the nc variable names.

I think this fixes my issue #125.

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