Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into feature/hash_update
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLueken committed Sep 20, 2024
2 parents a428e8d + 2308fb5 commit 4715744
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 4715744

Please sign in to comment.