From c86eac006f2b7db907263ac466b81f6b2a6a0d2f Mon Sep 17 00:00:00 2001 From: rpfernan Date: Fri, 31 May 2024 15:15:04 -0600 Subject: [PATCH] modify svn to git for chem_proc, carma andcisp2 --- Externals_CAM.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Externals_CAM.cfg b/Externals_CAM.cfg index b3ee37695..5f4783ec5 100644 --- a/Externals_CAM.cfg +++ b/Externals_CAM.cfg @@ -1,21 +1,21 @@ [chem_proc] local_path = chem_proc -protocol = svn -repo_url = https://svn-ccsm-models.cgd.ucar.edu/tools/proc_atm/chem_proc/release_tags +protocol = git +repo_url = https://github.com/ESCOMP/CHEM_PREPROCESSOR.git tag = chem_proc5_0_04 required = True [carma] local_path = src/physics/carma/base -protocol = svn -repo_url = https://svn-ccsm-models.cgd.ucar.edu/carma/release_tags +protocol = git +repo_url = https://github.com/ESCOMP/CARMA_base.git tag = carma3_49_rel -required = True +required = False [cosp2] local_path = src/physics/cosp2/src protocol = svn -repo_url = https://github.com/CFMIP/COSPv2.0/tags/ +repo_url = https://github.com/CFMIP/COSPv2.0 tag = v2.1.4cesm/src required = True