Skip to content

Commit

Permalink
Add "cubed_sphere_grid_" prefix where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Sep 26, 2024
1 parent 607b74c commit 85ccdb4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion algorithm/atmosphere/fv3jedi_fv3inc_lgetkf.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ members from template:
state variables: *bkgvars
jedi increment input:
filetype: cube sphere history
filename: ./anl/mem%mem%/atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
filename: ./anl/mem%mem%/cubed_sphere_grid_atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
provider: ufs
fv3 increment output:
filetype: auxgrid
Expand Down
2 changes: 1 addition & 1 deletion algorithm/atmosphere/fv3jedi_fv3inc_variational.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ members:
filetype: fms restart
is restart: false
filename is datetime templated: true
filename_nonrestart: ./anl/atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
filename_nonrestart: ./anl/cubed_sphere_grid_atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
fv3 increment output:
filetype: fms restart
is restart: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output:
state component:
filetype: cube sphere history
filename: ./anl/atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
filename: ./anl/cubed_sphere_grid_atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
provider: ufs
fields to write: {{analysis_variables}}
geometry:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ output:
state component:
filetype: fms restart
is restart: false
filename_nonrestart: ./anl/atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
filename_nonrestart: ./anl/cubed_sphere_grid_atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
fields to write: {{analysis_variables}}
geometry:
fms initialization:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
filetype: cube sphere history
provider: ufs
filename: ./anl/mem%{member}%/atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
filename: ./anl/mem%{member}%/cubed_sphere_grid_atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
filetype: fms restart
is restart: false
filename_nonrestart: ./anl/mem%{member}%/atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4
filename_nonrestart: ./anl/mem%{member}%/cubed_sphere_grid_atminc.%yyyy%mm%dd.%hh%MM%ssz.nc4

0 comments on commit 85ccdb4

Please sign in to comment.