Skip to content

Commit

Permalink
Formatting edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Oct 31, 2023
1 parent 33cb688 commit f39c154
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/UsersGuide/source/BuildingRunningTesting/RunSRW.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,14 @@ Options include:
conda create -y -n workflow_tools -c local workflow_tools
conda activate workflow_tools
In future shells, you can activate and use this environment with:

.. code-block:: console
source ~/conda/etc/profile.d/conda.sh
conda activate workflow_tools
See the `workflow-tools repository <https://github.com/ufs-community/workflow-tools>`__ for additional documentation.
In future shells, you can activate and use this environment with:
.. code-block:: console
source ~/conda/etc/profile.d/conda.sh
conda activate workflow_tools
See the `workflow-tools repository <https://github.com/ufs-community/workflow-tools>`__ for additional documentation.

3) A third option is to build miniconda3 and create an Lmod modulefile that can be loaded with other modules during the workflow. The module can be added to the user's ``wflow_<platform>.lua`` modulefile, and the environments can be activated or deactivated as needed for a particular workflow task. A repository with full installation instructions, a modulefile template, and environment configuration files can be accessed in `NOAA-EPIC/miniconda3 repository <https://github.com/NOAA-EPIC/miniconda3>`__. Full instructions can be viewed in the `README.md file <https://github.com/NOAA-EPIC/miniconda3/edit/master/README.md>`__.

Expand Down

0 comments on commit f39c154

Please sign in to comment.