From 228d67633162f95ae56270f6dee85b557b0f0bd0 Mon Sep 17 00:00:00 2001 From: Ricardo Todling Date: Wed, 22 May 2024 14:18:13 -0400 Subject: [PATCH 1/2] allow overwrite --- .../NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAENS.rc.tmpl | 1 + .../NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAGEPS.rc.tmpl | 1 + .../NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAOSE.rc.tmpl | 1 + 3 files changed, 3 insertions(+) diff --git a/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAENS.rc.tmpl b/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAENS.rc.tmpl index fb257db..f8ee0d2 100644 --- a/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAENS.rc.tmpl +++ b/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAENS.rc.tmpl @@ -5,6 +5,7 @@ #VERSION: 1 EXPID: >>>EXPID<<< EXPDSC: ensemble_bkg +Allow_Overwrite: .true. GRID_LABELS: PC@LHIS_IMx@LHIS_JM-DC PC@HHIS_IMx@HHIS_JM-DC diff --git a/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAGEPS.rc.tmpl b/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAGEPS.rc.tmpl index 2d72a4d..2bc9db3 100644 --- a/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAGEPS.rc.tmpl +++ b/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAGEPS.rc.tmpl @@ -4,6 +4,7 @@ EXPID: >>>EXPID<<< EXPDSC: ensemble_bkg +Allow_Overwrite: .true. COLLECTIONS: 'prog.eta' # WxMaps and Meteograms diff --git a/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAOSE.rc.tmpl b/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAOSE.rc.tmpl index bb42226..d59c629 100644 --- a/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAOSE.rc.tmpl +++ b/src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/HISTAOSE.rc.tmpl @@ -4,6 +4,7 @@ EXPID: >>>EXPID<<< EXPDSC: ensemble_bkg +Allow_Overwrite: .true. COLLECTIONS: 'bkg.eta' @HRESAENS 'Bkg.eta' From 686f4e2f7c19a236ddec7d1c144fb96836acc64b Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 22 May 2024 21:16:33 -0400 Subject: [PATCH 2/2] Update components.yaml --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index d2e6fb9..63a0d9c 100644 --- a/components.yaml +++ b/components.yaml @@ -182,7 +182,7 @@ RRTMGP: GEOSgcm_App: local: ./src/Applications/@GEOSgcm_App remote: ../GEOSgcm_App.git - tag: v1.9.6+R21C_v1.0.2 + tag: v1.9.6+R21C_v1.0.3 develop: R21C Ocean-LETKF: