From 7faa6e0929135ff680b3e95a57140831887cb54a Mon Sep 17 00:00:00 2001 From: John Truesdale Date: Thu, 13 Feb 2025 15:04:23 -0700 Subject: [PATCH] made local cosp, clubb, sihls externals because old svn github access doesn't work --- Externals_CAM.cfg | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Externals_CAM.cfg b/Externals_CAM.cfg index afcc48038e..db2ed9d012 100644 --- a/Externals_CAM.cfg +++ b/Externals_CAM.cfg @@ -14,24 +14,24 @@ required = True [cosp2] local_path = src/physics/cosp2/src -protocol = svn -repo_url = https://github.com/CFMIP/COSPv2.0/tags/ -tag = v2.1.4cesm/src -required = False +protocol = git +repo_url = https://github.com/jtruesdal/COSPv2.0 +branch = v2.1.4cesm_src +required = True [clubb] local_path = src/physics/clubb -protocol = svn -repo_url = https://github.com/larson-group/clubb_release/tags/ -tag = clubb_4ncar_20220311_f51de38/src/CLUBB_core -required = False +protocol = git +repo_url = https://github.com/jtruesdal/clubb_release +branch = clubb_4ncar_20220311_f51de38_stormspeed +required = True [silhs] local_path = src/physics/silhs -protocol = svn -repo_url = https://github.com/larson-group/clubb_release/tags/ -tag = clubb_4ncar_20220311_f51de38/src/SILHS -required = False +protocol = git +repo_url = https://github.com/jtruesdal/clubb_release +branch = clubb_4ncar_20220311_f51de38_SILHS_stormspeed +required = True [pumas] local_path = src/physics/pumas