Skip to content

Commit

Permalink
Update diffusion parameters yaml (#1200)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andytangborn authored Jun 25, 2024
1 parent c303d99 commit f38389f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/aero/berror/aero_diffusionparm.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f38389f

Please sign in to comment.