Skip to content

Commit

Permalink
Per #2550, add scripts/python/tc_diag/config directory and stash the …
Browse files Browse the repository at this point in the history
…python diagnostics config files there.
  • Loading branch information
JohnHalleyGotway committed Oct 4, 2023
1 parent 2a16674 commit 6350597
Show file tree
Hide file tree
Showing 7 changed files with 676 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,7 @@ AC_CONFIG_FILES([Makefile
scripts/python/utility/Makefile
scripts/python/tc_diag/Makefile
scripts/python/tc_diag/atcf_tools/Makefile
scripts/python/tc_diag/config/Makefile
scripts/python/tc_diag/diag_lib/Makefile
scripts/python/tc_diag/tc_diag_driver/Makefile
data/Makefile
Expand Down
1 change: 1 addition & 0 deletions scripts/python/tc_diag/atcf_tools/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
33 changes: 33 additions & 0 deletions scripts/python/tc_diag/config/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
## Copyright (C) 2000, 2006 Gary V. Vaughan
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2, or (at your option)
## any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
## MA 02110-1301, USA.

# SUBDIRS = include

## Example of how to Install outside of $(pkgdatadir)
## scriptsrootdir = $(prefix)/share/scripts
## pythonutilitydir = ${scriptsrootdir}/utility

tcdiagconfigdir = $(pkgdatadir)/python/tc_diag/config

tcdiagconfig_DATA = \
post_resample.yml \
post_resample_nest.yml

EXTRA_DIST = ${tcdiagconfig_DATA}

MAINTAINERCLEANFILES = Makefile.in
Loading

0 comments on commit 6350597

Please sign in to comment.