Skip to content

Commit

Permalink
use auto numerated list and code-block
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Nov 13, 2024
1 parent f13082e commit 188d074
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/source/noaa_csp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,8 @@ or access the cluster from your web terminal, one can start clone, compile, and
cd /contrib/$USER #you should have a username, and have a directory at /contrib where we save our permanent files.
git clone --recursive git@github.com:NOAA-EMC/global-workflow.git global-workflow
#or the develop form at EPIC:
#or the develop fork at EPIC:
git clone --recursive git@github.com:NOAA-EPIC/global-workflow-cloud.git global-workflow-cloud
#. compile global-workflow:

.. code-block:: console
Expand All @@ -344,7 +343,6 @@ or access the cluster from your web terminal, one can start clone, compile, and
cd sorc
build_all.sh # or similar command to compile for gefs, or others.
link_workflow.sh # after build_all.sh finished successfully
#. As users may define a very small cluster as controller, one may use the script below to compile in compute node.
Save the this script in a file, say, com.slurm, and submit this job with command "sbatch com.slurm":

Expand All @@ -366,7 +364,6 @@ or access the cluster from your web terminal, one can start clone, compile, and
#build_all.sh
build_all.sh -w
link_workflow.sh
#. run global-workflow C48 ATM test case (assume user has /lustre filesystem attached):

.. code-block:: console
Expand Down

0 comments on commit 188d074

Please sign in to comment.