We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
um2netcdf
For simplicity, this issue is for um2netcdf entry points, separate to the ESM1.5 conversion driver entry points.
Tasks for adding entry points for um2netcdf are:
process()
main()
conda
console-scripts
un2netcdf --help
Other general thoughts:
__main__
um2nc
The text was updated successfully, but these errors were encountered:
Resolved by #86.
Sorry, something went wrong.
This relates to #81 too.
truth-quark
No branches or pull requests
For simplicity, this issue is for
um2netcdf
entry points, separate to the ESM1.5 conversion driver entry points.Tasks for adding entry points for
um2netcdf
are:process()
call into a newmain()
functionconda
(?) config to allow direct calls toum2netcdf
(viaconsole-scripts
)un2netcdf --help
Other general thoughts:
process()
call to functions provides an interface for testing__main__
main()
provides a top level functionprocess()
into workflow sub functions undermain()
um2nc
workflows?)The text was updated successfully, but these errors were encountered: