Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dev/parm/config/gcafs/config.atmos_products
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ source "${EXPDIR}/config.resources" atmos_products
export MAX_TASKS=25

if [[ "${RUN:-}" == "gcdas" ]]; then
export downset=1
export downset=2
export FHOUT_PGBS=${FHOUT:-1} # Output frequency of supplemental gfs pgb file at 1.0 and 0.5 deg
export FLXGF="NO" # Create interpolated sflux.1p00 file
export WGNE="NO" # WGNE products are created for first FHMAX_WGNE forecast hours
export FHMAX_WGNE=0
elif [[ "${RUN:-}" == "gcafs" ]]; then
export downset=1
export downset=2
export FHOUT_PGBS=${FHOUT_GFS:-3} # Output frequency of supplemental gfs pgb file at 1.0 and 0.5 deg
export FLXGF="NO" # Create interpolated sflux.1p00 file
export WGNE="NO" # WGNE products are created for first FHMAX_WGNE forecast hours
Expand All @@ -30,5 +30,7 @@ export paramlista="${PARMgfs}/product/gcafs.fFFF.paramlist.a.txt"
export paramlista_anl="${PARMgfs}/product/gcafs.anl.paramlist.a.txt"
export paramlista_f000="${PARMgfs}/product/gcafs.f000.paramlist.a.txt"
export paramlistb="${PARMgfs}/product/gcafs.fFFF.paramlist.b.txt"
export paramlistb_anl="${PARMgfs}/product/gcafs.anl.paramlist.b.txt"
export paramlistb_f000="${PARMgfs}/product/gcafs.f000.paramlist.b.txt"

echo "END: config.atmos_products"
6 changes: 4 additions & 2 deletions parm/archive/master_gcafs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ datasets:
- "{{ COMIN_ATMOS_HISTORY | relpath(ROTDIR) }}/{{ head }}atm.f{{ '%03d' % fhr }}.nc"
- "{{ COMIN_ATMOS_HISTORY | relpath(ROTDIR) }}/{{ head }}sfc.f{{ '%03d' % fhr }}.nc"
{% endfor %}
{# TODO: reenable when pres_b files are ready to archive

{% if ARCH_GAUSSIAN %}
{% for fhr in range(0, FHMAX_GFS + FHOUT_GFS, FHOUT_GFS) %}
- "{{ COMIN_ATMOS_GRIB_0p25 | relpath(ROTDIR) }}/{{ head }}pres_b.0p25.f{{ '%03d' % fhr }}.grib2"
- "{{ COMIN_ATMOS_GRIB_0p25 | relpath(ROTDIR) }}/{{ head }}pres_b.0p25.f{{ '%03d' % fhr }}.grib2.idx"
- "{{ COMIN_ATMOS_GRIB_0p50 | relpath(ROTDIR) }}/{{ head }}pres_b.0p50.f{{ '%03d' % fhr }}.grib2"
- "{{ COMIN_ATMOS_GRIB_0p50 | relpath(ROTDIR) }}/{{ head }}pres_b.0p50.f{{ '%03d' % fhr }}.grib2.idx"
- "{{ COMIN_ATMOS_GRIB_1p00 | relpath(ROTDIR) }}/{{ head }}pres_b.1p00.f{{ '%03d' % fhr }}.grib2"
- "{{ COMIN_ATMOS_GRIB_1p00 | relpath(ROTDIR) }}/{{ head }}pres_b.1p00.f{{ '%03d' % fhr }}.grib2.idx"
{% endfor %}
{% endif %}
end TODO #}

- "{{ COMIN_CONF | relpath(ROTDIR) }}/ufs.input.nml"
# Forecast GRIB2 products
{% for fhr in range(FHMIN_GFS, FHMAX_GFS + FHOUT_GFS, FHOUT_GFS) %}
Expand Down
Loading
Loading