-
Notifications
You must be signed in to change notification settings - Fork 251
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
Updated land perturbation scheme #176
Merged
junwang-noaa
merged 45 commits into
ufs-community:develop
from
ClaraDraper-NOAA:csd-ufs-sfcpert
Aug 31, 2020
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
2f548a0
update to pre-existing land perts scheme, ready for addition of the n…
ClaraDraper-NOAA 0204217
updates to land perts scheme, so that namelist input and control_type…
ClaraDraper-NOAA 4ef35a5
updating .gitmodules to csd-*-sfcpert branches
ClaraDraper-NOAA b3605dd
reverting FV3 bad push
ClaraDraper-NOAA 3783642
ccpp updates to old sfc pert team - does not compile
ClaraDraper-NOAA 2a82615
replace my ccpp/framework fork with NCAR to fix clone
ClaraDraper-NOAA 9132338
correcting missed ccp push
ClaraDraper-NOAA 527f21b
Phil's ccpp changes
ClaraDraper-NOAA 8344d54
Merge commit '7c3cdcac6ef5d9debaf15f2392d17bf05d7966c1' into csd-ufs-…
ClaraDraper-NOAA 761fdd3
minor bug fix
ClaraDraper-NOAA d18e7d7
Comitting stochastic physics updates
ClaraDraper-NOAA 709fb76
Comitting FV3 submodules updates
ClaraDraper-NOAA 93e5c39
Updates for minimal set of regression tests.
ClaraDraper-NOAA 3db0b53
changes to submodules.
ClaraDraper-NOAA 59169f8
Merge commit 'dba56e51caf3734bfedcf38ff2e82a3cd49f94fe' into csd-ufs-…
ClaraDraper-NOAA 5a0b629
lndp sub-module clean-up
ClaraDraper-NOAA 130889a
Updates to tests to include new input parameters for revised land per…
ClaraDraper-NOAA eb6c8af
NEMS submodule update
ClaraDraper-NOAA 9ef2c71
FV3 submodule merge
ClaraDraper-NOAA fb53d48
Merge commit '28338584c60366d0d7ad1bf90faa101a796bdbf2' into csd-ufs-…
ClaraDraper-NOAA c3e8dac
Merge commit '28338584c60366d0d7ad1bf90faa101a796bdbf2' into csd-ufs-…
ClaraDraper-NOAA c3d7eb3
Clean-up of comments / print statements for lndp code.
ClaraDraper-NOAA 70ea48d
Merge branch 'csd-ufs-sfcpert' of https://github.com/ClaraDraper-NOAA…
ClaraDraper-NOAA 63248de
FV3 update to fix typo in vegfrac name
ClaraDraper-NOAA a237414
FV3 update to fix typo in vegfrac name
ClaraDraper-NOAA 7ca00c4
Merge branch 'csd-ufs-sfcpert' of https://github.com/ClaraDraper-NOAA…
ClaraDraper-NOAA e8042a0
reverting to NCAR's ccpp framework repository.
ClaraDraper-NOAA 2f91128
merging remote submodule updates
ClaraDraper-NOAA 3dbe604
Submodules updates to merge latest remote
ClaraDraper-NOAA 47b3049
Merge commit '7e29c33f07726e2da5663ee50d052d9efd372c0a' into csd-ufs-…
ClaraDraper-NOAA 41b4cd2
Submodule merges
ClaraDraper-NOAA 29c1197
Merge commit '2e0dc94859c0002ab1632484906a9ee15145f97d' into csd-ufs-…
ClaraDraper-NOAA 6314c0d
Updated submodules
ClaraDraper-NOAA f31e373
FV3 submodule update
ClaraDraper-NOAA 664bcbd
submodules updates to remove fv3 dependency from stochastic physics
ClaraDraper-NOAA f58f0d5
submodule edits to compile eith gnumake
ClaraDraper-NOAA 3e21bf8
rt.sh date update
ClaraDraper-NOAA 15c6fac
revert rt.sh, bugfix for gnu in stochastic_phsyics
ClaraDraper-NOAA 89ae1e1
Merge commit '1e4edf0ac90d8de714becfa362c36de8758b8281' into csd-ufs-…
ClaraDraper-NOAA 3f974b5
Update log files from Dom
ClaraDraper-NOAA a593c66
Orion log files from Dom
ClaraDraper-NOAA 8b68b10
added WCOSS log file
ClaraDraper-NOAA d5886bf
WCOSS cray log file
ClaraDraper-NOAA aae7e7e
reverted to NOAA-EMC/develop for FV3 submodule
ClaraDraper-NOAA f4b5714
reverted stochastic physics repo
ClaraDraper-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 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 FV3
updated
15 files
+2 −2 | .gitmodules | |
+5 −2 | atmos_model.F90 | |
+1 −1 | ccpp/framework | |
+1 −1 | ccpp/physics | |
+0 −1 | gfsphysics/CMakeLists.txt | |
+1 −0 | gfsphysics/GFS_layer/GFS_driver.F90 | |
+26 −29 | gfsphysics/GFS_layer/GFS_physics_driver.F90 | |
+13 −8 | gfsphysics/GFS_layer/GFS_radiation_driver.F90 | |
+23 −32 | gfsphysics/GFS_layer/GFS_typedefs.F90 | |
+30 −51 | gfsphysics/GFS_layer/GFS_typedefs.meta | |
+1 −1 | gfsphysics/physics/GFS_debug.F90 | |
+3 −3 | gfsphysics/physics/radiation_surface.f | |
+3 −3 | gfsphysics/physics/sfc_drv.f | |
+1 −1 | stochastic_physics/makefile | |
+79 −16 | stochastic_physics/stochastic_physics_wrapper.F90 |
This file contains 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 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 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 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 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 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 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 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.
Would you please remove the extra space and extra line below?