-
Notifications
You must be signed in to change notification settings - Fork 110
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
Eliminate circular dependency in chgres_cube #631
Eliminate circular dependency in chgres_cube #631
Conversation
routine to its own module. Fixes ufs-community#459.
Convert write_data.F90 to a Fortran module. Fixes ufs-community#459
fields it needs. Fixes ufs-community#459.
Add doxygen where needed. Do some general clean up. Fixes ufs-community#459.
The consistency tests also passed on Orion, Jet, Venus and Surge. |
@kgerheiser, given your proposed fix to this problem, do you mind reviewing @GeorgeGayno-NOAA's PR? Thank you! |
I would like to merge #625 first. |
Reran the |
@kgerheiser You were the one who discovered this bug. Do you want to give your review? |
DESCRIPTION OF CHANGES:
Remove circular dependency between write_data.F90 and modules surface.F90 and atmosphere.F90
TESTS CONDUCTED:
Consistency tests passed on Hera. Tests on other machines are pending.
DEPENDENCIES:
None.
DOCUMENTATION:
N/A
ISSUE:
#459
CONTRIBUTORS:
Many thanks to @kgerheiser for finding this bug and suggesting a solution.