Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/source/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
Start your run
==============

Make sure a rocoto module is loaded: ``module load rocoto``
Make sure a rocoto module is loaded. The easiest way to do this is ``source dev/ush/gw_setup.sh``.

.. warning::
Sourcing gw_setup.sh will wipe your existing lmod environment

.. note::
Bash shell is required to source gw_setup.sh

If needed check for available rocoto modules on machine: ``module avail rocoto`` or ``module spider rocoto``

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Start your run from within your EXPDIR
Expand Down
Loading