Skip to content

Commit

Permalink
Per #2279, adding point_weight_flag option to all Point-Stat and Ense…
Browse files Browse the repository at this point in the history
…mble-Stat config file and tweaking whitespace.
  • Loading branch information
JohnHalleyGotway committed Oct 10, 2024
1 parent d3069d0 commit f5f4d99
Show file tree
Hide file tree
Showing 79 changed files with 390 additions and 237 deletions.
8 changes: 5 additions & 3 deletions data/config/EnsembleStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions data/config/GridStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,9 @@ nc_pairs_flag = {
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions data/config/PointStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,10 @@ output_flag = {

////////////////////////////////////////////////////////////////////////////////

tmp_dir = "/tmp";
output_prefix = "";
version = "V12.0.0";
point_weight_flag = NONE;

tmp_dir = "/tmp";
output_prefix = "";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions internal/test_unit/config/EnsembleStatConfig
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions internal/test_unit/config/EnsembleStatConfig_MASK_SID
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions internal/test_unit/config/EnsembleStatConfig_climo
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions internal/test_unit/config/EnsembleStatConfig_grid_weight
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = ${GRID_WEIGHT};
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = ${GRID_WEIGHT};
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions internal/test_unit/config/EnsembleStatConfig_one_cdf_bin
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions internal/test_unit/config/EnsembleStatConfig_python
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions internal/test_unit/config/EnsembleStatConfig_qty_inc_exc
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions internal/test_unit/config/EnsembleStatConfig_single_file_grib
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
8 changes: 5 additions & 3 deletions internal/test_unit/config/EnsembleStatConfig_single_file_nc
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,10 @@ rng = {

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";
grid_weight_flag = NONE;
point_weight_flag = NONE;

output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_APCP_regrid
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_GRIB_lvl_typ_val
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "GRIB_lvl_typ_val";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "GRIB_lvl_typ_val";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_GRIB_set_attr
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "GRIB_set_attr";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "GRIB_set_attr";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_GTG_latlon
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_GTG_lc
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_SEEPS
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,9 @@ seeps_grid_climo_name = "${SEEPS_GRID_CLIMO_NAME}";
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_WRF_pres
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,9 @@ ugrid_coordinates_file = "";
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_apply_mask
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = COS_LAT;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_climo_WMO
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = COS_LAT;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_climo_prob
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = COS_LAT;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_climo_wrap_year
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_fbias_perc_thresh
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_fourier
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_gen_ens_prod
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,9 @@ ugrid_coordinates_file = "";
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
7 changes: 4 additions & 3 deletions internal/test_unit/config/GridStatConfig_grid_weight
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,9 @@ seeps_p1_thresh = NA;
////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = ${GRID_WEIGHT};
tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

tmp_dir = "/tmp";
output_prefix = "${OUTPUT_PREFIX}";
version = "V12.0.0";

////////////////////////////////////////////////////////////////////////////////
Loading

0 comments on commit f5f4d99

Please sign in to comment.