Skip to content

Commit

Permalink
update to snow recentering
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jul 30, 2024
1 parent 41ee2a2 commit 2280644
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion algorithm/snow/fv3jedi_land_ensrecenter.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,20 @@ date: "{{ snow_background_time_iso }}"
variables: [totalSnowDepth]
increment mask:
variable: [slmsk]
maxvalue: 0.99
minvalue: 0.99
maxvalue: 1.01
background:
datetime: "{{ snow_background_time_iso }}"
filetype: fms restart
state variables: [snodl,vtype,slmsk]
datapath: ./bkg/mem001
filename is datetime templated: true
filename_core: "%yyyy%mm%dd.%hh%MM%ss.fv_core.res.nc"
filename_trcr: "%yyyy%mm%dd.%hh%MM%ss.fv_tracer.res.nc"
filename_sfcd: "%yyyy%mm%dd.%hh%MM%ss.sfc_data.nc"
filename_sfcw: "%yyyy%mm%dd.%hh%MM%ss.fv_srf_wnd.res.nc"
filename_cplr: "%yyyy%mm%dd.%hh%MM%ss.coupler.res"
skip coupler file: true
deterministic increment:
datetime: "{{ snow_increment_time_iso }}"
filetype: fms restart
Expand Down

0 comments on commit 2280644

Please sign in to comment.