Skip to content

Commit

Permalink
reduce variables in snow recenter template
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jul 30, 2024
1 parent 2280644 commit 9c322d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions algorithm/snow/fv3jedi_land_ensrecenter.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ increment mask:
background:
datetime: "{{ snow_background_time_iso }}"
filetype: fms restart
state variables: [snodl,vtype,slmsk]
state variables: [slmsk]
datapath: ./bkg/mem001
filename is datetime templated: true
filename_core: "%yyyy%mm%dd.%hh%MM%ss.fv_core.res.nc"
Expand All @@ -31,7 +31,7 @@ increment mask:
deterministic increment:
datetime: "{{ snow_increment_time_iso }}"
filetype: fms restart
state variables: [snodl,vtype,slmsk]
state variables: [snodl]
datapath: ./inc/det_ensres
filename is datetime templated: true
filename_core: "snowinc.%yyyy%mm%dd.%hh%MM%ss.fv_core.res.nc"
Expand All @@ -43,7 +43,7 @@ deterministic increment:
deterministic background:
datetime: "{{ snow_background_time_iso }}"
filetype: fms restart
state variables: [snodl,vtype,slmsk]
state variables: [snodl]
datapath: ./bkg/det_ensres
filename is datetime templated: true
filename_core: "%yyyy%mm%dd.%hh%MM%ss.fv_core.res.nc"
Expand All @@ -70,7 +70,7 @@ ensemble backgrounds:
template:
datetime: "{{ snow_background_time_iso }}"
filetype: fms restart
state variables: [snodl,vtype,slmsk]
state variables: [snodl]
datapath: ./bkg/mem%mem%
filename is datetime templated: true
filename_core: "%yyyy%mm%dd.%hh%MM%ss.fv_core.res.nc"
Expand Down

0 comments on commit 9c322d9

Please sign in to comment.