Skip to content

Commit

Permalink
Feature 1908 remove ens (#2265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway authored Sep 21, 2022
1 parent 8ebd1fd commit 80e9095
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 80e9095

Please sign in to comment.