Adds "only" for all use statements#6
Merged
Conversation
- In keeping with MOM6 style guide, all module use statements now have "only" and each imported entity is explicitly listed.
alperaltuntas
added a commit
that referenced
this pull request
Sep 20, 2019
Create ncar fork of doxygen
alperaltuntas
pushed a commit
that referenced
this pull request
Oct 23, 2020
Change default for USE_NET_FW_ADJUSTMENT_SIGN_BUG in drivers
alperaltuntas
pushed a commit
that referenced
this pull request
Apr 22, 2021
alperaltuntas
pushed a commit
that referenced
this pull request
Oct 20, 2021
Dev gfdl main candidate 2021 02 19
alperaltuntas
pushed a commit
that referenced
this pull request
Feb 18, 2022
Add initialization tests using CS%initialized
alperaltuntas
pushed a commit
that referenced
this pull request
Jan 29, 2026
Adds analogous code to MOM_dynamics_split_RK2b.F90 that is identical to the code that was added to MOM_dynamics_split_RK2.F90 to avoid readjusting the barotropic mass source to try to reconcile the baroclinic and barotropic sea surface heights. By default all answers are bitwise identical, but the runtime parameter BT_ADJ_CORR_MASS_SRC will not appear in the MOM_parameter_doc files for cases with SPLIT_RK2B set to True.
alperaltuntas
pushed a commit
that referenced
this pull request
Apr 2, 2026
Updates for tx0.66v1 and additional changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates use statements to fit MOM6 style.