Skip to content

Commit

Permalink
Update Unified paths (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Nov 22, 2021
1 parent 6b7d30e commit 5a7a2a1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/source/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ can access zstash on the data transfer nodes by loading the E3SM unified environ
$ ssh dtn01.nersc.gov
$ screen
$ bash
$ source /global/cfs/cdirs/e3sm/software/anaconda_envs/load_latest_e3sm_unified.sh
$ source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_cori-haswell.sh

To detach from the screen session, use CTRL-A followed by D (for detach).
You can then safely close your window. To re-attach to an existing session
Expand Down
21 changes: 13 additions & 8 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,42 @@ The paths to ``e3sm_unified`` activation scripts are machine dependent:
**Compy**
::

source /share/apps/E3SM/conda_envs/load_latest_e3sm_unified.sh
source /share/apps/E3SM/conda_envs/load_latest_e3sm_unified_compy.sh


**NERSC**
::

source /global/cfs/cdirs/e3sm/software/anaconda_envs/load_latest_e3sm_unified.sh
source /global/cfs/cdirs/e3sm/software/anaconda_envs/load_latest_e3sm_unified_cori-haswel.sh


**LCRC**
**Anvil**
::

source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified.sh
source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_anvil.sh

**Chrysalis**
::

source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh


**Cooley**
::

source /lus/theta-fs0/projects/ccsm/acme/tools/e3sm-unified/load_latest_e3sm_unified.sh
source /lus/theta-fs0/projects/ccsm/acme/tools/e3sm-unified/load_latest_e3sm_unified_cooley.sh


**acme1**
::

source /usr/local/e3sm_unified/envs/load_latest_e3sm_unified.sh
source /usr/local/e3sm_unified/envs/load_latest_e3sm_unified_acme1.sh


**Rhea**
**Andes**
::

source /ccs/proj/cli900/sw/rhea/e3sm-unified/load_latest_e3sm_unified.sh
source /ccs/proj/cli900/sw/rhea/e3sm-unified/load_latest_e3sm_unified_andes.sh


Change ``.sh`` to ``.csh`` for ``csh`` shells.
Expand Down
6 changes: 4 additions & 2 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Tutorial
********

.. note::
This tutorial uses ``zstash v0.4.2``. Some features have been added/changed since.
This tutorial is specifically for ``zstash v0.4.2``.
Some features have been added/changed since.
Paths for E3SM Unified have also changed.

Some statements on this tutorial have been pulled from other pages of the
documentation. This is done to provide a comprehensive tutorial on a single page.
Expand Down Expand Up @@ -150,7 +152,7 @@ On Compy: ::

$ source /share/apps/E3SM/conda_envs/load_latest_e3sm_unified.sh

For more information, see `<https://acme-climate.atlassian.net/wiki/spaces/EIDMG/pages/780271950/Diagnostics+and+Analysis+Quickstart>`_.
For more information, see :ref:`getting-started`.

Installation with Conda
-----------------------
Expand Down

0 comments on commit 5a7a2a1

Please sign in to comment.