-
Notifications
You must be signed in to change notification settings - Fork 173
cam6_3_029: Point CAM to the CARMA_base github repository instead of SVN repository #415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4d0e9e7
687e8d3
4ea6740
abde433
fae678c
4c6ee39
eedbe0e
8a2e0b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
|
|
||
cacraigucar marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 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 | ||
cacraigucar marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 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: | ||
|
|
||
cacraigucar marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be filled in after the tag number is given to you