From a7ec7e67c6793b500dc83106995bf6038ae90e96 Mon Sep 17 00:00:00 2001 From: James Foucar Date: Mon, 26 Aug 2024 12:28:59 -0600 Subject: [PATCH 1/5] Update CIME submodule ... to af3eab5b8a213e79923551e7f9d9f56edb944c0f Changes: 1) Generalize _hists_match for mom6 files 2) support append in config_pes.xml overrides field 3) Add case git: Adds a case interface to git. It creates a local git repository when case.setup is run and updates that repository with each action that triggers an update of the CaseStatus file. Optionally a remote repository can be attached by setting CASE_GIT_REPOSITORY to the name of the remote repository. 4) xmlchange: Add documentation for setting values with commas 5) Remove mct for cesm 6) remove load_balancing_tool, broken and unsupported Fixes 1) Fix/rest n in tests: move the computation of REST_N into the python 2) cprnc: need to make sure the directory exists before linking to it 3) check_lockedfiles call in xmlchange needs quiet=True 4) fixes detection of pfunit_path by making sure it exists 5) Fixes handling cprnc output 6) Fixes creating new environment with specific python version 7) Fixes `query_config` tool. - Adds longname to `--grids` - Fixes duplicate and empty choices 8) Fixes check_lockedfiles call in xmlchange 9) Fix list_e3sm_tests tool [BFB] --- cime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cime b/cime index f903115718eb..af3eab5b8a21 160000 --- a/cime +++ b/cime @@ -1 +1 @@ -Subproject commit f903115718ebc30669ce557f511abaef231a1d88 +Subproject commit af3eab5b8a213e79923551e7f9d9f56edb944c0f From aa08e0c2b115604f79f6b87ae321689504caaa33 Mon Sep 17 00:00:00 2001 From: James Foucar Date: Mon, 26 Aug 2024 13:10:55 -0600 Subject: [PATCH 2/5] Disable git interface --- cime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cime b/cime index af3eab5b8a21..eacb1b7f5ed9 160000 --- a/cime +++ b/cime @@ -1 +1 @@ -Subproject commit af3eab5b8a213e79923551e7f9d9f56edb944c0f +Subproject commit eacb1b7f5ed984f0c124076c78fd1e80dbd9b7a1 From 58b4220130cd4c5eea4908dee0c56bbef97f7347 Mon Sep 17 00:00:00 2001 From: James Foucar Date: Wed, 28 Aug 2024 13:54:27 -0600 Subject: [PATCH 3/5] Revert ers change --- cime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cime b/cime index eacb1b7f5ed9..3dfad8399b80 160000 --- a/cime +++ b/cime @@ -1 +1 @@ -Subproject commit eacb1b7f5ed984f0c124076c78fd1e80dbd9b7a1 +Subproject commit 3dfad8399b803d724365c559c5b84e5546049e0c From 67556b4249d9a78299eb6f4c98870b352012f811 Mon Sep 17 00:00:00 2001 From: James Foucar Date: Fri, 30 Aug 2024 10:25:08 -0600 Subject: [PATCH 4/5] Fix append feature --- cime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cime b/cime index 3dfad8399b80..52787427846e 160000 --- a/cime +++ b/cime @@ -1 +1 @@ -Subproject commit 3dfad8399b803d724365c559c5b84e5546049e0c +Subproject commit 52787427846eec58038ab59664fd9c2706f23513 From 71326bde3bebf5569cc050adc65b7ce2cbd69b10 Mon Sep 17 00:00:00 2001 From: James Foucar Date: Wed, 4 Sep 2024 10:14:27 -0600 Subject: [PATCH 5/5] Another fix for CIME mvk and pgn --- cime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cime b/cime index 52787427846e..2a3142fc14b1 160000 --- a/cime +++ b/cime @@ -1 +1 @@ -Subproject commit 52787427846eec58038ab59664fd9c2706f23513 +Subproject commit 2a3142fc14b18fd58379f98d7d2a9a8b4b0d43a8