Skip to content

Commit

Permalink
Remove references to Cheyenne and make it more explicit what to do on…
Browse files Browse the repository at this point in the history
… different systems, as well as adding Derecho
  • Loading branch information
ekluzek committed Dec 4, 2023
1 parent a6e3db8 commit ad5c076
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
9 changes: 8 additions & 1 deletion tools/modify_input_files/README.fsurdat_modifier
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ tools/modify_input_files/modify_fsurdat_template.cfg

Instructions
------------
To run on Cheyenne/Casper/Izumi
To run on various machines:
1) (Un)load, execute, and activate the following:
1a) First step to activate conda on your system
1a) Casper:
module unload python
module load conda
1a) Izumi:
module load python
1a) Derecho (nothing needs to be done for this step)
1a) Elsewhere (do what's needed to activate conda)
1b) On all systems
./py_env_create
conda activate ctsm_pylib
(Use "deactivate" to reverse the latter.)
Expand Down
9 changes: 8 additions & 1 deletion tools/modify_input_files/README.mesh_mask_modifier
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,17 @@ tools/modify_input_files/modify_mesh_template.cfg

Instructions
------------
To run on Cheyenne/Casper/Izumi
To run on various machines:
1) (Un)load, execute, and activate the following:
1a) First step to activate conda on your system
1a) Casper:
module unload python
module load conda
1a) Izumi:
module load python
1a) Derecho (nothing needs to be done
1a) Elsewhere (do what's needed to activate conda)
1b) On all systems
./py_env_create
conda activate ctsm_py
(Use "deactivate" to reverse the latter.)
Expand Down
4 changes: 2 additions & 2 deletions tools/site_and_regional/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ $CTSMROOT/tools/site_and_regional/README
The purpose of this directory is to contain all of the scripts that involve creating CTSM input data files
for single site as well as regional cases.

The python scripts require the following settings before running on cheyenne:
The python scripts require the following settings before running:

module load conda
(Do what's needed to make conda available on your system)
../../py_env_create
conda activate ctsm_pylib

Expand Down

0 comments on commit ad5c076

Please sign in to comment.