From 45ef096d49532873f7c9ddf89216f5d65005f779 Mon Sep 17 00:00:00 2001 From: MatthewPyle-NOAA <48285220+MatthewPyle-NOAA@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:02:30 -0400 Subject: [PATCH] Update Quickstart.rst Believe now has it the way I want it. --- docs/source/Quickstart.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/source/Quickstart.rst b/docs/source/Quickstart.rst index 4328491c7..6f16244ec 100644 --- a/docs/source/Quickstart.rst +++ b/docs/source/Quickstart.rst @@ -16,16 +16,20 @@ Building RRFS workflow .. code-block:: console - git clone https://github.com/NOAA-EMC/rrfs-workflow.git + git clone https://github.com/NOAA-EMC/rrfs-workflow.git - #. Move to the sorc directory, and build the needed executables for the workflow: + #. Move to the sorc directory: .. code-block:: console - cd rrfs-workflow/sorc - ./app_build.sh --extrn --noifi --nogtg + cd rrfs-workflow/sorc -The above command uses the ``--extrn`` flag to do the code checkout, the ``--noifi`` flag avoids building the IFI (icing) library, and the ``--nogtg`` flag avoids building the GTG (turbulence) library. Most users do not have access to the IFI and GTG codes. + #. Build the needed executables for the workflow: + + .. code-block:: console + + ./app_build.sh --extrn --noifi --nogtg + The above command uses the ``--extrn`` flag to do the code checkout, the ``--noifi`` flag avoids building the IFI (icing) library, and the ``--nogtg`` flag avoids building the GTG (turbulence) library. Most users do not have access to the IFI and GTG codes. #. The above command is equal to: @@ -34,7 +38,7 @@ The above command uses the ``--extrn`` flag to do the code checkout, the ``--noi ./manage_externals/checkout_externals ./app_build.sh -p=[machine] --noifi --nogtg - where ```` is one of ``wcoss2``, ``hera``, ``jet``, ``orion``, or ``hercules`` + where ```` is one of ``wcoss2``, ``hera``, ``jet``, ``orion``, or ``hercules`` #. Move to the home directory (rrfs-workflow):