Skip to content

Commit

Permalink
end of day commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Nov 13, 2024
1 parent 375a5d8 commit 9ef5528
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parm/jcb-gdas
4 changes: 3 additions & 1 deletion parm/snow/jcb-base.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ snow_orog_files_path: "{{ FIXgfs }}/orog/{{ CASE }}"
snow_orog_prefix: "{{ CASE }}.mx{{ OCNRES }}"

# Background
snow_background_path: ./bkg
snow_background_path: {{snow_bkg_path}}
background_ensemble_path: ./ens/mem%mem%

# Background error
Expand Down Expand Up @@ -100,6 +100,8 @@ snow_obsbiasout_suffix: ".satbias.nc"
snow_obsbiascovout_prefix: "{{APREFIX}}"
snow_obsbiascovout_suffix: ".satbias_cov.nc"

# Ensemble mean things
snow_number_ensemble_members: {{NMEM_ENS}}

# Local Ensemble DA (LETKF)
# -------------------------
Expand Down
4 changes: 2 additions & 2 deletions parm/snow/letkfoi/ens_apply_incr_nml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
hour_str = "{{ current_cycle | strftime('%H') }}",
res = {{ CASE_ENS[1:] }},
frac_grid = .true.,
rst_path = "{{ DATAROOT }}/anl/mem{{ MYMEM }}",
inc_path = "{{ DATAROOT }}/inc/ensmean",
rst_path = "{{ DATA }}/anl/mem{{ MYMEM }}",
inc_path = "{{ DATA }}/anl",
orog_path = "{{ HOMEgfs }}/fix/orog/{{ CASE_ENS }}",
otype = "{{ CASE_ENS }}.mx{{ OCNRES }}_oro_data"
/

0 comments on commit 9ef5528

Please sign in to comment.