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 188d074 commit 82bf411
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/noaa_csp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ or access the cluster from your web terminal, one can start clone, compile, and
git clone --recursive [email protected]:NOAA-EMC/global-workflow.git global-workflow
#or the develop fork at EPIC:
git clone --recursive [email protected]:NOAA-EPIC/global-workflow-cloud.git global-workflow-cloud
#. compile global-workflow:

.. code-block:: console
Expand All @@ -343,6 +344,7 @@ 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 @@ -358,12 +360,13 @@ or access the cluster from your web terminal, one can start clone, compile, and
#SBATCH -o compile.%J.log
#SBATCH --exclusive
gwhome=/contrib/Wei.Huang/src/global-workflow-cloud # Change this toyour own "global-workflow" source dir
gwhome=/contrib/Wei.Huang/src/global-workflow-cloud # Change this to your own "global-workflow" source dir
cd ${gwhome}/sorc
source ${gwhome}/workflow/gw_setup.sh
#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 82bf411

Please sign in to comment.