Skip to content

Commit

Permalink
Per #2780, add/update GRIB2 tables
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Oct 30, 2024
1 parent 5727bdc commit 8aedc92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion data/table_files/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,14 @@ tablefiles_DATA = \
grib1_lidar2nc.txt \
grib2_all.txt \
grib2_bom.txt \
grib2_dwd.txt \
grib2_ecmwf.txt \
grib2_gpp_af.txt \
grib2_kma.txt \
grib2_mrms.txt \
grib2_nbm.txt \
grib2_ndfd.txt \
grib2_nbm.txt
grib2_tigge.txt

EXTRA_DIST = ${tablefiles_DATA}

Expand Down
6 changes: 5 additions & 1 deletion data/table_files/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,14 @@ tablefiles_DATA = \
grib1_lidar2nc.txt \
grib2_all.txt \
grib2_bom.txt \
grib2_dwd.txt \
grib2_ecmwf.txt \
grib2_gpp_af.txt \
grib2_kma.txt \
grib2_mrms.txt \
grib2_nbm.txt \
grib2_ndfd.txt \
grib2_nbm.txt
grib2_tigge.txt

EXTRA_DIST = ${tablefiles_DATA}
MAINTAINERCLEANFILES = Makefile.in
Expand Down

0 comments on commit 8aedc92

Please sign in to comment.