Skip to content

Commit

Permalink
Replace NCAR/CAMDEN references with ESCOMP/CAM-SIMA.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Jun 3, 2023
1 parent 6a83a3f commit ce58078
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/branch_pr_issue_closer.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ def _main_prog():
ghub = Github(token)

#+++++++++++++++++++++
#Open NCAR/CAMDEN repo
#Open ESCOMP/CAM-SIMA repo
#+++++++++++++++++++++

cam_repo = ghub.get_repo("NCAR/CAMDEN")
cam_repo = ghub.get_repo("ESCOMP/CAM-SIMA")

#+++++++++++++++++++++++++++++
#Get triggering commit message
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/pr_mod_file_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _main_prog():
#++++++++++++++++++++

#Official CAM repo:
cam_repo = ghub.get_repo("NCAR/CAMDEN")
cam_repo = ghub.get_repo("ESCOMP/CAM-SIMA")

#++++++++++++++++++++++++++++++++++++++++++
#Open Pull Request which triggered workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch_push_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
#This job is designed to close any issues or pull requests specified
#in the body of a pull request merged into a non-default branch.
issue_closer:
if: github.repository == 'NCAR/CAMDEN' # Only run on main repo
if: github.repository == 'ESCOMP/CAM-SIMA' # Only run on main repo
runs-on: ubuntu-latest
steps:
# Acquire github action routines
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
#a PR is either opened or synced (i.e. additional commits are pushed
#to branch involved in PR).
python_unit_tests:
if: github.event_name == 'pull_request' || github.repository == 'NCAR/CAMDEN'
if: github.event_name == 'pull_request' || github.repository == 'ESCOMP/CAM-SIMA'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# CAMDEN
CAM Developmental and Experimental iNfrastructure
# CAM-SIMA
Community Atmosphere Model - System for Integrated Modeling of the Atmosphere

NOTE: Only developmental code exists at the moment. This README will be updated once production code becomes available.

## How to checkout and use CAMDEN:
## How to checkout and use CAM-SIMA:

The instructions below assume you have cloned this repository and are in the repository directory. For example:
```
git clone https://github.com/NCAR/CAMDEN.git
cd CAMDEN
git clone https://github.com/ESCOMP/CAM-SIMA.git
cd CAM-SIMA
```

### To use unsupported CAMDEN **development** code:
### To use unsupported CAM-SIMA **development** code:

## NOTE: This is **unsupported** development code and is subject to the [CESM developer's agreement](http://www.cgd.ucar.edu/cseg/development-code.html).
```
Expand Down

0 comments on commit ce58078

Please sign in to comment.