diff --git a/docs/development/cam-testing.md b/docs/development/cam-testing.md index 7181c87..a8e7ce8 100644 --- a/docs/development/cam-testing.md +++ b/docs/development/cam-testing.md @@ -39,10 +39,10 @@ After you have run the tests, merged your PR, and created a tag (see [tag workfl To do this, navigate to `$CAM-SIMA/test/system` on derecho and run: ``` -env CESM_TESTDIR=/glade/derecho/scratch/YourName/aux_cam_yyyymmddsssss CAM_FC=INTEL ./archive_baseline.sh +env CESM_TESTDIR=/glade/derecho/scratch/YourName/aux_sima_yyyymmddsssss CAM_FC=INTEL ./archive_baseline.sh ``` ``` -env CESM_TESTDIR=/glade/derecho/scratch/YourName/aux_cam_yyyymmddsssss CAM_FC=NVHPC ./archive_baseline.sh +env CESM_TESTDIR=/glade/derecho/scratch/YourName/aux_sima_yyyymmddsssss CAM_FC=GNU ./archive_baseline.sh ``` !!! Note "Baseline 'latest' symlink" @@ -173,4 +173,4 @@ hemco hemco-cesm2_0_hemco_3_9_0 7bd8358 is out of sync with .gitmodules hemco-ce Sparse checkout file missing (check the path): ``` mpas sparse checkout file .mpas_sparse_checkout not found -``` \ No newline at end of file +``` diff --git a/docs/development/git-basics.md b/docs/development/git-basics.md index 1028a4d..6ec1756 100644 --- a/docs/development/git-basics.md +++ b/docs/development/git-basics.md @@ -270,7 +270,7 @@ To see the latest tag: [https://github.com/ESCOMP/CAM-SIMA/tags](https://github. ### Creating a new tag -1. Clone [https://github.com/ESSCOMP/CAM](https://github.com/ESCOMP/CAM) or update an existing clone with `git fetch development` +1. Clone [https://github.com/ESCOMP/CAM](https://github.com/ESCOMP/CAM) or update an existing clone with `git fetch development` 1. Find the PR merge commit (``) for the tag - In your up-to-date CAM clone, find the merge commit with `git log --oneline -1 /development` where the merge commit is the first field in the output. 1. Tag the `` with `git tag -a -m '` where `` is the same as the message for the ``