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

no-op routines in ensemble manager #620

Closed
hkershaw-brown opened this issue Jan 11, 2024 · 0 comments · Fixed by #637
Closed

no-op routines in ensemble manager #620

hkershaw-brown opened this issue Jan 11, 2024 · 0 comments · Fixed by #637
Assignees
Labels
dead-code code not used or does nothing

Comments

@hkershaw-brown
Copy link
Member

hkershaw-brown commented Jan 11, 2024

Ensemble manager routines that do nothing. Aim: remove these routines from ensemble_manager and removed any calls to these routines, and references in documentation.

no-op routines (routines that do nothing):
    prepare_to_write_to_vars, prepare_to_write_to_copies, &
    prepare_to_read_from_vars,  prepare_to_read_from_copies, prepare_to_update_vars,  &
    prepare_to_update_copies

Handle has, remove this also:

ens_handle%valid     ! copies modified last, vars modified last, both same

Use build_everything to find which code is calling these routines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dead-code code not used or does nothing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants