diff --git a/scm/etc/Cheyenne_setup_gnu.csh b/scm/etc/Cheyenne_setup_gnu.csh index e60951d8..023788b1 100755 --- a/scm/etc/Cheyenne_setup_gnu.csh +++ b/scm/etc/Cheyenne_setup_gnu.csh @@ -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 + diff --git a/scm/etc/Cheyenne_setup_gnu.sh b/scm/etc/Cheyenne_setup_gnu.sh index 1d9de4a9..5f935865 100755 --- a/scm/etc/Cheyenne_setup_gnu.sh +++ b/scm/etc/Cheyenne_setup_gnu.sh @@ -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 + diff --git a/scm/etc/Cheyenne_setup_intel.csh b/scm/etc/Cheyenne_setup_intel.csh index f32db4e9..07d89dcb 100755 --- a/scm/etc/Cheyenne_setup_intel.csh +++ b/scm/etc/Cheyenne_setup_intel.csh @@ -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 + diff --git a/scm/etc/Cheyenne_setup_intel.sh b/scm/etc/Cheyenne_setup_intel.sh index 49915ae8..17adf9a2 100755 --- a/scm/etc/Cheyenne_setup_intel.sh +++ b/scm/etc/Cheyenne_setup_intel.sh @@ -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 + diff --git a/tutorial_files/add_new_scheme/twpice_scm5_tutorial.ini b/tutorial_files/add_new_scheme/twpice_scm_tutorial.ini similarity index 100% rename from tutorial_files/add_new_scheme/twpice_scm5_tutorial.ini rename to tutorial_files/add_new_scheme/twpice_scm_tutorial.ini diff --git a/tutorial_files/add_new_variable/twpice_scm5_tutorial.ini b/tutorial_files/add_new_variable/twpice_scm_tutorial.ini similarity index 100% rename from tutorial_files/add_new_variable/twpice_scm5_tutorial.ini rename to tutorial_files/add_new_variable/twpice_scm_tutorial.ini diff --git a/tutorial_files/create_new_suite/twpice_scm5_tutorial.ini b/tutorial_files/create_new_suite/twpice_scm_tutorial.ini similarity index 100% rename from tutorial_files/create_new_suite/twpice_scm5_tutorial.ini rename to tutorial_files/create_new_suite/twpice_scm_tutorial.ini