forked from NCAR/fv3atm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release/public-v2: update .gitmodules, fix linker problem in gfsphysi…
…cs, update SDF for FV3_RRFS_v1beta (NOAA-EMC#173) - updates `.gitmodules` to refer to the correct branches used by the fv3atm release/public-v2 branch - points to ufs-release/public-v2 branch of GFDL_atmos_cubed_sphere in the NOAA-GFDL repository - contains a bugfix for `gfsphysics/CMakeLists.txt` (cherry-pickeded from develop) for a linker problem when compiling with CCPP - replace GSL drag suite with CIRES UGWP/GFS GWD in `ccpp/suites/suite_FV3_RRFS_v1beta.xml` (a decision made by the SRW App Release Team leads) - move the non-physics diagnostic tendencies from the `gfs_phys` output stream to the `gfs_dyn` output stream (cherry-picked from develop, from @grantfirl)
- Loading branch information
Showing
8 changed files
with
22 additions
and
20 deletions.
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,12 @@ | ||
[submodule "atmos_cubed_sphere"] | ||
path = atmos_cubed_sphere | ||
url = https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere | ||
branch = dev/emc | ||
url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere | ||
branch = ufs-release/public-v2 | ||
[submodule "ccpp/framework"] | ||
path = ccpp/framework | ||
url = https://github.com/NCAR/ccpp-framework | ||
branch = master | ||
branch = release/public-v5 | ||
[submodule "ccpp/physics"] | ||
path = ccpp/physics | ||
url = https://github.com/NCAR/ccpp-physics.git | ||
branch = master | ||
url = https://github.com/NCAR/ccpp-physics | ||
branch = release/public-v5 |
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
Submodule physics
updated
20 files
+2 −2 | .gitmodules | |
+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
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