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

Clean up stand-alone I/O module #20

Open
mnlevy1981 opened this issue Feb 22, 2014 · 0 comments
Open

Clean up stand-alone I/O module #20

mnlevy1981 opened this issue Feb 22, 2014 · 0 comments

Comments

@mnlevy1981
Copy link
Contributor

If you want to write a variable to netCDF, you should be able to specify one of many names (for example, "SqrBuoyancy", "SqrBuoyancyFreq", "SqrBuoyancyFreq_iface", "buoyancy_iface", etc) but those should all result in a variable with the same name ("SqrBuoyancyFreq"?) being made in the netCDF file. Similarly, you should be able to edit attributes using a wide range of names.

I think the best way to do this will be to create a simplify_name routine so that the multiple names only need to be handled in a single routine.

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

No branches or pull requests

1 participant