From cd439d0bf2ae5fb57139fcb9983aa2755fdc9b2c Mon Sep 17 00:00:00 2001 From: Rahul Mahajan Date: Fri, 29 Sep 2023 15:35:54 -0400 Subject: [PATCH] Add coupled forecast-only tests for S2S and S2SW (#1895) This PR: - replaces the PR C48 S2S forecast-only test with a S2SW configuration - adds a weekly C384 S2SWA forecast-only test. The C384 S2SWA is a weekly test and will not be triggered/tested in this PR, but will be tested on Friday. See notes on Orion below in the testing section. @JessicaMeixner-NOAA kindly provided the details in https://github.com/NOAA-EMC/global-workflow/issues/1794#issuecomment-1740768751 --- ci/cases/pr/{C48_S2S.yaml => C48_S2SW.yaml} | 2 +- ci/cases/weekly/C384_S2SWA.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) rename ci/cases/pr/{C48_S2S.yaml => C48_S2SW.yaml} (95%) create mode 100644 ci/cases/weekly/C384_S2SWA.yaml diff --git a/ci/cases/pr/C48_S2S.yaml b/ci/cases/pr/C48_S2SW.yaml similarity index 95% rename from ci/cases/pr/C48_S2S.yaml rename to ci/cases/pr/C48_S2SW.yaml index 00d391559d..aba66cb4f3 100644 --- a/ci/cases/pr/C48_S2S.yaml +++ b/ci/cases/pr/C48_S2SW.yaml @@ -4,7 +4,7 @@ experiment: arguments: pslot: ${pslot} - app: S2S + app: S2SW resdet: 48 comrot: ${RUNTESTS}/COMROT expdir: ${RUNTESTS}/EXPDIR diff --git a/ci/cases/weekly/C384_S2SWA.yaml b/ci/cases/weekly/C384_S2SWA.yaml new file mode 100644 index 0000000000..d494efb44b --- /dev/null +++ b/ci/cases/weekly/C384_S2SWA.yaml @@ -0,0 +1,13 @@ +experiment: + type: gfs + mode: forecast-only + +arguments: + pslot: ${pslot} + app: S2SWA + resdet: 384 + comrot: ${RUNTESTS}/COMROT + expdir: ${RUNTESTS}/EXPDIR + idate: 2016070100 + edate: 2016070100 + yaml: ${HOMEgfs_PR}/ci/platforms/gfs_defaults_ci-updates.yaml