From 7d1a32132d5c8bfbd058996e45c83ac20937cac7 Mon Sep 17 00:00:00 2001 From: CoryMartin-NOAA Date: Tue, 26 Nov 2024 18:31:25 +0000 Subject: [PATCH] working with jcb --- parm/aero/jcb-base.yaml.j2 | 17 ++++++++++------- parm/jcb-gdas | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/parm/aero/jcb-base.yaml.j2 b/parm/aero/jcb-base.yaml.j2 index 86988206d..6d1cf7b7f 100644 --- a/parm/aero/jcb-base.yaml.j2 +++ b/parm/aero/jcb-base.yaml.j2 @@ -74,19 +74,22 @@ aero_background_error_time_fv3: "{{ background_time | to_fv3time }}" # Background error aero_berror_data_directory: "{{ DATA }}/berror" aero_berror_diffusion_directory: "{{ DATA }}/diffusion" -aero_standard_devation_path: ./stddev +aero_standard_deviation_path: ./stddev aero_climatological_b_path: ./clm_stddev +aero_rescale_b_path: ./rescale aero_diagb_weight: {{ aero_diagb_weight | default(1.0, true) }} aero_diagb_static_rescale_factor: {{aero_staticb_rescaling_factor | default(1.0, true) }} -aero_diagb_rescale_factor: {{aero_diagb_rescale | default(1.0, true) }} -aero_diagb_n_halo: {{ aero_diagb_n_halo | default(1, true) }} -aero_diagb_n_neighbors: {{ aero_diagb_n_neighbors | default(1, true) }} -aero_diagb_smooth_horiz_iter: {{ aero_diagb_smooth_horiz_iter | default(1, true) }} -aero_diagb_smooth_vert_iter: {{ aero_diagb_smooth_vert_iter | default(1, true) }} -aero_diffusion_iter: {{ aero_diffusion_iter | default(1, true) }} +aero_diagb_n_halo: {{ aero_diagb_n_halo | default(0) }} +aero_diagb_n_neighbors: {{ aero_diagb_n_neighbors | default(0) }} +aero_diagb_smooth_horiz_iter: {{ aero_diagb_smooth_horiz_iters | default(0) }} +aero_diagb_smooth_vert_iter: {{ aero_diagb_smooth_vert_iters | default(0) }} +aero_diffusion_iter: {{ aero_diffusion_iter | default(0) }} aero_diffusion_horiz_len: {{ aero_diffusion_horiz_len | default(1.0, true)}} aero_diffusion_fixed_val: {{ aero_diffusion_fixed_val | default(1.0, true)}} +# Analysis +aero_analysis_path: ./anl + # Forecasting aero_forecast_timestep: "{{ BKG_TSTEP }}" diff --git a/parm/jcb-gdas b/parm/jcb-gdas index 77fdc329d..a2faa381b 160000 --- a/parm/jcb-gdas +++ b/parm/jcb-gdas @@ -1 +1 @@ -Subproject commit 77fdc329d45b54529499f4033851e50e1dee0697 +Subproject commit a2faa381b76378728dd6695387b78f99f3e0ee9f