Skip to content

Commit

Permalink
Update develop-ref after #2265 (#2267)
Browse files Browse the repository at this point in the history
Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
Co-authored-by: jprestop <jpresto@ucar.edu>
Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>
Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com>
Co-authored-by: Randy Bullock <bullock@seneca.rap.ucar.edu>
Co-authored-by: davidfillmore <fillmore.winslow.david@gmail.com>
Co-authored-by: rgbullock <bullock@ucar.edu>
Co-authored-by: John Halley Gotway <johnhg@kiowa.rap.ucar.edu>
Co-authored-by: johnhg <johnhg@ucar.edu>
Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu>
Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com>
Co-authored-by: Seth Linden <linden@kiowa.rap.ucar.edu>
Co-authored-by: Howard Soh <hsoh@kiowa.rap.ucar.edu>
Co-authored-by: Seth Linden <linden@ucar.edu>
Co-authored-by: hsoh-u <hsoh@ucar.edu>
Co-authored-by: John Halley Gotway <johnhg@seneca.rap.ucar.edu>
Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu>
Co-authored-by: mo-mglover <78152252+mo-mglover@users.noreply.github.com>
Co-authored-by: davidalbo <dave@ucar.edu>
Co-authored-by: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com>
Co-authored-by: Dan Adriaansen <dadriaan@ucar.edu>
Co-authored-by: Dave Albo <dave@seneca.rap.ucar.edu>
Co-authored-by: Lisa Goodrich <lisag@seneca.rap.ucar.edu>
Co-authored-by: Molly Smith <molly.b.smith@noaa.gov>
Co-authored-by: Jonathan Vigh <jvigh@ucar.edu>
Co-authored-by: bikegeek <3753118+bikegeek@users.noreply.github.com>
  • Loading branch information
26 people authored Sep 21, 2022
1 parent f7c2f4c commit f9dc013
Show file tree
Hide file tree
Showing 28 changed files with 802 additions and 2,313 deletions.
78 changes: 13 additions & 65 deletions data/config/EnsembleStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -37,69 +37,18 @@ regrid = {

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

//
// May be set separately in each "ens.field" entry
//
censor_thresh = [];
censor_val = [];
cat_thresh = [];
nc_var_str = "";

//
// Ensemble product fields to be processed
//
ens = {
ens_thresh = 1.0;
vld_thresh = 1.0;

field = [
{
name = "APCP";
level = "A03";
cat_thresh = [ >0.0, >=5.0 ];
}
];
}

//
// IDs for ensemble members
// Only set if processing a single file with all ensembles
//
ens_member_ids = [];
control_id = "";

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

//
// Neighborhood ensemble probabilities
//
nbrhd_prob = {
width = [ 5 ];
shape = CIRCLE;
vld_thresh = 0.0;
}

//
// NMEP smoothing methods
//
nmep_smooth = {
vld_thresh = 0.0;
shape = CIRCLE;
gaussian_dx = 81.27;
gaussian_radius = 120;
type = [
{
method = GAUSSIAN;
width = 1;
}
];
}

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

//
// May be set separately in each "fcst.field" and "obs.field" entry
//
censor_thresh = [];
censor_val = [];
prob_cat_thresh = [];

//
Expand All @@ -110,12 +59,16 @@ prob_pct_thresh = [ ==0.25 ];
//
// May be set separately in each "obs.field" entry
//
nc_var_str = "";
eclv_points = 0.05;

//
// Forecast and observation fields to be verified
//
fcst = {
ens_thresh = 1.0;
vld_thresh = 1.0;

field = [
{
name = "APCP";
Expand Down Expand Up @@ -262,6 +215,7 @@ interp = {

//
// Statistical output types
// May be set separately in each "obs.field" entry
//
output_flag = {
ecnt = NONE;
Expand All @@ -281,22 +235,16 @@ output_flag = {
////////////////////////////////////////////////////////////////////////////////

//
// Ensemble product output types
// Gridded verification output types
// May be set separately in each "obs.field" entry
//
ensemble_flag = {
nc_orank_flag = {
latlon = TRUE;
mean = TRUE;
stdev = TRUE;
minus = TRUE;
plus = TRUE;
min = TRUE;
max = TRUE;
range = TRUE;
vld_count = TRUE;
frequency = TRUE;
nep = FALSE;
nmep = FALSE;
raw = TRUE;
rank = TRUE;
pit = TRUE;
vld_count = TRUE;
weight = FALSE;
}

Expand Down
Loading

0 comments on commit f9dc013

Please sign in to comment.