Skip to content

Commit

Permalink
Merge pull request #5 from dustinswales/rename_tutorial_files
Browse files Browse the repository at this point in the history
Rename tutorial files
  • Loading branch information
grantfirl authored Jun 22, 2022
2 parents 11d1857 + 91bf62e commit f355bf0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scm/etc/Cheyenne_setup_gnu.csh
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ setenv CMAKE_Platform cheyenne.gnu

echo "Setting up python environment for running and plotting."
module load conda/latest

conda activate /glade/p/ral/jntp/GMTB/CCPP_SCM/conda/ccpp-scm

3 changes: 3 additions & 0 deletions scm/etc/Cheyenne_setup_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ export CMAKE_Platform=cheyenne.gnu

echo "Setting up python environment for running and plotting."
module load conda/latest

conda activate /glade/p/ral/jntp/GMTB/CCPP_SCM/conda/ccpp-scm

3 changes: 3 additions & 0 deletions scm/etc/Cheyenne_setup_intel.csh
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ setenv CMAKE_Platform cheyenne.intel

echo "Setting up python environment for running and plotting."
module load conda/latest

conda activate /glade/p/ral/jntp/GMTB/CCPP_SCM/conda/ccpp-scm

3 changes: 3 additions & 0 deletions scm/etc/Cheyenne_setup_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ export CMAKE_Platform=cheyenne.intel

echo "Setting up python environment for running and plotting."
module load conda/latest

conda activate /glade/p/ral/jntp/GMTB/CCPP_SCM/conda/ccpp-scm

0 comments on commit f355bf0

Please sign in to comment.