Skip to content

Commit

Permalink
add Jet instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Nov 15, 2024
1 parent 2399d6c commit 39e5508
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/UsersGuide/source/baroclinic_wave.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ It is recommended that users adjust certain values in the baroclinic wave case.
In general, it is preferable to make ``FHMAX`` a multiple of 24.

On Jet, users will also need to adjust ``${UFS_WM}/tests/fv3_conf/compile_slurm.IN_jet`` in order to manage memory requirements for longer runs of the ``baroclinic_wave`` test. Users will need to change the number of tasks per node from 8 to 6 and add ``#SBATCH --mem=0``.

The file should say:

.. code-block:: console
#SBATCH --ntasks-per-node=6``
#SBATCH --mem=0
Baseline Configuration
----------------------

Expand Down

0 comments on commit 39e5508

Please sign in to comment.