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

Bug fix in MOSART_physics_mod.F90 - numSubSteps defined as real instead of integer #6110

Merged

Conversation

liho745
Copy link
Contributor

@liho745 liho745 commented Dec 7, 2023

In commit 7261273, an integer variable, numSubSteps, was mistakenly defined as a real variable. This PR fixes this bug.

Fixes #5908
[BFB]

@bishtgautam bishtgautam changed the title [BFB] Bug fix in MOSART_physics_mod.F90 - numSubSteps defined as real instead of integer Bug fix in MOSART_physics_mod.F90 - numSubSteps defined as real instead of integer Dec 17, 2023
bishtgautam added a commit that referenced this pull request Jan 4, 2024
In commit 7261273, an integer variable, numSubSteps, was mistakenly defined as a real variable. This PR fixes this bug.

Fixes #5908
[BFB]
@bishtgautam bishtgautam merged commit b191030 into E3SM-Project:master Jan 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of real instead of integer in MOSART_physics_mod.F90
3 participants