-
Notifications
You must be signed in to change notification settings - Fork 32
Add MYNN surface layer scheme #340
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
Merged
kuanchihwang
merged 24 commits into
ESCOMP:development
from
kuanchihwang:staging/mynn-sf-scheme
Feb 10, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1ade5ca
Do not hard code path to working directory in GitHub Actions
kuanchihwang d289167
Make GitHub Linguist recognize `*.pf` files as Fortran source code
kuanchihwang 3c70286
Synchronize `CMakeLists.txt` of MMM physics with MPAS dycore in CAM-SIMA
kuanchihwang 017eca2
Fix incorrect standard name in new Tiedtke convection scheme
kuanchihwang dd97a2a
Update git submodule of MMM physics
kuanchihwang 5c866ce
Implement interstitial schemes for MYNN surface layer scheme
kuanchihwang 46aacf3
Implement unit tests
kuanchihwang 5b9ebe4
Implement MYNN surface layer scheme
kuanchihwang dbb780d
Add MYNN surface layer scheme to convection-permitting suite
kuanchihwang 8572ee6
Merge branch 'development' into develop/mynn-sf-scheme
kuanchihwang cf96713
Merge branch 'development' into develop/mynn-sf-scheme
kuanchihwang 0e2e7d0
Remove unused variable
kuanchihwang 3b0af3d
Move parameter to module level to avoid multiple declarations
kuanchihwang c2959df
Add more checks for error flags
kuanchihwang a32c862
Update standard name to be more clear
kuanchihwang 9e86e51
Add comments to suite definition file
kuanchihwang 1baf039
Move computational procedures that are general enough to state conver…
kuanchihwang e340a7c
Indicate the originating procedure name in error messages
kuanchihwang d987213
Pin mmm-physics repository by tag instead of hash
kuanchihwang fe2728d
Centralize option definitions into one place
kuanchihwang 1eac9d7
Adjust unit tests for changes in arguments
kuanchihwang deeff2b
Prefix subroutine name in allocation error messages
kuanchihwang 9ed16fb
Prefix subroutine name in allocation error messages retrospectively
kuanchihwang 0872abb
The units for variables named "*_area_fraction" should be "fraction"
kuanchihwang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| *.pf linguist-language=Fortran-Free-Form |
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.