From b54a2b00a24b2a1de3d1a93752975a1813ce3b76 Mon Sep 17 00:00:00 2001 From: "G. Dylan Dickerson" Date: Wed, 21 Feb 2024 11:24:09 -0700 Subject: [PATCH 1/6] Update tags after v2.1 release, start new dev cycle --- Externals.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index a089811..a279bd4 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -1,12 +1,12 @@ [ccs_config] -tag = release-ccs_config-ew2.1 +tag = ccs_config-ew2.1.000 protocol = git repo_url = https://github.com/EarthWorksOrg/ccs_config_cesm.git local_path = ccs_config required = True [cam] -tag = release-cam-ew2.1 +tag = cam-ew2.1.000 protocol = git repo_url = https://github.com/EarthWorksOrg/CAM local_path = components/cam @@ -29,7 +29,7 @@ externals = Externals.cfg required = True [cmeps] -tag = release-cmeps-ew2.1 +tag = cmeps-ew2.1.000 protocol = git repo_url = https://github.com/EarthWorksOrg/CMEPS.git local_path = components/cmeps @@ -72,7 +72,7 @@ local_path = libraries/parallelio required = True [cime] -tag = release-cime-ew2.1 +tag = cime-ew2.1.000 protocol = git repo_url = https://github.com/EarthWorksOrg/cime local_path = cime @@ -95,21 +95,21 @@ externals = Externals_CLM.cfg required = True [mpas-ocean] -tag = release-mpaso-ew2.1 +tag = mpaso-ew2.1.000 protocol = git repo_url = https://github.com/EarthWorksOrg/mpas-ocean.git local_path = components/mpas-ocean required = True [mpas-seaice] -tag = release-mpassi-ew2.1 +tag = mpassi-ew2.1.000 protocol = git repo_url = https://github.com/EarthWorksOrg/mpas-seaice.git local_path = components/mpas-seaice required = True [mpas-framework] -tag = release-mpasfrwk-ew2.1 +tag = mpasfrwk-ew2.1.000 protocol = git repo_url = https://github.com/EarthWorksOrg/mpas-framework.git local_path = components/mpas-framework From f864de583887b9aaae8be35e488dfab8552e8d61 Mon Sep 17 00:00:00 2001 From: "G. Dylan Dickerson" Date: Wed, 21 Feb 2024 12:56:59 -0700 Subject: [PATCH 2/6] Update MPAS-framework to fix FullyCoupled build issues Incorporate EarthWorksOrg/mpas-framework PR #6 --- Externals.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index a279bd4..1d7bee0 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -109,7 +109,7 @@ local_path = components/mpas-seaice required = True [mpas-framework] -tag = mpasfrwk-ew2.1.000 +tag = mpasfrwk-ew2.1.001 protocol = git repo_url = https://github.com/EarthWorksOrg/mpas-framework.git local_path = components/mpas-framework From 0b6edf9a6fac058f5e22e779420a0fecb80637c0 Mon Sep 17 00:00:00 2001 From: "G. Dylan Dickerson" Date: Tue, 5 Mar 2024 08:32:40 -0700 Subject: [PATCH 3/6] Incorporate changes for cam and ccs_configs --- Externals.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index 1d7bee0..8cf7b4d 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -1,12 +1,12 @@ [ccs_config] -tag = ccs_config-ew2.1.000 +tag = ccs_config-ew2.1.001 protocol = git repo_url = https://github.com/EarthWorksOrg/ccs_config_cesm.git local_path = ccs_config required = True [cam] -tag = cam-ew2.1.000 +tag = cam-ew2.1.001 protocol = git repo_url = https://github.com/EarthWorksOrg/CAM local_path = components/cam From 7b7cda143cb693097a7a3e766627e3706b158875 Mon Sep 17 00:00:00 2001 From: "G. Dylan Dickerson" Date: Fri, 8 Mar 2024 16:44:32 -0700 Subject: [PATCH 4/6] Incorporate mpas-si changes from EWOrg/mpas-seaice #8 --- Externals.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index 8cf7b4d..aa8cf35 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -102,7 +102,7 @@ local_path = components/mpas-ocean required = True [mpas-seaice] -tag = mpassi-ew2.1.000 +tag = mpassi-ew2.1.001 protocol = git repo_url = https://github.com/EarthWorksOrg/mpas-seaice.git local_path = components/mpas-seaice From eb2486d91a38d1e48337ff32be62bb3ad26b7f70 Mon Sep 17 00:00:00 2001 From: "G. Dylan Dickerson" Date: Fri, 8 Mar 2024 16:44:58 -0700 Subject: [PATCH 5/6] Incorporate cam changes from EWOrg/CAM #15 --- Externals.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index aa8cf35..c99f34a 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -6,7 +6,7 @@ local_path = ccs_config required = True [cam] -tag = cam-ew2.1.001 +tag = cam-ew2.1.002 protocol = git repo_url = https://github.com/EarthWorksOrg/CAM local_path = components/cam From 8558c58168b8e4b9a254e1c30c350beb44fbc7a5 Mon Sep 17 00:00:00 2001 From: "G. Dylan Dickerson" Date: Wed, 13 Mar 2024 09:59:42 -0600 Subject: [PATCH 6/6] Remove ccs_config Perlmutter work from this branch --- Externals.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index c99f34a..da75c26 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -1,5 +1,5 @@ [ccs_config] -tag = ccs_config-ew2.1.001 +tag = ccs_config-ew2.1.000 protocol = git repo_url = https://github.com/EarthWorksOrg/ccs_config_cesm.git local_path = ccs_config