-
Notifications
You must be signed in to change notification settings - Fork 200
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 #292 from jedwards4b/github_test_alphabranch
add alphabranch to tests
- Loading branch information
Showing
7 changed files
with
15 additions
and
10 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
Submodule cime
updated
8 files
+0 −1 | CIME/Tools/xmlchange | |
+64 −18 | CIME/XML/env_batch.py | |
+12 −0 | CIME/XML/env_workflow.py | |
+2 −0 | CIME/data/config/xml_schemas/config_workflow.xsd | |
+8 −4 | CIME/test_scheduler.py | |
+2 −1 | CIME/tests/test_sys_cime_case.py | |
+1 −1 | CIME/tests/test_sys_create_newcase.py | |
+9 −8 | CIME/utils.py |
Submodule clm
updated
92 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 | |
+25 −0 | 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 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 |