forked from MPAS-Dev/MPAS-Model
-
Notifications
You must be signed in to change notification settings - Fork 28
Add mp to sounding #216
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
Closed
AndersJensen-NOAA
wants to merge
25
commits into
ufs-community:noaa/develop
from
AndersJensen-NOAA:add_mp_to_sounding
Closed
Add mp to sounding #216
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c61d9f1
- removed unused configuration variable
AndersJensen-NOAA 4e732be
- cleaned up core_atmosphere registry for tempo
AndersJensen-NOAA b1f0da2
cleaned up mpas tempo driver call and removed tempo table build from …
AndersJensen-NOAA 4f47418
v3.0.0 updates consistent with tempo refactor
AndersJensen-NOAA 7306023
update pointer to tempo refactor
AndersJensen-NOAA 50294c1
v3.0.0 tempo refactor with ml prediction for bl clouds
AndersJensen-NOAA abd6351
update tempo pointer
AndersJensen-NOAA 563d91e
update tempo pointer
AndersJensen-NOAA 39e1932
Merge branch 'gsl/develop' into tempo_v3.0.0_formatting
AndersJensen-NOAA 4eec574
Merge branch 'gsl/develop' into tempo_v3.0.0_formatting
AndersJensen-NOAA df1e4d4
update point to tempo v3 and clean up code to better match NCAR imple…
AndersJensen-NOAA 31057e4
Merge remote-tracking branch 'upstream/gsl/develop' into tempo_v3.0.0…
AndersJensen-NOAA 0aa138b
Update CMakeList for tempo v3
AndersJensen-NOAA 93f087f
fix the typo in CMakeList
AndersJensen-NOAA 2f6b931
add compile option for tempo
AndersJensen-NOAA 8f2f0b0
More updates to github runners for tempo v3
AndersJensen-NOAA 5663e40
this might fix failing regression tests
AndersJensen-NOAA 5a5d15e
update pointer to new test data fork
AndersJensen-NOAA 76f84ba
change workflow to pull tempo v2 and v3 tables
AndersJensen-NOAA 1da6374
change RT to debug
AndersJensen-NOAA f9760f9
revert debug testing in CI and update tempo pointer
AndersJensen-NOAA 0b29d03
revert baseline runtime configs to original repo
AndersJensen-NOAA 727a9c8
adds flag to turn on/off ability to calculate reflectivity from melti…
AndersJensen-NOAA c801f83
update pointer to tempo v3.0.2
AndersJensen-NOAA 80caac8
adds 3d profiles of microphysics to sounding output
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <!-- ========================================================================================================= --> | ||
| <!-- ARRAYS SPECIFIC TO TEMPO: --> | ||
| <!-- ========================================================================================================= --> | ||
|
|
||
| <nml_record name="physics_mp_tempo" in_defaults="true"> | ||
|
|
||
| <nml_option name="config_tempo_aerosolaware" type="logical" default_value="true" in_defaults="false" | ||
| units="-" | ||
| description="Logical flag to turn on/off prognostic cloud droplet and aerosol number concentrations" | ||
| possible_values=".true. or .false."/> | ||
|
|
||
| <nml_option name="config_tempo_hailaware" type="logical" default_value="true" in_defaults="false" | ||
| units="-" | ||
| description="Logical flag to turn on/off prognostic graupel number concentration and rime density" | ||
| possible_values=".true. or .false."/> | ||
|
|
||
| <nml_option name="config_tempo_ml_for_bl_nc" type="logical" default_value="false" in_defaults="false" | ||
| units="-" | ||
| description="Logical flag to turn on/off ML prediction of boundary layer cloud number concentrations" | ||
| possible_values=".true. or .false."/> | ||
|
|
||
| <nml_option name="config_tempo_refl10cm_from_melting" type="logical" default_value="false" in_defaults="false" | ||
| units="-" | ||
| description="Logical flag to turn on/off reflectivity calculation from melting snow and graupel" | ||
| possible_values=".true. or .false."/> | ||
|
|
||
| </nml_record> | ||
|
|
||
| <!-- ========================================================================================================= --> |
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.
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.
@clark-evans: there is a bug here for the three timestep precipitation variables.
rainncv(iStn)should berainncv(stationCells(iStn))snowncv(iStn)should besnowncv(stationCells(iStn))graupelncv(iStn)should begraupelncv(stationCells(iStn))