From 55160795a2d496de48ed43134941022855429aee Mon Sep 17 00:00:00 2001 From: AndrewEichmann-NOAA Date: Wed, 1 Oct 2025 14:36:44 +0000 Subject: [PATCH] separate ens vs parametric bkgerr stats --- algorithm/marine/soca_diagb.yaml.j2 | 2 +- algorithm/marine/soca_ensb.yaml.j2 | 2 +- ...marine_background_error_hybrid_diffusion_diffusion.yaml.j2 | 4 ++-- model/marine/marine_background_error_static_diffusion.yaml.j2 | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/algorithm/marine/soca_diagb.yaml.j2 b/algorithm/marine/soca_diagb.yaml.j2 index 8369a81a..8be8b26d 100644 --- a/algorithm/marine/soca_diagb.yaml.j2 +++ b/algorithm/marine/soca_diagb.yaml.j2 @@ -19,7 +19,7 @@ background: background error: datadir: ./staticb/ date: '{{ marine_window_middle_iso }}' - exp: bkgerr_stddev + exp: bkgerr_parametric_stddev type: incr variables: diff --git a/algorithm/marine/soca_ensb.yaml.j2 b/algorithm/marine/soca_ensb.yaml.j2 index ab437faf..794dfadc 100644 --- a/algorithm/marine/soca_ensb.yaml.j2 +++ b/algorithm/marine/soca_ensb.yaml.j2 @@ -87,7 +87,7 @@ ssh output: background error output: datadir: ./staticb/ date: '{{ marine_window_begin_iso }}' - exp: bkgerr_stddev + exp: bkgerr_ens_stddev type: incr linear variable change: diff --git a/model/marine/marine_background_error_hybrid_diffusion_diffusion.yaml.j2 b/model/marine/marine_background_error_hybrid_diffusion_diffusion.yaml.j2 index 30ff4218..2833fd42 100644 --- a/model/marine/marine_background_error_hybrid_diffusion_diffusion.yaml.j2 +++ b/model/marine/marine_background_error_hybrid_diffusion_diffusion.yaml.j2 @@ -30,8 +30,8 @@ components: model file: date: '{{marine_stddev_time}}' basename: ./staticb/ - ocn_filename: 'ocn.bkgerr_stddev.nc' - ice_filename: 'ice.bkgerr_stddev.nc' + ocn_filename: 'ocn.bkgerr_ens_stddev.nc' + ice_filename: 'ice.bkgerr_ens_stddev.nc' read_from_file: 3 linear variable change: input variables: diff --git a/model/marine/marine_background_error_static_diffusion.yaml.j2 b/model/marine/marine_background_error_static_diffusion.yaml.j2 index 1ac58209..0d663c57 100644 --- a/model/marine/marine_background_error_static_diffusion.yaml.j2 +++ b/model/marine/marine_background_error_static_diffusion.yaml.j2 @@ -27,8 +27,8 @@ saber outer blocks: model file: date: '{{marine_stddev_time}}' basename: ./staticb/ - ocn_filename: 'ocn.bkgerr_stddev.nc' - ice_filename: 'ice.bkgerr_stddev.nc' + ocn_filename: 'ocn.bkgerr_parametric_stddev.nc' + ice_filename: 'ice.bkgerr_parametric_stddev.nc' read_from_file: 3 #- saber block name: MLBalance