Skip to content

Commit

Permalink
Update develop-ref after #2034 (#2037)
Browse files Browse the repository at this point in the history
* Per #1906, modify code to pass entire path to make_temp_file_name instead of only the filename so that the function can tell whether or not the file exists. (#1952)

Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>

* Feature 1761 percent thresh (#1956)

* Per issue #1761 in set_perc() adding code to get FBIAS numeric value, like 1.0 or 0.9, etc. SL

* Per issue #1761: in set_perc(), modified actual percentile calculation at end to use the extracted FBIAS numeric value (float). SL

* Per issue #1761: modified the check on the perc_thresh_freq_bias, just has to be > 0 now. SL

* Per issue #1761: cleaned up code in set_perc(). SL

* Per #1761, updates to Simple_Node::set_perc() to handle variable frequency bias amounts.
Changes include:
- Reverting the formatting of this back to how it originally was in the develop branch. In general, just match the formatting of the existing file, so as the minimize the number of difference lines.
- Add logic to adjust the percentile to be found based on the requested FBIAS value. Multiplying or dividing the percentile by the FBIAS value depends on the inequality type and whether we're bias adjusting the forecast or observation data.
- Adjust the log messages slightly.

Please be aware that I'm not totally confident in these changes. They warrant much more testing. This logic is very, very confusing.

* Per #1761, call compute_percentile() when double-checking the percentile values.

* Per #1761, remove unused variable.

* Per #1761, add warning for percentiles > 100.

* Per #1761. In set_perc(), after testing cleaned up code. SL

* Per issue #1761: adding new config file for testing dynamic FBIAS values. SL

* Per issue #1761: added new unit test for dynamic FBIAS values when running grid_stat. SL

* Per issue #1761, modified FBIAS section to indicated that the user can use dynamic values that are not 1.0. SL

* Update met/docs/Users_Guide/config_options.rst

Co-authored-by: johnhg <johnhg@ucar.edu>

* Update met/docs/Users_Guide/config_options.rst

Co-authored-by: johnhg <johnhg@ucar.edu>

* Update met/docs/Users_Guide/config_options.rst

Co-authored-by: johnhg <johnhg@ucar.edu>

* Update test/config/GridStatConfig_fbias_perc_thresh

Co-authored-by: johnhg <johnhg@ucar.edu>

* Update test/config/GridStatConfig_fbias_perc_thresh

Co-authored-by: johnhg <johnhg@ucar.edu>

* Update test/config/GridStatConfig_fbias_perc_thresh

Co-authored-by: johnhg <johnhg@ucar.edu>

* Update test/config/GridStatConfig_fbias_perc_thresh

Co-authored-by: johnhg <johnhg@ucar.edu>

* Per issue #1761, set nc_pairs_flag = FALSE. SL

Co-authored-by: Seth Linden <linden@kiowa.rap.ucar.edu>
Co-authored-by: John Halley Gotway <johnhg@ucar.edu>

* Feature 1905 ens_ctrl (#1955)

Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com>

* Hotfix after merging changing for #1761. Updating the list of expected output files.

* Per #1905, committing a hotfix directly to the develop branch. Reverting the logic for computing the ensemble range back to what it was previously. The new version produced very slight differences in the 6-th or 7-th decimal place when compared to previous results. There's not good reason for these changes which were caused by the order of operations in casting from doubles to floats. Reverting back to the old logic prevents diffs for anyone else downstream and is the prudent choice.

* Feature 1957 ascii2nc_python (#1958)

* Feature 1949 cf netcdf documentaton (#1951)

* #1949 Added CF compliant NetCDF into data IO

* #1949 Added commas

* #1948 Some corrections for typo and added the links for CF attributes

* #1948 Added Performance with NetCDF input data

* #1949 Corrected tyoe and applied Juloie's suggestions

Co-authored-by: Howard Soh <hsoh@kiowa.rap.ucar.edu>

* Feature 1968 ens_ctrl (#1969)

* Feature 1809 gen prob (#1967)

* Feature 1970 v10.1.0-beta4 (#1973)

* Fix tiny typo in plot_data_plane usage statement.

* Hotfix for the develop branch to get met-10.1.0-beta4 compiling on WCOSS. The intel compiler does not allow adjacent >> characters when defining maps.

* Updating the beta4 release date from 11/16 to 11/17 since the beta4 release needs to be recreated.

* Update the MET PR template to list expected changes up front.

* Bugfix 1976 develop cdist (#1979)

* #1936 Excludes precip3hr, precip6hr, precip12hr, and precip10min from required variables for MESONET

* Per #1985, correcting typo found while creating V10.0.1 in the develop branch as well.

* Per #1985, VERY minor change to fix alignment of titles in Point-Stat... updating the develop branch.

* #1936 Added an unit test for newer MESONET file

* Feature 1989 sort (#1990)

* Feature 1991 VCNT (#1992)

* Feature 1993 grid_mask (#1994)

* #1844 Added vx_pointdata_python

* #1844 Added vx_pointdata_python to PYTHON_LIBS & make file for vx_pointdata_python

* #1844 Added vx_pointdata_python to SUBDIRS

* #1844 Initial release

* #1844 Added met_point_data.cc & met_point_data.h

* #1844 NcHeaderData is renamed to MetPointHeader and moved to met_point_dataq.h

* #1844 NcPointObsData is derived from MetPointObsData. Many methods are moved to the base class MetPointObsData

* #1844 Moved varianbles and methods to the base class MetPointData

* #1844 override the obs_data pointer to the derived class

* #1844 Added pyobject_as_bool & pyobject_as_string_array

* #1844 Cleanup include statements and addpointdata_python.h if python is enabled

* #18443 Support python embedding

* #1844 Initial release

* #1844 Make buf_size const

* Add GitHub Actions workflow to trigger METplus testing workflow (#2002)

* changed names of inputs to send to METplus to match changes to METplus repo

* #1965 Excludes the duplicated variable names from multiple input files

* #1965 Processed with the raw variable names and update them when the output is saved.

* #1965 Added unit test ioda2nc_same_input

* #1965 Processed with the raw variable names and update them when the output is saved.

* #1965 Added unit test ioda2nc_same_input

* #1965 initialize var_idx

* Update the development environment for seneca to add /usr/local/nco/bin and /usr/local/netcdf/bin to the path. Also define MET_TEST_RSCRIPT to point to a new enough version of RSCRIPT that has the ncdf4 package 1.17 or later.

* send email address of user who triggered event to METplus workflow as input

* Fixup the Rscript diffing logic to support running the nightly build on seneca. The problem here is that the ncdiff -x -v command line options that worked in version 4.7.0 NO LONGER work in 4.9.2. Added a check to skip over the time_bounds variable when processing the ncdiff output.

* No real changes here. Just formatting

* Feature 1974 message_type_group_map (#1999)

Co-authored-by: Howard Soh <hsoh@kiowa.rap.ucar.edu>
Co-authored-by: John Halley Gotway <johnhg@ucar.edu>

* Feature 1996 uninitialized variables (#2004)

Co-authored-by: Howard Soh <hsoh@kiowa.rap.ucar.edu>
Co-authored-by: John Halley Gotway <johnhg@ucar.edu>

* Feature 1695 ensemble single file (gen_ens_prod) (#2001)

Co-authored-by: johnhg <johnhg@ucar.edu>

* Feature 1965 NB faile with time summary by ioda2nc (#2008)

Co-authored-by: Howard Soh <hsoh@kiowa.rap.ucar.edu>

* Feature 1810 shapes (#2005)

* #1844 Added log message for use_var_id

* #1844 Get use_var_id for python embedding

* #1844 Initial release

* #1844 Added met_point_obs.py and read_met_point_obs.py

* #1844 Added 4 unit test for python embedding of MET point data

* More changes to test_util.R to account for differences between 4.7.0 and 4.9.2 of ncdiff. The earlier version reported 0 diffs for the time_bounds, lat, lon, latitude, and longitude variables while the newer version reports their raw values. Simply ignore these variables for now. This isn't a great solution but when we reimplement this testing logic in python, we can address this issue then.

* #1844 Added python embedding for point observation data

* Feature 1926 gridstat openmp (#1977)

Co-authored-by: johnhg <johnhg@ucar.edu>
Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>

* feature 1695 ensemble single file (ensemble_stat) (#2007)

Co-authored-by: johnhg <johnhg@ucar.edu>

* Committing directly to the develop branch. Removing many, many instances of MET_BUILD_BASE and a couple instances of MET_BASE from the examples listed in Appendix A. The inconsistent use of these variables will only cause confusion. Removing them will help avoid that confusion. Big picture... MET_BASE defines the installed 'share/met' directory. It can be used to reference the location of map or polyline files. MET_BUILD_BASE is only used in the context of the test scripts. There, it's defined as the top-level source code directory in which the code was compiled. Its used to reference the location of sample data files or Rscript included in the tarball. I left a couple references to these variables in Appendix A where thier use is not confusing. But I removed all instances which are used to the define the location of the 'bin' directory. Instead, let's just assume the MET binaries are already in their path... or the user knows where to find them.

* feature 2011 v10.1.0-beta5 (#2014)

* feature 1695 fix issues with ensemble changes (#2012)

Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
Co-authored-by: John Halley Gotway <johnhg@kiowa.rap.ucar.edu>

* Hotfix for #1695 committed directly to the develop branch. The new Ensemble-Stat config files added for this issue don't define a random number generator seed. This results in different output for each run and prevents the regression test from producing repeatable results. Defining the seed here to fix that.

* Adding George to email list for the nightly build.

* Fix the links for the met-10.1.0-beta5 release notes.

* #1844 Make met_point_obs as abstract class

* #1844 correctedb for loop end condition on processing obs bdata

* Feature 1546 unit_tests (#2021)

* #2020 Added SonarQube related varibales

* #2020 Initial release

* #2015 Avoid the repeasted debug message if derived varibales are disabled

* #1996 Initialize right and left

* #1966 Call clear() instead of reset memory for Header variable

* #1966 Make sure the levels from variable  does not exceed the maxLevel

* #1966 Removed unreachable codes

* #1966 Do not write into NetcDF if empty data

* #2015 Corrected "retained or derived" count

* Feature 1546 CI testing (#2029)

Co-authored-by: John Halley Gotway <johnhg@ucar.edu>

* fixed broken workflow by setting environment variable expected for docker build script

* add missing docker tag from push command

* added correct docker tag value

* fixed incorrect truth data version for updating -ref reference data

* Updating develop with changes to the unit tests names. Renaming unit_test.yml to a more generic testing.yml name since it compiles AND/OR runs unit tests. Also make the job names more concise so its easier to see what's running in the action summary window on GitHub.

* fixed directory to copy truth data into -- copy command was copying the content of the directory, not including the directory itself

* Per #1907, added warning about switch from Ensemble-Stat to Gen-Ens-Prod (#2032)

Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>

* 2028 Check null for header data

* Removed un-reachable code

* #2028 Check if the pointer (d) is null

* #2015 Changed warning to debug message

* #2028 Passing two dimensionl cur and dim array

* #2028 Set obs_data

* Feature 2003 briercl (#2034)

Co-authored-by: jprestop <jpresto@ucar.edu>
Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>
Co-authored-by: Seth Linden <linden@ucar.edu>
Co-authored-by: Seth Linden <linden@kiowa.rap.ucar.edu>
Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com>
Co-authored-by: hsoh-u <hsoh@ucar.edu>
Co-authored-by: Howard Soh <hsoh@kiowa.rap.ucar.edu>
Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com>
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: John Halley Gotway <johnhg@kiowa.rap.ucar.edu>
Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
  • Loading branch information
14 people committed Feb 3, 2022
1 parent 9ee0849 commit 5eed9f1
Show file tree
Hide file tree
Showing 46 changed files with 550 additions and 168 deletions.
1 change: 1 addition & 0 deletions met/data/config/GridStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ climo_cdf = {
cdf_bins = 1;
center_bins = FALSE;
write_bins = TRUE;
direct_prob = FALSE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions met/data/config/PointStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ climo_cdf = {
cdf_bins = 1;
center_bins = FALSE;
write_bins = TRUE;
direct_prob = FALSE;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
11 changes: 9 additions & 2 deletions met/data/config/SeriesAnalysisConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ climo_stdev = {
file_name = [];
}

climo_cdf = {
cdf_bins = 1;
center_bins = FALSE;
direct_prob = FALSE;
}

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

//
Expand All @@ -111,8 +117,9 @@ mask = {
}

//
// Number of grid points to be processed concurrently. Set smaller to use
// less memory but increase the number of passes through the data.
// Number of grid points to be processed concurrently. Set smaller to use less
// memory but increase the number of passes through the data. If set <= 0, all
// grid points are processed concurrently.
//
block_size = 1024;

Expand Down
32 changes: 24 additions & 8 deletions met/docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1307,8 +1307,8 @@ over the "climo_mean" setting and then updating the "file_name" entry.
The "climo_cdf" dictionary specifies how the the climatological mean
("climo_mean") and standard deviation ("climo_stdev") data are used to
evaluate model performance relative to where the observation value falls
within the climatological distribution. This dictionary consists of 3
entries:
within the climatological distribution. This dictionary consists of the
following entries:

(1)
The "cdf_bins" entry defines the climatological bins either as an integer
Expand All @@ -1320,6 +1320,8 @@ entries:
(3)
The "write_bins" entry may be set to TRUE or FALSE.

(4) The "direct_prob" entry may be set to TRUE or FALSE.

MET uses the climatological mean and standard deviation to construct a normal
PDF at each observation location. The total area under the PDF is 1, and the
climatological CDF value is computed as the area of the PDF to the left of
Expand Down Expand Up @@ -1348,11 +1350,11 @@ an even number of bins can only be uncentered. For example:
5 centered bins (cdf_bins = 5; center_bins = TRUE;) yields:
0.0, 0.125, 0.375, 0.625, 0.875, 1.0
When multiple climatological bins are used, statistics are computed
separately for each bin, and the average of the statistics across those bins
is written to the output. When "write_bins" is true, the statistics for each
bin are also written to the output. The bin number is appended to the
contents of the VX_MASK output column.
When multiple climatological bins are used for Point-Stat and Grid-Stat,
statistics are computed separately for each bin, and the average of the
statistics across those bins is written to the output. When "write_bins"
is true, the statistics for each bin are also written to the output.
The bin number is appended to the contents of the VX_MASK output column.

Setting the number of bins to 1 effectively disables this logic by grouping
all pairs into a single climatological bin.
Expand All @@ -1363,6 +1365,7 @@ all pairs into a single climatological bin.
cdf_bins = 11; or an array of floats
center_bins = TRUE; or FALSE
write_bins = FALSE; or TRUE
direct_prob = FALSE; or TRUE
}
.. _climato_data:
Expand All @@ -1381,7 +1384,18 @@ directly to compute Brier Skill Score (BSS).
When "climo_mean" and "climo_stdev" are both set to non-probability fields,
the MET tools use the mean, standard deviation, and observation event
threshold to derive a normal approximation of the climatological
probabilities. Those derived probability values are used to compute BSS.
probabilities.

The "direct_prob" option controls the derivation logic. When "direct_prob" is
true, the climatological probability is computed directly from the
climatological distribution at each point as the area to the left of
the event threshold value. For greater-than or greater-than-or-equal-to
thresholds, 1.0 minus the area is used. When "direct_prob" is false, the
"cdf_bins" values are sampled from climatological distribution. The probability
is computed as the proportion of those samples which meet the threshold criteria.
In this way, the number of bins impacts the resolution of the climatological
probabilities. These derived probability values are used to compute the
climatological Brier Score and Brier Skill Score.

.. _mask_missing_flag:

Expand Down Expand Up @@ -3593,6 +3607,8 @@ Computation may be memory intensive, especially for large grids.
The "block_size" entry sets the number of grid points to be processed
concurrently (i.e. in one pass through a time series). Smaller values
require less memory but increase the number of passes through the data.
If set less than or equal to 0, it is automatically reset to the number
of grid points, and they are all processed concurrently.

.. code-block:: none
Expand Down
3 changes: 1 addition & 2 deletions met/docs/Users_Guide/series-analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ ____________________
block_size = 1024;
Number of grid points to be processed concurrently. Set smaller to use less memory but increase the number of passes through the data. The amount of memory the Series-Analysis tool consumes is determined by the size of the grid, the length of the series, and the block_size entry defined above. The larger this entry is set the faster the tool will run, subject to the amount of memory available on the machine.

Number of grid points to be processed concurrently. Set smaller to use less memory but increase the number of passes through the data. The amount of memory the Series-Analysis tool consumes is determined by the size of the grid, the length of the series, and the block_size entry defined above. The larger this entry is set the faster the tool will run, subject to the amount of memory available on the machine. If set less than or equal to 0, it is automatically reset to the number of grid points, and they are all processed concurrently.

____________________

Expand Down
10 changes: 6 additions & 4 deletions met/src/basic/vx_config/config_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,11 @@ struct RegridInfo {
//

struct ClimoCDFInfo {
bool flag; // Flag to turn on/off climo CDF logic
int n_bin; // Number of climo CDF cdf bins
ThreshArray cdf_ta; // Array of CDF thresholds
bool write_bins; // Flag for writing the individual bins
bool flag; // Flag to turn on/off climo CDF logic
int n_bin; // Number of climo CDF cdf bins
ThreshArray cdf_ta; // Array of CDF thresholds
bool write_bins; // Flag for writing the individual bins
bool direct_prob; // Flag for the direct computation of probs

ClimoCDFInfo();
void clear();
Expand Down Expand Up @@ -665,6 +666,7 @@ static const char conf_key_climo_cdf[] = "climo_cdf";
static const char conf_key_cdf_bins[] = "cdf_bins";
static const char conf_key_center_bins[] = "center_bins";
static const char conf_key_write_bins[] = "write_bins";
static const char conf_key_direct_prob[] = "direct_prob";
static const char conf_key_time_interp_method[] = "time_interp_method";
static const char conf_key_day_interval[] = "day_interval";
static const char conf_key_hour_interval[] = "hour_interval";
Expand Down
7 changes: 6 additions & 1 deletion met/src/basic/vx_config/config_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,7 @@ void ClimoCDFInfo::clear() {
n_bin = 0;
cdf_ta.clear();
write_bins = false;
direct_prob = false;
}

///////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -1589,9 +1590,13 @@ ClimoCDFInfo parse_conf_climo_cdf(Dictionary *dict) {
center = cdf_dict->lookup_bool(conf_key_center_bins);

// Conf: write_bins
// Used by Grid-Stat and Point-Stat but not by Ensemble-Stat
// Used by Grid-Stat and Point-Stat
// Not used by Ensemble-Stat or Series-Analysis
info.write_bins = cdf_dict->lookup_bool(conf_key_write_bins, false, false);

// Conf: direct_prob
info.direct_prob = cdf_dict->lookup_bool(conf_key_direct_prob, false, false);

// Check that at least one value is provided
if(bins.n() == 0) {
mlog << Error << "\nparse_conf_climo_cdf() -> "
Expand Down
32 changes: 3 additions & 29 deletions met/src/libcode/vx_nc_obs/met_point_data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ void MetPointData::init_from_scratch() {
}


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

//void MetPointData::allocate() {
// obs_data.allocate();
//}

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

void MetPointData::clear() {
Expand Down Expand Up @@ -178,18 +172,10 @@ MetPointDataPython::MetPointDataPython() {

MetPointDataPython::MetPointDataPython(MetPointDataPython &d) {
init_from_scratch();
//obs_data = d.get_point_obs_data();
//header_data = d.get_header_data();
obs_data->assign(*d.get_point_obs_data());
obs_data = new MetPointObsData();
MetPointObsData *from_obs_data = d.get_point_obs_data();
if (from_obs_data) obs_data->assign(*from_obs_data);
header_data.assign(*d.get_header_data());
cout << " DEBUG HS MetPointData(MetPointData &d) is called \n";
cout << " DEBUG HS MetPointData(MetPointData &d) &header_data.lat_array=" << &(header_data.lat_array) << "\n";
cout << " DEBUG HS MetPointData(MetPointData &d) header_data.lat_array.n()=" << header_data.lat_array.n() << "\n";
cout << " DEBUG HS MetPointData(MetPointData &d) header_data.lon_array.n()=" << header_data.lon_array.n() << "\n";
cout << " DEBUG HS MetPointData(MetPointData &d) header_data.elv_array.n()=" << header_data.elv_array.n() << "\n";
cout << " DEBUG HS MetPointData(MetPointData &d) header_data.typ_idx_array.n()=" << header_data.typ_idx_array.n() << "\n";
cout << " DEBUG HS MetPointData(MetPointData &d) header_data.sid_idx_array.n()=" << header_data.sid_idx_array.n() << "\n";
cout << " DEBUG HS MetPointData(MetPointData &d) header_data.vld_idx_array.n()=" << header_data.vld_idx_array.n() << "\n";
}


Expand All @@ -199,17 +185,6 @@ MetPointDataPython::~MetPointDataPython() {
clear();
}

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

//void MetPointDataPython::init_from_scratch() {
// nobs = 0;
// nhdr = 0;
// qty_length = 0;
//
// use_var_id = false;
// use_arr_vars = false;
//}


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

Expand Down Expand Up @@ -434,4 +409,3 @@ void MetPointHeader::reset_counters() {
}

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

2 changes: 0 additions & 2 deletions met/src/libcode/vx_pointdata_python/pointdata_python.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ mlog << Error << "\nMetPythonPointDataFile::operator=(const MetPythonPointDataFi

exit ( 1 );

return ( * this );

}


Expand Down
2 changes: 1 addition & 1 deletion met/src/libcode/vx_statistics/compute_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ void compute_pctinfo(const PairDataPoint &pd, bool pstd_flag,
// Use input climatological probabilities or derive them
if(cmn_flag) {
if(cprob_in) climo_prob = *cprob_in;
else climo_prob = derive_climo_prob(pd.cdf_info,
else climo_prob = derive_climo_prob(pd.cdf_info_ptr,
pd.cmn_na, pd.csd_na,
pct_info.othresh);
}
Expand Down
2 changes: 1 addition & 1 deletion met/src/libcode/vx_statistics/ens_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ void RPSInfo::set(const PairDataEnsemble &pd) {
climo_pct.zero_out();

// Derive climatological probabilities
if(cmn_flag) climo_prob = derive_climo_prob(pd.cdf_info,
if(cmn_flag) climo_prob = derive_climo_prob(pd.cdf_info_ptr,
pd.cmn_na, pd.csd_na,
fthresh[i]);

Expand Down
Loading

0 comments on commit 5eed9f1

Please sign in to comment.