forked from MPAS-Dev/MPAS-Model
-
Notifications
You must be signed in to change notification settings - Fork 23
TEMPO 1-moment (true) hail option #109
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
Draft
AndersJensen-NOAA
wants to merge
32
commits into
ufs-community:gsl/develop
Choose a base branch
from
AndersJensen-NOAA:feature/hail
base: gsl/develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c40c033
* Adds flag to control freezing rain output from TEMPO, config_tempo…
AndersJensen-NOAA 5ce6652
Adds freezing rain pointer, frainnc_p to variable list
AndersJensen-NOAA 9ff0465
Bugfix for freezing rain pointer: removed trailing comma and ampersan…
AndersJensen-NOAA 5eec311
* Adds allocation/deallocation controls for freezing rain pointer (f…
AndersJensen-NOAA f5b6f00
Separate case options for TEMPO and NSSL microphysics for precip_to_M…
AndersJensen-NOAA 3042ae7
Initialization and calculation of freezing rain (frainnc) for diag_ph…
AndersJensen-NOAA 6c89faa
Update pointer to TEMPO for freezing rain feature
AndersJensen-NOAA c8bc8bb
Merge branch 'gsl/develop' into feature/freezing_rain
AndersJensen-NOAA 6c7a6bf
Update TEMPO pointer
AndersJensen-NOAA 3bb9edb
turn on TEMPO freezing rain flag by default
AndersJensen-NOAA f6b150e
Merge branch 'gsl/develop' into feature/freezing_rain
AndersJensen-NOAA da7c54e
Update TEMPO pointer
AndersJensen-NOAA 075213d
clean up freezing rain code and remove registry flag
AndersJensen-NOAA 40ef3f3
Merge branch 'gsl/develop' into feature/freezing_rain
AndersJensen-NOAA 3474f5f
Update TEMPO pointer
AndersJensen-NOAA 7c209c7
Merge branch 'gsl/develop' into feature/freezing_rain
AndersJensen-NOAA 7e96b79
update pointer to TEMPO
AndersJensen-NOAA 17bf1d0
Update version and add TEMPO table build executable to gitignore
AndersJensen-NOAA 925a290
Initial 1-moment hail commit
AndersJensen-NOAA b2692be
Merge branch 'feature/freezing_rain' into feature/hail
AndersJensen-NOAA 7ef8a2e
Pointing to initial working version of 1-moment hail
AndersJensen-NOAA 6010acc
Add control flag for TEMPO with true hail
AndersJensen-NOAA 1719934
Connect hail size to MPAS output
AndersJensen-NOAA 9ee2893
Merge branch 'feature/hail_size_diag' into feature/hail
AndersJensen-NOAA a55683c
update TEMPO pointer
AndersJensen-NOAA 4cdca69
Add maximum hail size diagnostics for TEMPO
AndersJensen-NOAA b2f1265
Add binned method to calculate maximum hail size
AndersJensen-NOAA 200cb5a
Add hail option to interface
AndersJensen-NOAA 0039a9c
Merge branch 'feature/hail_size_diagnostics' into feature/hail
AndersJensen-NOAA e1884af
Merge in hail diagnostics
AndersJensen-NOAA 90b0294
Update point for TEMPO
AndersJensen-NOAA b15a208
Merge branch 'main' into feature/hail
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
Submodule TEMPO
updated
7 files
| +3 −3 | Makefile | |
| +1 −1 | README.md | |
| +74 −16 | drivers/mpas/module_mp_tempo.F90 | |
| +74 −16 | drivers/standalone/module_mp_tempo.F90 | |
| +321 −50 | module_mp_tempo_main.F90 | |
| +10 −0 | module_mp_tempo_params.F90 | |
| +33 −8 | module_mp_tempo_utils.F90 |
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
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.
just out of curiosity, is this added here for future use? there are no init_atmosphere variables associated with this package, right?