From 83b58d8b85fa9855a0908316ca349532b2413666 Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Tue, 9 May 2023 21:50:47 -0500 Subject: [PATCH 1/2] Add S2SA to the allowed app list in setup expt Adds S2SA to the list of allowed apps for all experiment types. The workflow config files already supported this option, but it was not on the allowed list. Refs: #1589 --- workflow/setup_expt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/setup_expt.py b/workflow/setup_expt.py index 314efb8cb2d..3cd782a52c5 100755 --- a/workflow/setup_expt.py +++ b/workflow/setup_expt.py @@ -364,7 +364,7 @@ def input_args(): required=True, type=lambda dd: to_datetime(dd)) subp.add_argument('--edate', help='end date experiment', required=True, type=lambda dd: to_datetime(dd)) - ufs_apps = ['ATM', 'ATMA', 'ATMW', 'S2S', 'S2SW'] + ufs_apps = ['ATM', 'ATMA', 'ATMW', 'S2S', 'S2SA', 'S2SW'] # GFS-only arguments for subp in [cycled, forecasts]: From 5334d82745957c38b8850710251682c6898d039c Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Tue, 9 May 2023 21:55:13 -0500 Subject: [PATCH 2/2] Update documentation to add S2SA --- docs/source/setup.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/setup.rst b/docs/source/setup.rst index b042b1d9f6d..ec63327fbca 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -97,6 +97,7 @@ where: - ATMW: atm-wave - ATMA: atm-aerosols - S2S: atm-ocean-ice + - S2SA: atm-ocean-ice-aerosols - S2SW: atm-ocean-ice-wave - S2SWA: atm-ocean-ice-wave-aerosols