Skip to content

Commit

Permalink
try to write out analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Martin authored and Cory Martin committed Dec 13, 2024
1 parent cd76015 commit a9ceb2f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions model/aero/aero_final_analysis.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
geometry:
fms initialization:
namelist filename: "{{aero_fv3jedi_files_path}}/fmsmpp.nml"
field table filename: "{{aero_fv3jedi_files_path}}/field_table"
akbk: "{{aero_fv3jedi_files_path}}/akbk.nc4"
layout:
- {{aero_layout_x}}
- {{aero_layout_y}}
npx: {{aero_npx_anl}}
npy: {{aero_npy_anl}}
npz: {{aero_npz_anl}}
field metadata override: "{{aero_fv3jedi_files_path}}/fv3jedi_fieldmetadata_restart.yaml"
datapath: {{ aero_analysis_path }}
prefix: aeroanl
filetype: fms restart
filename_core: '{{ aero_cycle_time_fv3 }}.fv_core.res.nc'
filename_trcr: '{{ aero_cycle_time_fv3 }}.fv_tracer.res.nc'
filename_cplr: '{{ aero_cycle_time_fv3 }}.coupler.res'
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 a9ceb2f

Please sign in to comment.