Skip to content

Commit

Permalink
Per #2022, add sum to the list of time_summary types to the default c…
Browse files Browse the repository at this point in the history
…onfig file for the MET point processing tools.
  • Loading branch information
JohnHalleyGotway committed Jul 8, 2022
1 parent b07d5d8 commit 9175aa3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/config/Ascii2NcConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ time_summary = {
width = 600;
grib_code = [ 11, 204, 211 ];
obs_var = [];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80" ];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80", "sum" ];
vld_freq = 0;
vld_thresh = 0.0;
}
Expand Down
2 changes: 1 addition & 1 deletion data/config/IODA2NCConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ time_summary = {
width = 600;
grib_code = [];
obs_var = [ "TMP", "WDIR", "RH" ];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80" ];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80", "sum" ];
vld_freq = 0;
vld_thresh = 0.0;
}
Expand Down
2 changes: 1 addition & 1 deletion data/config/Madis2NcConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ time_summary = {
width = 600;
grib_code = [ 11, 204, 211 ];
obs_var = [];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80" ];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80", "sum" ];
vld_freq = 0;
vld_thresh = 0.0;
}
Expand Down
2 changes: 1 addition & 1 deletion data/config/PB2NCConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ time_summary = {
width = 600;
grib_code = [];
obs_var = [ "TMP", "WDIR", "RH" ];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80" ];
type = [ "min", "max", "range", "mean", "stdev", "median", "p80", "sum" ];
vld_freq = 0;
vld_thresh = 0.0;
}
Expand Down

0 comments on commit 9175aa3

Please sign in to comment.