Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,23 @@ fxDONOTUSEurl = https://github.com/ESCOMP/mizuRoute
[submodule "ccs_config"]
path = ccs_config
url = https://github.com/ESMCI/ccs_config_cesm.git
fxtag = ccs_config_cesm1.0.77
fxtag = ccs_config_cesm1.0.79
fxrequired = ToplevelRequired
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git

[submodule "cime"]
path = cime
url = https://github.com/ESMCI/cime
fxtag = cime6.1.146
fxtag = cime6.1.169
fxrequired = ToplevelRequired
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
fxDONOTUSEurl = https://github.com/ESMCI/cime

[submodule "cmeps"]
path = components/cmeps
url = https://github.com/ESCOMP/CMEPS.git
fxtag = cmeps1.1.29
fxtag = cmeps1.1.35
fxrequired = ToplevelRequired
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git
Expand All @@ -100,15 +100,15 @@ fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git
[submodule "share"]
path = share
url = https://github.com/ESCOMP/CESM_share
fxtag = share1.1.15
fxtag = share1.1.19
fxrequired = ToplevelRequired
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_share

[submodule "parallelio"]
path = libraries/parallelio
url = https://github.com/NCAR/ParallelIO
fxtag = pio2_6_6
fxtag = pio2_6_8
fxrequired = ToplevelRequired
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
fxDONOTUSEurl = https://github.com/NCAR/ParallelIO
Expand Down
2 changes: 1 addition & 1 deletion ccs_config
2 changes: 1 addition & 1 deletion cime
Submodule cime updated 96 files
+11 −0 .claude/CLAUDE.md
+1 −1 .github/ISSUE_TEMPLATE/feature_request.md
+2 −2 .github/pull_request_template.md
+23 −33 .github/workflows/testing.yml
+11 −4 .gitignore
+1 −1 .pre-commit-config.yaml
+173 −0 AGENTS.md
+15 −3 CIME/SystemTests/eri.py
+10 −3 CIME/SystemTests/system_tests_common.py
+37 −7 CIME/Tools/pelayout
+6 −6 CIME/Tools/standard_script_setup.py
+10 −2 CIME/Tools/wait_for_tests
+18 −0 CIME/XML/archive_base.py
+7 −3 CIME/XML/compsets.py
+0 −17 CIME/XML/env_archive.py
+1 −0 CIME/XML/env_batch.py
+7 −1 CIME/XML/namelist_definition.py
+30 −1 CIME/XML/pes.py
+2 −3 CIME/XML/tests.py
+1 −1 CIME/XML/workflow.py
+180 −102 CIME/bless_test_results.py
+10 −6 CIME/build.py
+9 −0 CIME/case/case.py
+13 −11 CIME/case/case_run.py
+22 −8 CIME/case/case_setup.py
+96 −71 CIME/case/case_st_archive.py
+3 −0 CIME/case/case_submit.py
+13 −3 CIME/case/check_input_data.py
+1 −3 CIME/compare_test_results.py
+8 −8 CIME/data/config/cesm/config_files.xml
+1 −0 CIME/data/config/config_headers.xml
+8 −8 CIME/data/config/ufs/config_files.xml
+9 −1 CIME/get_timing.py
+2 −1 CIME/hist_utils.py
+3 −0 CIME/namelist.py
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xatm/cime_config/buildlib
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xatm/cime_config/buildlib_cmake
+0 −32 CIME/non_py/src/components/xcpl_comps_nuopc/xatm/cime_config/buildnml
+0 −25 CIME/non_py/src/components/xcpl_comps_nuopc/xatm/cime_config/config_component.xml
+0 −529 CIME/non_py/src/components/xcpl_comps_nuopc/xatm/src/atm_comp_nuopc.F90
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xglc/cime_config/buildlib
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xglc/cime_config/buildlib_cmake
+0 −32 CIME/non_py/src/components/xcpl_comps_nuopc/xglc/cime_config/buildnml
+0 −26 CIME/non_py/src/components/xcpl_comps_nuopc/xglc/cime_config/config_component.xml
+0 −457 CIME/non_py/src/components/xcpl_comps_nuopc/xglc/src/glc_comp_nuopc.F90
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xice/cime_config/buildlib
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xice/cime_config/buildlib_cmake
+0 −32 CIME/non_py/src/components/xcpl_comps_nuopc/xice/cime_config/buildnml
+0 −26 CIME/non_py/src/components/xcpl_comps_nuopc/xice/cime_config/config_component.xml
+0 −552 CIME/non_py/src/components/xcpl_comps_nuopc/xice/src/ice_comp_nuopc.F90
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xlnd/cime_config/buildlib
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xlnd/cime_config/buildlib_cmake
+0 −32 CIME/non_py/src/components/xcpl_comps_nuopc/xlnd/cime_config/buildnml
+0 −26 CIME/non_py/src/components/xcpl_comps_nuopc/xlnd/cime_config/config_component.xml
+0 −564 CIME/non_py/src/components/xcpl_comps_nuopc/xlnd/src/lnd_comp_nuopc.F90
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xocn/cime_config/buildlib
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xocn/cime_config/buildlib_cmake
+0 −32 CIME/non_py/src/components/xcpl_comps_nuopc/xocn/cime_config/buildnml
+0 −27 CIME/non_py/src/components/xcpl_comps_nuopc/xocn/cime_config/config_component.xml
+0 −475 CIME/non_py/src/components/xcpl_comps_nuopc/xocn/src/ocn_comp_nuopc.F90
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xrof/cime_config/buildlib
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xrof/cime_config/buildlib_cmake
+0 −32 CIME/non_py/src/components/xcpl_comps_nuopc/xrof/cime_config/buildnml
+0 −39 CIME/non_py/src/components/xcpl_comps_nuopc/xrof/cime_config/config_component.xml
+0 −473 CIME/non_py/src/components/xcpl_comps_nuopc/xrof/src/rof_comp_nuopc.F90
+0 −853 CIME/non_py/src/components/xcpl_comps_nuopc/xshare/dead_methods_mod.F90
+0 −346 CIME/non_py/src/components/xcpl_comps_nuopc/xshare/dead_nuopc_mod.F90
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xwav/cime_config/buildlib
+0 −1 CIME/non_py/src/components/xcpl_comps_nuopc/xwav/cime_config/buildlib_cmake
+0 −32 CIME/non_py/src/components/xcpl_comps_nuopc/xwav/cime_config/buildnml
+0 −26 CIME/non_py/src/components/xcpl_comps_nuopc/xwav/cime_config/config_component.xml
+0 −465 CIME/non_py/src/components/xcpl_comps_nuopc/xwav/src/wav_comp_nuopc.F90
+1 −1 CIME/non_py/src/timing/private.h
+1 −1 CIME/scripts/configure
+5 −4 CIME/test_utils.py
+1 −0 CIME/tests/case_fake.py
+3 −3 CIME/tests/test_sys_unittest.py
+4 −0 CIME/tests/test_sys_wait_for_tests.py
+41 −0 CIME/tests/test_unit_bless_test_results.py
+1 −1 CIME/tests/test_unit_case_run.py
+348 −0 CIME/tests/test_unit_case_st_archive.py
+77 −31 CIME/tests/utils.py
+2 −1 CIME/utils.py
+202 −167 CIME/wait_for_tests.py
+15 −28 CONTRIBUTING.md
+2 −0 doc/source/ccs/model-configuration/variables/pes.rst
+35 −112 doc/source/contributing-guide.rst
+3 −3 doc/source/system_testing.rst
+13 −12 docker/.cime/config_machines.v2.xml
+5 −9 docker/.cime/docker.cmake
+13 −12 docker/.cime/docker/config_machines.xml
+49 −96 docker/Dockerfile
+0 −40 docker/cime.yaml
+69 −36 docker/entrypoint.sh
+18 −0 docker/spack.yaml
+2 −0 test-requirements.txt
Loading