From b752321bde3d070f97bc398a92e40a42c3708c7b Mon Sep 17 00:00:00 2001 From: Nicholas Szapiro <149816583+NickSzapiro-NOAA@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:39:02 -0500 Subject: [PATCH] Add temporary suite_gefs.conf for pre-test --- tests/suite_gefs.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/suite_gefs.conf diff --git a/tests/suite_gefs.conf b/tests/suite_gefs.conf new file mode 100644 index 0000000000..f6ea39c3c2 --- /dev/null +++ b/tests/suite_gefs.conf @@ -0,0 +1,13 @@ +COMPILE | s2swa | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | +RUN | cpld_control_gefs | - noaacloud | baseline | +RUN | cpld_restart_gefs | - noaacloud | | cpld_control_gefs +RUN | cpld_dcp_gefs | - noaacloud | | +RUN | cpld_nothr_gefs | - noaacloud | | + +COMPILE | s2swa | gnu | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | +RUN | cpld_control_gefs | - noaacloud | baseline | + +COMPILE | s2swa_debug | intel | -DAPP=S2SWA -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | +RUN | cpld_debug_gefs | - noaacloud | baseline | +COMPILE | s2swa_debug | gnu | -DAPP=S2SWA -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | +RUN | cpld_debug_gefs | - noaacloud | baseline |