From 51d735066722619284e18c97780078b8b6cf11ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cgspetro-NOAA=E2=80=9D?= Date: Wed, 16 Aug 2023 10:13:02 -0400 Subject: [PATCH] update # of CCPP suites --- docs/UsersGuide/source/Reference/FAQ.rst | 5 +++-- .../source/TinkeringWWflowDetails/ConfigWorkflow.rst | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/UsersGuide/source/Reference/FAQ.rst b/docs/UsersGuide/source/Reference/FAQ.rst index be5dfcc3b1..61e63edd63 100644 --- a/docs/UsersGuide/source/Reference/FAQ.rst +++ b/docs/UsersGuide/source/Reference/FAQ.rst @@ -30,7 +30,7 @@ See :numref:`Section %s ` and/or :numref:`Section %s `. @@ -247,7 +248,7 @@ Then, users can configure a new experiment by updating the environment variables How can I add a physics scheme (e.g., YSU PBL) to the UFS SRW App? ==================================================================== -At this time, there are ten physics suites available in the SRW App, :ref:`four of which are fully supported `. However, several additional physics schemes are available in the UFS Weather Model (WM) and can be enabled in the SRW App. The CCPP Scientific Documentation details the various `namelist options `__ available in the UFS WM, including physics schemes, and also includes an `overview of schemes and suites `__. +At this time, there are ten physics suites available in the SRW App, :ref:`five of which are fully supported `. However, several additional physics schemes are available in the UFS Weather Model (WM) and can be enabled in the SRW App. The CCPP Scientific Documentation details the various `namelist options `__ available in the UFS WM, including physics schemes, and also includes an `overview of schemes and suites `__. To enable an additional physics scheme, such as the YSU PBL scheme, in the SRW App, users must modify ``ufs-srweather-app/parm/FV3.input.yml`` and set the variable corresponding to the desired physics scheme to *True* under the physics suite they would like to use (e.g., ``do_ysu = True``). It may be necessary to disable another physics scheme, too. For example, when using the YSU PBL scheme, users should disable the default SATMEDMF PBL scheme (*satmedmfvdifq*) by setting the ``satmedmf`` variable to *False* in the ``FV3.input.yml`` file. diff --git a/docs/UsersGuide/source/TinkeringWWflowDetails/ConfigWorkflow.rst b/docs/UsersGuide/source/TinkeringWWflowDetails/ConfigWorkflow.rst index 0ffb4e1e2f..0646986db8 100644 --- a/docs/UsersGuide/source/TinkeringWWflowDetails/ConfigWorkflow.rst +++ b/docs/UsersGuide/source/TinkeringWWflowDetails/ConfigWorkflow.rst @@ -306,7 +306,7 @@ CCPP Parameter | ``"FV3_RRFS_v1beta"`` | ``"FV3_HRRR"`` | ``"FV3_WoFS_v0"`` - | ``"FV3_RAP"`` (limited support) + | ``"FV3_RAP"`` Other valid values can be found in the ``ush/valid_param_vals.yaml`` file, but users can not expect full support for these schemes.