Skip to content

Commit

Permalink
Per #1451, the HiRA method in Point-Stat computes an ECNT output line…
Browse files Browse the repository at this point in the history
… type. Needed to call set_climo_cdf() there so that we know how many climo values to use when computing the empirical climo CRPS.
  • Loading branch information
JohnHalleyGotway committed Feb 19, 2021
1 parent 2505d42 commit b065fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met/src/tools/core/point_stat/point_stat.cc
Expand Up @@ -1762,6 +1762,7 @@ void do_hira_ens(int i_vx, const PairDataPoint *pd_ptr) {
hira_pd.clear();
hira_pd.extend(pd_ptr->n_obs);
hira_pd.set_ens_size(gt->size());
hira_pd.set_climo_cdf(conf_info.vx_opt[i_vx].cdf_info);
f_ens.extend(gt->size());

// Process each observation point
Expand Down

0 comments on commit b065fce

Please sign in to comment.