From f38389fd18c2da10f30449083ccfb0ed5d461857 Mon Sep 17 00:00:00 2001 From: Andy Tangborn <71304161+andytangborn@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:16:02 -0400 Subject: [PATCH] Update diffusion parameters yaml (#1200) This PR updates the diffusion parameter path in the yaml so that it matches workflow changes. I separate global workflow PR will be issued shortly. --- parm/aero/berror/aero_diffusionparm.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parm/aero/berror/aero_diffusionparm.yaml.j2 b/parm/aero/berror/aero_diffusionparm.yaml.j2 index 2c6f319..55cbece 100644 --- a/parm/aero/berror/aero_diffusionparm.yaml.j2 +++ b/parm/aero/berror/aero_diffusionparm.yaml.j2 @@ -40,11 +40,11 @@ background error: - horizontal: fixed value: {{ horiz_len }} write: - filepath: "{{ DATA }}/berror/diffusion_hz" + filepath: "{{ DATA }}/diffusion/diffusion_hz" - vertical: levels: {{ npz_ges }} fixed value: {{ fixed_val }} as gaussian: true write: - filepath: "{{ DATA }}/berror/diffusion_hz" + filepath: "{{ DATA }}/diffusion/diffusion_vt"