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 NCEP code from Gravity Wave Drag grid component #640

Merged
merged 5 commits into from
Sep 22, 2022

Conversation

darianboggs
Copy link
Contributor

Gravity Wave Drag grid component has NCEP code located in if (USE_NCEP_GWD) then .. end if blocks which never runs since USE_NCEP_GWD is initialized to .false., and it never changes. This pull request removes that code as well declarations for variables that are not used outside the NCEP blocks.

@darianboggs darianboggs requested a review from a team as a code owner September 12, 2022 18:34
@darianboggs darianboggs self-assigned this Sep 12, 2022
@darianboggs darianboggs added the 0 diff The changes in this pull request have verified to be zero-diff with the target branch. label Sep 12, 2022
@darianboggs
Copy link
Contributor Author

Forgot to add flags and assignment. Also, I ran the code and compared (cmpscratch) it to develop with 0 diff.

@sdrabenh sdrabenh merged commit 9f7bc99 into develop Sep 22, 2022
@sdrabenh sdrabenh deleted the feature/wdboggs/gwd_noncep branch September 22, 2022 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 diff The changes in this pull request have verified to be zero-diff with the target branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants