From 873ea5cf9237db997723a7ba2464874b5b44872d Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Wed, 22 Jan 2025 21:18:23 -0600 Subject: [PATCH] Restore old sfs case and make new one for PRs The SFS case is moved back to its original position in an sfs directory, then a copy is made in the PR directory using a shorter time period and a couple other changes. --- ci/cases/pr/C96mx100_S2S.yaml | 6 +++--- ci/cases/sfs/C96mx100_S2S.yaml | 19 +++++++++++++++++++ ci/cases/yamls/sfs_defaults.yaml | 4 ++-- ci/cases/yamls/sfs_full.yaml | 31 +++++++++++++++++++++++++++++++ 4 files changed, 55 insertions(+), 5 deletions(-) create mode 100644 ci/cases/sfs/C96mx100_S2S.yaml create mode 100644 ci/cases/yamls/sfs_full.yaml diff --git a/ci/cases/pr/C96mx100_S2S.yaml b/ci/cases/pr/C96mx100_S2S.yaml index ddc9b83829..c46d45ec9d 100644 --- a/ci/cases/pr/C96mx100_S2S.yaml +++ b/ci/cases/pr/C96mx100_S2S.yaml @@ -3,7 +3,7 @@ experiment: mode: forecast-only arguments: - idate: 1994050100 + idate: 1994050100 edate: 1994050100 pslot: {{ 'pslot' | getenv }} app: S2S @@ -11,9 +11,9 @@ arguments: resensatmos: 96 resdetocean: 1 start: 'cold' - nens: 10 + nens: 2 comroot: {{ 'RUNTESTS' | getenv }}/COMROOT expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR - icsdir: {{ 'TOPICDIR' | getenv }}/HR4/C96mx100 + icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C96mx100/20240610 yaml: {{ HOMEgfs }}/ci/cases/yamls/sfs_defaults.yaml diff --git a/ci/cases/sfs/C96mx100_S2S.yaml b/ci/cases/sfs/C96mx100_S2S.yaml new file mode 100644 index 0000000000..448adc670d --- /dev/null +++ b/ci/cases/sfs/C96mx100_S2S.yaml @@ -0,0 +1,19 @@ +experiment: + system: sfs + mode: forecast-only + +arguments: + idate: 1994050100 + edate: 1994050100 + pslot: {{ 'pslot' | getenv }} + app: S2S + resdetatmos: 96 + resensatmos: 96 + resdetocean: 1 + start: 'cold' + nens: 10 + comroot: {{ 'RUNTESTS' | getenv }}/COMROOT + expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR + icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C96mx100/20240610 + yaml: {{ HOMEgfs }}/ci/cases/yamls/sfs_full.yaml + diff --git a/ci/cases/yamls/sfs_defaults.yaml b/ci/cases/yamls/sfs_defaults.yaml index 1312d715fb..777849abb6 100644 --- a/ci/cases/yamls/sfs_defaults.yaml +++ b/ci/cases/yamls/sfs_defaults.yaml @@ -9,13 +9,13 @@ base: DO_AWIPS: "NO" KEEPDATA: "NO" DO_EXTRACTVARS: "NO" - FHMAX_GFS: 2976 + FHMAX_GFS: 144 FHMAX_HF_GFS: 0 FHOUT_HF_GFS: 1 FHOUT_GFS: 24 FHOUT_OCN_GFS: 24 FHOUT_ICE_GFS: 24 - FCST_BREAKPOINTS: "" + FCST_BREAKPOINTS: "48,96" REPLAY_ICS: "NO" USE_OCN_ENS_PERTURB_FILES: "YES" USE_ATM_ENS_PERTURB_FILES: "YES" diff --git a/ci/cases/yamls/sfs_full.yaml b/ci/cases/yamls/sfs_full.yaml new file mode 100644 index 0000000000..1312d715fb --- /dev/null +++ b/ci/cases/yamls/sfs_full.yaml @@ -0,0 +1,31 @@ +base: + DO_JEDIATMVAR: "NO" + DO_JEDIATMENS: "NO" + DO_JEDIOCNVAR: "NO" + DO_JEDISNOWDA: "NO" + DO_MERGENSST: "NO" + DO_BUFRSND: "NO" + DO_GEMPAK: "NO" + DO_AWIPS: "NO" + KEEPDATA: "NO" + DO_EXTRACTVARS: "NO" + FHMAX_GFS: 2976 + FHMAX_HF_GFS: 0 + FHOUT_HF_GFS: 1 + FHOUT_GFS: 24 + FHOUT_OCN_GFS: 24 + FHOUT_ICE_GFS: 24 + FCST_BREAKPOINTS: "" + REPLAY_ICS: "NO" + USE_OCN_ENS_PERTURB_FILES: "YES" + USE_ATM_ENS_PERTURB_FILES: "YES" + HPSSARCH: "NO" + LOCALARCH: "NO" + ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }} +fcst: + TYPE: "hydro" + MONO: "mono" + reforecast: "YES" + FHZER: 24 +ocn: + MOM6_INTERP_ICS: "YES"