-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1219 from peverwhee/update-externals
cam6_4_069: Update externals to match beta05
- Loading branch information
Showing
18 changed files
with
187 additions
and
23 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "git-fleximod" | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
description = "Extended support for git-submodule and git-sparse-checkout" | ||
authors = ["Jim Edwards <[email protected]>"] | ||
maintainers = ["Jim Edwards <[email protected]>"] | ||
|
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 cime
updated
3 files
+1 −1 | CIME/case/case_run.py | |
+3 −0 | CIME/hist_utils.py | |
+8 −2 | CIME/status.py |
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 cism
updated
18 files
Submodule clm
updated
17 files
Submodule mosart
updated
12 files
+12 −0 | README.rst | |
+2 −1 | cime_config/config_compsets.xml | |
+37 −0 | cime_config/testdefs/ExpectedTestFails.xml | |
+29 −25 | cime_config/testdefs/testlist_mosart.xml | |
+338 −250 | docs/ChangeLog.md | |
+31 −28 | src/cpl/nuopc/rof_comp_nuopc.F90 | |
+4 −2 | src/cpl/nuopc/rof_import_export.F90 | |
+2 −0 | src/riverroute/mosart_control_type.F90 | |
+4 −11 | src/riverroute/mosart_driver.F90 | |
+45 −18 | src/riverroute/mosart_histfile.F90 | |
+32 −17 | src/riverroute/mosart_restfile.F90 | |
+33 −60 | src/riverroute/mosart_timemanager.F90 |
Submodule rtm
updated
9 files
+26 −8 | cime_config/testdefs/testlist_rtm.xml | |
+542 −396 | docs/ChangeLog.md | |
+13 −14 | src/cpl/nuopc/rof_comp_nuopc.F90 | |
+0 −70 | src/riverroute/RtmFileUtils.F90 | |
+44 −18 | src/riverroute/RtmHistFile.F90 | |
+12 −5 | src/riverroute/RtmIO.F90 | |
+11 −10 | src/riverroute/RtmMod.F90 | |
+45 −31 | src/riverroute/RtmRestFile.F90 | |
+41 −48 | src/riverroute/RtmTimeManager.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 share
updated
5 files
+1 −1 | buildlib.csm_share | |
+27 −47 | src/nuopc_shr_methods.F90 | |
+16 −54 | src/shr_abort_mod.F90 | |
+3 −1 | src/shr_kind_mod.F90 | |
+56 −10 | src/shr_log_mod.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