-
Notifications
You must be signed in to change notification settings - Fork 161
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
CCPP tendencies bugfixes, global restart reproducibility, halo boundary update in dycore #178
Merged
DusanJovic-NOAA
merged 6 commits into
NOAA-EMC:develop
from
climbfuji:ccpp-tendencies-bugfixes-global-restart-halo-bdy-update
Sep 30, 2020
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
127b970
Bugfix in ccpp/CMakeLists.txt: need to wrap AVX2 flags in 'if(AVX2)' …
climbfuji 2fdea42
From @smoorthi-emc: bugfix for restart reproducibility, small changes…
climbfuji 0b4e45d
Update .gitmodules and submodule pointers for GFDL_atmos_cubed_sphere…
climbfuji 6ec6665
From @grantfirl: change mod_name of nonphys tendencies in GFS_diagnos…
climbfuji 83ffc5a
Revert change to .gitmodules for ccpp-physics and update submodule po…
climbfuji 9d8cce3
Revert change to .gitmodules for GFDL_atmos_cubed_sphere and update s…
climbfuji 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
[submodule "atmos_cubed_sphere"] | ||
path = atmos_cubed_sphere | ||
url = https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere | ||
#url = https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere | ||
url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere | ||
branch = dev/emc | ||
[submodule "ccpp/framework"] | ||
path = ccpp/framework | ||
url = https://github.com/NCAR/ccpp-framework | ||
branch = master | ||
[submodule "ccpp/physics"] | ||
path = ccpp/physics | ||
url = https://github.com/NCAR/ccpp-physics | ||
branch = master | ||
#url = https://github.com/NCAR/ccpp-physics | ||
#branch = master | ||
url = https://github.com/grantfirl/ccpp-physics | ||
branch = fix_PBL_tendencies |
Submodule atmos_cubed_sphere
updated
15 files
+19 −0 | docs/AdvectionOperators.md | |
+35 −0 | docs/Chapter1.md | |
+110 −0 | docs/Chapter2.md | |
+63 −0 | docs/Chapter3.md | |
+65 −0 | docs/Chapter4.md | |
+300 −0 | docs/Doxyfile | |
+194 −0 | docs/DoxygenLayout.xml | |
+25 −0 | docs/Links.md | |
+26 −0 | docs/Preface.md | |
+73 −0 | docs/appendixB.md | |
+34 −0 | docs/appendixB1.md | |
+22 −0 | docs/appendixB2.md | |
+12 −0 | docs/documentation.dox | |
+395 −0 | model/fv_control.F90 | |
+13 −1 | model/fv_regional_bc.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
Submodule physics
updated
19 files
+3 −1 | CMakeLists.txt | |
+12 −8 | physics/cu_gf_driver.F90 | |
+24 −2 | physics/module_MYJPBL_wrapper.F90 | |
+53 −0 | physics/module_MYJPBL_wrapper.meta | |
+20 −48 | physics/module_MYNNPBL_wrapper.F90 | |
+13 −5 | physics/module_MYNNPBL_wrapper.meta | |
+1 −1 | physics/module_bl_mynn.F90 | |
+5 −10 | physics/moninedmf.f | |
+5 −13 | physics/moninedmf.meta | |
+45 −2 | physics/moninshoc.f | |
+70 −0 | physics/moninshoc.meta | |
+28 −12 | physics/satmedmfvdif.F | |
+13 −5 | physics/satmedmfvdif.meta | |
+8 −8 | physics/satmedmfvdifq.F | |
+13 −5 | physics/satmedmfvdifq.meta | |
+44 −2 | physics/shinhongvdif.F90 | |
+76 −0 | physics/shinhongvdif.meta | |
+44 −2 | physics/ysuvdif.F90 | |
+76 −0 | physics/ysuvdif.meta |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<suite name="FV3_GFS_2017_couplednsst" lib="ccppphys" ver="4"> | ||
<!-- <init></init> --> | ||
<group name="time_vary"> | ||
<subcycle loop="1"> | ||
<scheme>GFS_time_vary_pre</scheme> | ||
<scheme>GFS_rrtmg_setup</scheme> | ||
<scheme>GFS_rad_time_vary</scheme> | ||
<scheme>GFS_phys_time_vary</scheme> | ||
</subcycle> | ||
</group> | ||
<group name="radiation"> | ||
<subcycle loop="1"> | ||
<scheme>GFS_suite_interstitial_rad_reset</scheme> | ||
<scheme>GFS_rrtmg_pre</scheme> | ||
<scheme>rrtmg_sw_pre</scheme> | ||
<scheme>rrtmg_sw</scheme> | ||
<scheme>rrtmg_sw_post</scheme> | ||
<scheme>rrtmg_lw_pre</scheme> | ||
<scheme>rrtmg_lw</scheme> | ||
<scheme>rrtmg_lw_post</scheme> | ||
<scheme>GFS_rrtmg_post</scheme> | ||
</subcycle> | ||
</group> | ||
<group name="physics"> | ||
<subcycle loop="1"> | ||
<scheme>GFS_suite_interstitial_phys_reset</scheme> | ||
<scheme>GFS_suite_stateout_reset</scheme> | ||
<scheme>get_prs_fv3</scheme> | ||
<scheme>GFS_suite_interstitial_1</scheme> | ||
<scheme>GFS_surface_generic_pre</scheme> | ||
<scheme>GFS_surface_composites_pre</scheme> | ||
<scheme>dcyc2t3</scheme> | ||
<scheme>GFS_surface_composites_inter</scheme> | ||
<scheme>GFS_suite_interstitial_2</scheme> | ||
</subcycle> | ||
<!-- Surface iteration loop --> | ||
<subcycle loop="2"> | ||
<scheme>sfc_diff</scheme> | ||
<scheme>GFS_surface_loop_control_part1</scheme> | ||
<scheme>lsm_noah</scheme> | ||
<scheme>sfc_nst_pre</scheme> | ||
<scheme>sfc_nst</scheme> | ||
<scheme>sfc_nst_post</scheme> | ||
<scheme>sfc_cice</scheme> | ||
<scheme>sfc_sice</scheme> | ||
<scheme>GFS_surface_loop_control_part2</scheme> | ||
</subcycle> | ||
<!-- End of surface iteration loop --> | ||
<subcycle loop="1"> | ||
<scheme>GFS_surface_composites_post</scheme> | ||
<scheme>sfc_diag</scheme> | ||
<scheme>sfc_diag_post</scheme> | ||
<scheme>GFS_surface_generic_post</scheme> | ||
<scheme>GFS_PBL_generic_pre</scheme> | ||
<scheme>hedmf</scheme> | ||
<scheme>GFS_PBL_generic_post</scheme> | ||
<scheme>GFS_GWD_generic_pre</scheme> | ||
<scheme>cires_ugwp</scheme> | ||
<scheme>cires_ugwp_post</scheme> | ||
<scheme>GFS_GWD_generic_post</scheme> | ||
<scheme>rayleigh_damp</scheme> | ||
<scheme>GFS_suite_stateout_update</scheme> | ||
<scheme>ozphys</scheme> | ||
<scheme>get_phi_fv3</scheme> | ||
<scheme>GFS_suite_interstitial_3</scheme> | ||
<scheme>GFS_DCNV_generic_pre</scheme> | ||
<scheme>samfdeepcnv</scheme> | ||
<scheme>GFS_DCNV_generic_post</scheme> | ||
<scheme>GFS_SCNV_generic_pre</scheme> | ||
<scheme>samfshalcnv</scheme> | ||
<scheme>GFS_SCNV_generic_post</scheme> | ||
<scheme>GFS_suite_interstitial_4</scheme> | ||
<scheme>cnvc90</scheme> | ||
<scheme>GFS_MP_generic_pre</scheme> | ||
<scheme>zhaocarr_gscond</scheme> | ||
<scheme>zhaocarr_precpd</scheme> | ||
<scheme>GFS_MP_generic_post</scheme> | ||
<scheme>maximum_hourly_diagnostics</scheme> | ||
</subcycle> | ||
</group> | ||
<group name="stochastics"> | ||
<subcycle loop="1"> | ||
<scheme>GFS_stochastics</scheme> | ||
</subcycle> | ||
</group> | ||
<!-- <finalize></finalize> --> | ||
</suite> |
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
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.
May I ask why you want to point to gfdl dycore in this commit?
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.
Dusan's PR 40 is about merging GFDL's dev/emc into EMC's dev/emc. I am doing the same thing as we usually do when we use user branches in PRs - this time the source is GFDL's dev/emc (instead of, for example, climbfuji's my_pr branch) and the target is EMC's dev/emc (as usual). Will be reverted once GFDL_atmos_cubed_sphere 40 is merged.