Skip to content

Commit

Permalink
write out aerosol analysis for GEFS + ensure proper increment resolut…
Browse files Browse the repository at this point in the history
…ion for cycling (#55)

This PR will write out a separate aerosol analysis on the analysis
resolution to be picked up by the GEFS aerosol member, it also corrects
the resolution of the increment write for cycling which should be the
background resolution, not the analysis resolution.

---------

Co-authored-by: Cory Martin <[email protected]>
  • Loading branch information
CoryMartin-NOAA and Cory Martin authored Dec 13, 2024
1 parent cd76015 commit 1c8c6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions model/aero/aero_final_increment_cubed_sphere.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ geometry:
layout:
- {{aero_layout_x}}
- {{aero_layout_y}}
npx: {{aero_npx_anl}}
npy: {{aero_npy_anl}}
npz: {{aero_npz_anl}}
npx: {{aero_npx_ges}}
npy: {{aero_npy_ges}}
npz: {{aero_npz_ges}}
field metadata override: "{{aero_fv3jedi_files_path}}/fv3jedi_fieldmetadata_restart.yaml"
output:
state component:
Expand Down

0 comments on commit 1c8c6b8

Please sign in to comment.