-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
189 additions
and
33 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
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.0" | ||
version = "0.9.2" | ||
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
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 ccs_config
updated
2 files
+3 −3 | machines/derecho/config_batch.xml | |
+12 −12 | machines/izumi/config_machines.xml |
Submodule cime
updated
40 files
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
1 change: 1 addition & 0 deletions
1
cime_config/testmods_dirs/allactive/crossleap/include_user_mods
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 @@ | ||
../defaultio |
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,2 @@ | ||
./xmlchange RUN_STARTDATE=2004-02-28 | ||
./xmlchange CLM_BLDNML_OPTS=-ignore_warnings --append |
1 change: 1 addition & 0 deletions
1
cime_config/testmods_dirs/allactive/crossleap_gregorian/include_user_mods
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 @@ | ||
../crossleap |
1 change: 1 addition & 0 deletions
1
cime_config/testmods_dirs/allactive/crossleap_gregorian/shell_commands
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 @@ | ||
./xmlchange CALENDAR=GREGORIAN |
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 @@ | ||
../defaultio |
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,2 @@ | ||
./xmlchange RUN_STARTDATE=2001-12-30 | ||
./xmlchange CLM_BLDNML_OPTS=-ignore_warnings --append |
Submodule cdeps
updated
14 files
Submodule cmeps
updated
20 files
Submodule mom
updated
26 files
+110 −0 | .github/workflows/general-ci-tests.yml | |
+5 −5 | .gitmodules | |
+0 −18 | .travis.yml | |
+1 −1 | MOM6 | |
+1 −1 | README.md | |
+11 −0 | cime_config/MARBL_scripts/MOM_MARBL_diagnostics.py | |
+24 −15 | cime_config/SystemTests/dimcs.py | |
+23 −14 | cime_config/SystemTests/dimcsl.py | |
+27 −1 | cime_config/buildnml | |
+5 −5 | cime_config/config_archive.xml | |
+1 −0 | cime_config/config_component.xml | |
+18 −1 | cime_config/testdefs/testlist_mom.xml | |
+233 −0 | cime_config/tools/lbe.py | |
+109 −0 | cime_config/tools/plot_lbe.py | |
+117 −0 | cime_config/tools/utils.py | |
+1 −1 | externals/MARBL | |
+1 −1 | externals/stochastic_physics | |
+66 −15 | param_templates/MOM_input.yaml | |
+33 −11 | param_templates/diag_table.yaml | |
+55 −14 | param_templates/json/MOM_input.json | |
+44 −11 | param_templates/json/diag_table.json | |
+0 −42 | standalone/build/build_examples-darwin.sh | |
+52 −6 | standalone/build/build_examples.sh | |
+1 −1 | standalone/build/submit_casper_build | |
+2 −2 | standalone/templates/ncar-gnu.mk | |
+170 −0 | standalone/templates/ubuntu-gnu.mk |
Submodule ww3
updated
8 files
+1 −1 | .gitmodules | |
+1 −1 | WW3 | |
+2 −2 | cime_config/config_component.xml | |
+1 −1 | cime_config/config_compsets.xml | |
+1 −1 | cime_config/config_pes.xml | |
+10 −10 | cime_config/namelist_definition_ww3.xml | |
+4 −16 | cime_config/testdefs/testlist_ww3.xml | |
+0 −0 | cime_config/user_nl_ww3 |
Submodule parallelio
updated
4 files
+4 −4 | examples/basic/kinds_mod.F90 | |
+2 −2 | src/clib/pio_nc4.c | |
+1 −2 | src/flib/piolib_mod.F90 | |
+4 −4 | src/gptl/perf_utils.F90 |
Submodule CUPiD
updated
26 files
+1 −2 | .gitignore | |
+6 −3 | .gitmodules | |
+0 −16 | Externals.cfg | |
+5 −6 | README.md | |
+37 −0 | contributors.md | |
+2 −2 | cupid/clear.py | |
+54 −18 | cupid/run.py | |
+26 −17 | cupid/timeseries.py | |
+38 −1 | cupid/util.py | |
+ − | docs/_static/images/config/config_1.png | |
+ − | docs/_static/images/config/config_2.png | |
+ − | docs/_static/images/config/config_3.png | |
+ − | docs/_static/images/config/config_4.png | |
+ − | docs/_static/images/config/config_5.png | |
+3 −2 | docs/conf.py | |
+35 −0 | docs/config.md | |
+2 −0 | docs/contributors.rst | |
+2 −0 | docs/index.rst | |
+4 −1 | examples/coupled_model/config.yml | |
+28 −24 | examples/key_metrics/config.yml | |
+189 −79 | examples/nblibrary/atm/nmse_PSL.ipynb | |
+159 −26 | examples/nblibrary/glc/LIWG_SMB_diagnostic.ipynb | |
+5 −3 | examples/nblibrary/glc/utils.py | |
+1 −0 | externals/ADF | |
+1 −0 | externals/mom6-tools | |
+0 −1 | manage_externals |