Skip to content

Commit

Permalink
placeholders for climatological b
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jul 8, 2024
1 parent 812fc75 commit e25b90a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions parm/config/gfs/config.aeroanl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export CASE_ANL=${CASE}
export OBS_LIST="${PARMgfs}/gdas/aero/obs/lists/gdas_aero.yaml.j2"
export STATICB_TYPE='diffusion'
export BERROR_YAML="${PARMgfs}/gdas/aero/berror/staticb_${STATICB_TYPE}.yaml.j2"
export BERROR_DATA_DIR="${FIXgfs}/gdas/bump/aero/${CASE_ANL}/"
export BERROR_DATE="20160630.000000"
export BERROR_DATA_DIR="${FIXgfs}/gdas/aero/clim_b"

export CRTM_FIX_YAML="${PARMgfs}/gdas/aero_crtm_coeff.yaml.j2"
export JEDI_FIX_YAML="${PARMgfs}/gdas/aero_jedi_fix.yaml.j2"
Expand Down
7 changes: 7 additions & 0 deletions parm/gdas/aero_stage_bmatrix_bkg.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
mkdir:
- "{{ DATA }}/bkg"
- "{{ DATA }}/stddev"
- "{{ DATA }/clm_stddev"}
- "{{ DATA }}/diffusion"
copy:
######################################
Expand All @@ -29,3 +30,9 @@ copy:
- ["{{ COM_ATMOS_RESTART_TMPL | replace_tmpl(tmpl_dict) }}/{{ background_time | to_fv3time }}.{{ ftype }}.tile{{ tile }}.nc", "{{ DATA }}/bkg/{{ background_time | to_fv3time }}.{{ ftype }}.tile{{ tile }}.nc"]
{% endfor %}
{% endfor %}
# copy climatological stddev files
######################################
#{% for tile in range(1, ntiles+1) %}
#- ["{{ BERROR_DATA_DIR }}/stddev.fv_tracer.res.tile{{ tile }}.nc", "{{ DATA }}/clm_stddev/stddev.fv_tracer.res.tile{{ tile }}.nc"]
#{% endfor %}
#

0 comments on commit e25b90a

Please sign in to comment.