Skip to content

Commit

Permalink
update aero_diffusionparm.yaml.j2 (#1203)
Browse files Browse the repository at this point in the history
updated aero_diffusionparm.yaml.j2 to make it specific to aero diffusion
  • Loading branch information
andytangborn committed Jun 26, 2024
1 parent f38389f commit 2daa9fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parm/aero/berror/aero_diffusionparm.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ background error:
saber block name: diffusion
calibration:
normalization:
iterations: {{ diff_iter }}
iterations: {{ aero_diffusion_iter }}
groups:
- horizontal:
fixed value: {{ horiz_len }}
fixed value: {{ aero_diffusion_horiz_len }}
write:
filepath: "{{ DATA }}/diffusion/diffusion_hz"
- vertical:
levels: {{ npz_ges }}
fixed value: {{ fixed_val }}
fixed value: {{ aero_diffusion_fixed_val }}
as gaussian: true
write:
filepath: "{{ DATA }}/diffusion/diffusion_vt"
Expand Down

0 comments on commit 2daa9fd

Please sign in to comment.