Closed mlee03 closed 5 months ago
@mlee03 why not jus merge into main? Why are you using a coupler_dev branch?
@thomas-robinson I don't want to be the person who broke main :grin:
main
is the development branch. That's where this PR should go. We don't need a different branch for everyone's development.
@thomas-robinson @bensonr, any additional changes?
@thomas-robinson , BEHOLD, everything passes! READY FOR REVIEW
In this PR,
module use
statements and subroutine definitions found incoupler_main.F90
have been moved to a newly createdfull_coupler_mod
module. In this version offull_coupler_mod
most of the imported procedures have been marked aspublic
but as coupler subroutines are defined, many of these procedures will become private.Experiments in AM4, AM5, CM4, SPEAR, OM4_extra, and OMIP_CORE2 xmls for regression testing pass.