Skip to content

Commit

Permalink
Add FAQ entry for replicating physics settings, fix heading format
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Jul 11, 2024
1 parent 57486e5 commit 5403142
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/UsersGuide/source/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -572,3 +572,12 @@ For the fully coupled S2SWA application, a sample ``ufs.configure`` is shown bel
stop_option = nhours
stop_ymd = -999
::
=====================================================================
How can I run with the same physics as the operational GFS/HAFS/etc.?
=====================================================================

The UFS utilizes the Common Community Physics Package (CCPP) for its physics. This is a shared `software framework <https://github.com/NCAR/ccpp-framework>`_
and `repository of physics code <https://github.com/ufs-community/ccpp-physics>`_ used for sharing physics code among multiple different models and dynamical cores. The physics schemes that will be run depend on the :ref:`Suite Definition File (SDF) <SDF>`. However, using the same SDF is required to run the same physics, it is not sufficient. While we are working towards more unification in the future, for now physics settings are spread between both the SDF *and* the namelist :ref:`FV3 namelist "input.nml" <InputNML>`. So in order to run a simulation with the same physics as an operational product, or some other specific configuration, you will need to use both the same Suite Definition File **and** the same namelist settings. For the namelist settings available for each specific physics configuration, see the latest `CCPP Scientific Documentation <https://dtcenter.org/community-code/common-community-physics-package-ccpp/documentation>`_.


1 change: 1 addition & 0 deletions doc/UsersGuide/source/InputsOutputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,7 @@ The Suite Definition File (SDF)

The `Suite Definition File (SDF) <https://ccpp-techdoc.readthedocs.io/en/latest/ConstructingSuite.html#suite-definition-file>`__ is an XML-format file that specifies the list of physics schemes that can be run by the model.

^^^^^^^^^^^^^^^^
Supported suites
^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 5403142

Please sign in to comment.