From 4e9f950edb27b664709e21c1833d489ee1940aa0 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 28 Oct 2020 09:16:17 -0600 Subject: [PATCH 1/2] Externals_cime is no longer needed, update cmeps and cdeps hashes --- Externals.cfg | 9 ++++++++- Externals_cime.cfg | 9 --------- 2 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 Externals_cime.cfg diff --git a/Externals.cfg b/Externals.cfg index 4fbbeca456..d1e6bfe960 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -13,8 +13,15 @@ repo_url = https://github.com/ESCOMP/CESM_CICE5 local_path = components/cice required = True +[cmeps] +hash = dda73e0 +protocol = git +repo_url = https://github.com/ESCOMP/CMEPS.git +local_path = cime/src/drivers/nuopc/ +required = True + [cdeps] -hash = 45b7a85 +hash = d4394fa protocol = git repo_url = https://github.com/ESCOMP/CDEPS.git local_path = components/cdeps diff --git a/Externals_cime.cfg b/Externals_cime.cfg deleted file mode 100644 index 274cacb916..0000000000 --- a/Externals_cime.cfg +++ /dev/null @@ -1,9 +0,0 @@ -[cmeps] -hash = 7654038 -protocol = git -repo_url = https://github.com/ESCOMP/CMEPS.git -local_path = src/drivers/nuopc/ -required = False - -[externals_description] -schema_version = 1.0.0 From defa0bdfccc63e79dc02f97327298d2b70a7af4e Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 28 Oct 2020 09:18:56 -0600 Subject: [PATCH 2/2] remove reference to Externals_cime.cfg --- Externals.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index d1e6bfe960..47ed5f3924 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -32,7 +32,6 @@ tag = cime5.8.32 protocol = git repo_url = https://github.com/ESMCI/cime local_path = cime -externals = ../Externals_cime.cfg required = True [cism]