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

Remove unused arguments to atm_set_smlstep_pert_variables_work #1227

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

gdicker1
Copy link
Collaborator

@gdicker1 gdicker1 commented Sep 3, 2024

This PR removes unused arguments from the atm_set_smlstep_pert_variables_work and atm_set_smlstep_pert_variables routines.

@gdicker1
Copy link
Collaborator Author

gdicker1 commented Sep 3, 2024

Note, I structured this PR so the final two commits (that deal with arguments to the main routine) can be dropped if those changes aren't desired.

@mgduda
Copy link
Contributor

mgduda commented Sep 13, 2024

In my opinion, having five commits to remove unused arguments and variables may be unnecessary. I'd suggest we consider revising this PR so that it contains just two commits: one commit to make whitespace-only changes to executable code, and a second commit to remove unused arguments and variables (but without any reordering).

@gdicker1
Copy link
Collaborator Author

In my opinion, having five commits to remove unused arguments and variables may be unnecessary...

Agreed. I will rebase to collapse these commits and update the PR description.

@gdicker1 gdicker1 force-pushed the atmosphere/smlstep_pert_reduce_args branch from 4436509 to 69f39a6 Compare September 13, 2024 18:38
… routines

The affected variables aren't used in any calculations within the
atm_set_smlstep_pert_variables_work routine and can be safely removed.
@gdicker1 gdicker1 force-pushed the atmosphere/smlstep_pert_reduce_args branch from 69f39a6 to 1f8ba37 Compare September 13, 2024 18:40
@gdicker1
Copy link
Collaborator Author

@mgduda, please take another look. Despite the double force-push, the only changes are to the number of commits - no code changes.

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

Successfully merging this pull request may close these issues.

2 participants