diff --git a/Externals_CAM.cfg b/Externals_CAM.cfg index adb3814857..8eafc41dc5 100644 --- a/Externals_CAM.cfg +++ b/Externals_CAM.cfg @@ -7,9 +7,9 @@ required = True [carma] local_path = src/physics/carma/base -protocol = svn -repo_url = https://svn-ccsm-models.cgd.ucar.edu/carma/release_tags -tag = carma3_49_rel +protocol = git +repo_url = https://github.com/ESCOMP/CARMA_base.git +tag = carma3_49 required = True [cosp2] diff --git a/doc/ChangeLog b/doc/ChangeLog index c9d150e648..b1c3c5c0d5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,54 @@ =============================================================== +Tag name: cam6_3_029 +Originator(s):mlander +Date: 26 Aug 2021 +One-line Summary: Replace svn with git in carma section of Externals_CAM.cfg +Github PR URL: https://github.com/ESCOMP/CAM/pull/415 + +Purpose of changes (include the issue number and title text for each +relevant GitHub issue): + Point CAM to the CARMA_base github repository instead of the SVN + repository. This PR will close issue #414. + +Describe any changes made to build system: + +Describe any changes made to the namelist: + +List any changes to the defaults for the boundary datasets: + +Describe any substantial timing or memory changes: + +Code reviewed by: gold2718, fvitt, peverwhee, nusbaume, cacraigucar + +List all files eliminated: + +List all files added and what they do: + +List all existing files that have been modified, and describe the changes: +M Externals_CAM.cfg + - replaced the following lines (lines 10 & 11) + protocol = svn + repo_url = https://svn-ccsm-models.cgd.ucar.edu/carma/release_tags + with + protocol = git + repo_url = https://github.com/ESCOMP/CARMA_base.git + +If there were any failures reported from running test_driver.sh on any test +platform, and checkin with these failures has been OK'd by the gatekeeper, +then copy the lines from the td.*.status files for the failed tests to the +appropriate machine below. All failed tests must be justified. + +cheyenne/intel/aux_cam: All are BFB + +izumi/nag/aux_cam: + DAE.f45_f45_mg37.FHS94.izumi_nag.cam-dae (Overall: FAIL) details: + FAIL DAE.f45_f45_mg37.FHS94.izumi_nag.cam-dae COMPARE_base_da + - pre-existing failure + +izumi/pgi/aux_cam: All are BFB + +=============================================================== +=============================================================== Tag name: cam6_3_028 Originator(s): pel,jet Date: Aug 19, 2021