forked from MPAS-Dev/MPAS-Model
-
Notifications
You must be signed in to change notification settings - Fork 17
Updates to Thompson-Eidhammer microphysics and MPAS to support future microphysics features #2
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
jderrico-noaa
merged 19 commits into
ufs-community:gsl/develop
from
AndersJensen-NOAA:gsl/develop
Mar 29, 2024
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
496767a
Add microphysics submodule and updated graupel lookup table support (#1)
AndersJensen-NOAA aa543bb
Add aerosol aware microphysics capability (#2)
AndersJensen-NOAA fd985fb
Update submodule
AndersJensen-NOAA 7b49ec7
Fix link to microphysics aerosol tables
AndersJensen-NOAA 3402d6c
Add water- and ice-friendly aerosols to model for transport (#3)
AndersJensen-NOAA a775614
Update pointer for microphysics
AndersJensen-NOAA dfe8cad
Update pointer to microphysics submodule
AndersJensen-NOAA 0629b0d
Add microphysics aerosol information to LBCs
AndersJensen-NOAA 9e5e66b
Add aerosol-aware microphysics to LBCs (#4)
AndersJensen-NOAA a4bb22d
Time interpolation for microphysics aerosols ICs
AndersJensen-NOAA 5780425
Merge with develop
AndersJensen-NOAA c6d1e73
Add time interpolation for microphysics aerosols to LBCs
AndersJensen-NOAA 7453933
Aerosol time interpolation (#5)
AndersJensen-NOAA 439f477
Merge remote-tracking branch 'origin/aerosol_time_interp' into gsl/de…
AndersJensen-NOAA 8057815
Nc microphysics (#6)
AndersJensen-NOAA f7b6339
point to develop branch of Thompson submodule
AndersJensen-NOAA 58b6372
Import nwfa and nifa into microphysics (#7)
AndersJensen-NOAA d89a93b
Add microphysics submodule makefile (#8)
AndersJensen-NOAA a5fe535
Bug fix in Makefile to deal with old version of microphysics
AndersJensen-NOAA 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,4 @@ | ||
[submodule "src/core_atmosphere/physics/GSL_cloud_physics"] | ||
path = src/core_atmosphere/physics/GSL_cloud_physics | ||
url = https://github.com/AndersJensen-NOAA/GSL_cloud_physics.git | ||
branch = develop |
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
Submodule GSL_cloud_physics
added at
dfbbe2
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AndersJensen-NOAA add "bl_mynn_in" as well in the packages. From what I gather, I think it matters for making sure these arrays are used in the pbl driver, i.e., see the "ni" portions.