-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor expts manager tool iss42 #43
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
Conversation
6784819
to
114074e
Compare
114074e
to
180d4ae
Compare
Restore utils/base_manager.py from b70688f
Hi @dougiesquire , could you please review this PR when you are available? |
Hello @aidanheerdegen @jo-basevi, this perturbation tool has been around for a while and we’re aware that payu offers similar functionalities for perturbation experiments with a helpful tutorial available on the forum. @chrisb13, @dougiesquire, and I today had a discussion, and we agreed it would be valuable to have your review of this perturbation tool. We’re not looking for an in-depth code review but would appreciate your thoughts on the overall code structure and how this package aligns or overlaps with what you’ve been considering for similar tools, particularly in relation to Payu. We’d also appreciate your input regarding provenance tracking. Our current plan is to carefully manage these tools, including this one, om3-utils, and make_diag_table to ensure they are well-structured and maintainable, and aligned with broader development goals. Some notes:
|
Closing this issue, as the functionality is now covered by two separate repos: |
Refactor the Experiment Manager tool into modular scripts for better readability and maintainence. See #42