Skip to content

Commit

Permalink
[develop]: Updated ConfigWorkflow.rst to reflect changes to config_de…
Browse files Browse the repository at this point in the history
…faults.yaml (PI13) (ufs-community#1133)

Updated ConfigWorkflow.rst to reflect recent changes to config_defaults.yaml in order to keep documentation up to date.

---------

Co-authored-by: Gillian Petro <[email protected]>
Co-authored-by: Michael Lueken <[email protected]>
  • Loading branch information
3 people authored Sep 16, 2024
1 parent 26cdad8 commit 2308fb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/UsersGuide/CustomizingTheWorkflow/ConfigWorkflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Set File Name Parameters
Name of a file that contains settings and configurations for the :term:`NUOPC`/:term:`ESMF` main component. In general, users should not set this variable in their configuration file (see :ref:`note <tmpl-fn-warning>`).

``UFS_CONFIG_FN``: (Default: "ufs.configure")
Name of a file that contains information about the various :term:`UFS` components and their run sequence. In general, users should not set this variable in their configuration file (see :ref:`note <tmpl-fn-warning>`).
Name of a template file that contains information about the various :term:`UFS` components and their run sequence. In general, users should not set this variable in their configuration file (see :ref:`note <tmpl-fn-warning>`).

``AQM_RC_FN``: (Default: "aqm.rc")
Name of resource file for NOAA Air Quality Model (AQM).
Expand Down Expand Up @@ -1096,10 +1096,10 @@ For each workflow task, certain parameter values must be passed to the job sched

For more information, see the `Intel Development Reference Guide <https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-10/thread-affinity-interface.html>`__.

``OMP_NUM_THREADS_RUN_FCST``: (Default: 1)
``OMP_NUM_THREADS_RUN_FCST``: (Default: 2)
The number of OpenMP threads to use for parallel regions. Corresponds to the ``atmos_nthreads`` value in ``model_configure``.

``OMP_STACKSIZE_RUN_FCST``: (Default: "512m")
``OMP_STACKSIZE_RUN_FCST``: (Default: "1024m")
Controls the size of the stack for threads created by the OpenMP implementation.

.. _ModelConfigParams:
Expand Down

0 comments on commit 2308fb5

Please sign in to comment.