Skip to content

Commit

Permalink
Update Quickstart.rst
Browse files Browse the repository at this point in the history
Not yet in final form, but wanted to capture what have already.
  • Loading branch information
MatthewPyle-NOAA authored Oct 31, 2024
1 parent 60b709d commit cb72297
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/Quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Building RRFS workflow
./app_build.sh
Alternatively, the above command can be followed by the platform (machine) name as follows:
Alternatively, the above command can be followed by options to do the checkout_externals step and to avoid compiling certain UPP components that are only available to limited people

.. code-block:: console
./app_build.sh --platform=<machine>
where ``<machine>`` is ``wcoss2``, ``hera``, ``jet``, ``orion``, or ``hercules``.
./app_build.sh --extrn --noifi --nogtg
where the ``--extrn`` does the code checkout, and ``--noifi`` avoids building the IFI (icing) library, and ``--nogtg`` avoid building the GTG (turbulence) library.

#. Move to the home directory (rrfs-workflow):

Expand Down

0 comments on commit cb72297

Please sign in to comment.