-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update develop-ref after #1863 #1866
Commits on Jun 14, 2021
-
Commented out items and added text to description
Configuration menu - View commit details
-
Copy full SHA for 03dbbc9 - Browse repository at this point
Copy the full SHA 03dbbc9View commit details
Commits on Jun 17, 2021
-
#1817 Added to_north argument at two_to_one()
Howard Soh committedJun 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 9573488 - Browse repository at this point
Copy the full SHA 9573488View commit details -
#1817 Calls two_to_one() with false for the third argument, to_north,…
… if latitude moves north to south
Howard Soh committedJun 17, 2021 Configuration menu - View commit details
-
Copy full SHA for fad14e0 - Browse repository at this point
Copy the full SHA fad14e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2c0a2 - Browse repository at this point
Copy the full SHA ae2c0a2View commit details
Commits on Jun 21, 2021
-
Merge pull request #1835 from dtcenter/bugfix_1817_point2grid_latlon_…
…to_laton Bugfix 1817 point2grid latlon to laton
Configuration menu - View commit details
-
Copy full SHA for f5b0555 - Browse repository at this point
Copy the full SHA f5b0555View commit details
Commits on Jun 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 80a91f6 - Browse repository at this point
Copy the full SHA 80a91f6View commit details
Commits on Jun 23, 2021
-
#1508 checking stat() methoid returns no error before looking at FILE…
… flag
Howard Soh committedJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 1cb3cb1 - Browse repository at this point
Copy the full SHA 1cb3cb1View commit details
Commits on Jun 24, 2021
-
Merge pull request #1841 from dtcenter/bugfix_1508_tc_gen_file_list_p…
…arsing Bugfix 1508 tc_gen file list parsing
Configuration menu - View commit details
-
Copy full SHA for d2bad01 - Browse repository at this point
Copy the full SHA d2bad01View commit details
Commits on Jul 7, 2021
-
#1838 Added log message for lat/lon values
Howard Soh committedJul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 8294247 - Browse repository at this point
Copy the full SHA 8294247View commit details -
#1838 Give warning if the first and lat lat/lon is same
Howard Soh committedJul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for c51f80e - Browse repository at this point
Copy the full SHA c51f80eView commit details -
#1838 Support the double data type variable on reading float type values
Howard Soh committedJul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 55a8ae8 - Browse repository at this point
Copy the full SHA 55a8ae8View commit details
Commits on Jul 8, 2021
-
Merge pull request #1848 from dtcenter/bugfix_1838_point2grid_support…
…_double_type_lat_lon Bugfix 1838 point2grid supports the double type lat/lon
Configuration menu - View commit details
-
Copy full SHA for 73e9438 - Browse repository at this point
Copy the full SHA 73e9438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba6df2 - Browse repository at this point
Copy the full SHA 8ba6df2View commit details
Commits on Jul 13, 2021
-
#1852 Removed unused nc_buf_size. Make cur and dim to the same size (…
…called API handles 2D or 3D)
Howard Soh committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 66bd0ec - Browse repository at this point
Copy the full SHA 66bd0ecView commit details -
#1852 Check the start and count before calling NetCDF API
Howard Soh committedJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 6bbf900 - Browse repository at this point
Copy the full SHA 6bbf900View commit details
Commits on Jul 15, 2021
-
Feature 1746 wavelet stat (#1851)
* For issue #1746 modified code to allow users to pass in an empty list (or NA) for forecast and observation thresholds in order to skip applying the threhsolds, but it will still compute stats with the raw fields. SL * For issue #1746, added new unit test that uses a config file that has empty lists for the forecast and observation thresholds. SL * For issue #1746 Added some content related to allowing users to set forecast and observation cat thresholds to an empty list in order to skip the binary masking (and consider all grid-points for stats). SL * Per #1746, cleaning up for consistent indentation. * Per #1746, cleaning up for consistent indentation. * Per #1746, add a revision history note, update the plotting range in the postscript output to be [-n,n] where n is the maximum value of the maximum absolute difference and 1.0, and also fix a bug. When the NA threshold comes AFTER a real threshold, the resulting data and difference values were not being updated. * Per #1746, change the Wavelet-Stat config file values in the the wvlt_plot dictionary by setting plot_min = plot_max = 0.0. That enables the default logic of the tool to take effect. Choose the plotting range of the wavelet plots as [-n,n], where n is the maximum of 1.0 and the maximum absolute difference. * Per #1746, used apply_fcst_thresh where it should have been apply_obs_thresh. * Per issue #1746, modified some content related to users being able to skip applying the categorical threhsolds by putting an empty list or NA in the configuration file. SL * Per issue #1746 Added some warnings if the forecast threshold is set to NA but the observation threshold is not NA (a numeric threshold) and vice versa. SL * Per #1746, fix a couple of typos and tweak wording in the wavelet-stat chapter. * Per #1746, loop over each pair of fcst/obs thresholds to check for inconsistent use of the NA threshold type. * Per #1746, a bit of code cleanup replacing calls to n_elements() with n() to make the code more concise. * Per #1746, need to reinitialize apply_fcst_thresh and apply_obs_thresh to true inside the loop since the NA threshold can appear anywhere in the list of thresholds. Co-authored-by: Seth Linden <[email protected]> Co-authored-by: John Halley Gotway <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 599181a - Browse repository at this point
Copy the full SHA 599181aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f060e5e - Browse repository at this point
Copy the full SHA f060e5eView commit details
Commits on Jul 16, 2021
-
Merge pull request #1854 from dtcenter/feature_1852_netcdf_api
Feature 1852 netcdf api for exceeding the start and the count
Configuration menu - View commit details
-
Copy full SHA for 4860a62 - Browse repository at this point
Copy the full SHA 4860a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6ad4c - Browse repository at this point
Copy the full SHA ef6ad4cView commit details
Commits on Jul 21, 2021
-
#1852 get_string_val: check if 2D variable. Also checking if the vari…
…able does not have dimension (#1860) Co-authored-by: Howard Soh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3952496 - Browse repository at this point
Copy the full SHA 3952496View commit details -
Feature 1453 create pdf user guide (#1859)
* Enable PDF creation * Modify inputenc, fontenc latex_elements * Fix typo in conf.py * Replace unicode with ascii * Replace unicode exponent with math mode * Change eqnarray to align * Replace gif images with png for PDF * Fix png file names * Escape underscore in variable name in math mode * Escape underscore in variable name in math mode * Remove underscores from variables in math mode * Replace bar with overline in some equations * Test derefencing underscores in tables * Test math changes in grid stat * Test math formatting * Test math formatting * Add sphinx.ext.pngmath to conf.py * Fix typo in conf.py * Add sphinx.ext.mathjax to conf.py * Add sphinx.ext.imgmath to conf.py * Fix typo in conf.py * Change math formatting in Appendix C * Temporarily disable equations with errors in Appendix C * Remove sphinx.ext.imgmath in conf.py * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Add sphinx.ext.imgmath to conf.py * Modify math formatting in Appendix C * Temporarily disable equations with errors in Appendix C * Remove sphinx.ext.imgmath in conf.py * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Temporarily disable equations with errors * Modify math formatting in Appendix C * Add usepackage{amssymb} to conf.py * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Modify math formatting in Appendix C * Fix warnings in wavelet-stat.rst * Omit Indices and tables in PDF version of User Guide * Modify math formatting in Appendix G * Modify math formatting in Appendix E * Modify math formatting in Appendix G * Modify math formatting in Appendix G * Modify math formatting in Appendix G * Modify math formatting in Appendix G * Modify math formatting in Appendix G * Modify math formatting in Appendix G * Modify math formatting in Appendix G * Modify math formatting in Appendix G * Modify math formatting in Appendix G * Change release date in conf.py Co-authored-by: John Halley Gotway <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c0c427 - Browse repository at this point
Copy the full SHA 0c0c427View commit details
Commits on Jul 23, 2021
-
* Per #1853, adding RPS docs from Eric. * Per #1853, work in progress getting the formatting correct. * Per #1853, work in progress getting the formatting correct. * Per #1853, work in progress getting the formatting correct. * Per #1853, work in progress getting the formatting correct. * Per #1853, adding a manual page break after the ROC image to get it to stay in the right spot. * Per #1853, backing out last change which didn't make the ROC image stay in the right spot.
Configuration menu - View commit details
-
Copy full SHA for 3e33a4e - Browse repository at this point
Copy the full SHA 3e33a4eView commit details
Commits on Jul 29, 2021
-
Add definition for the compilation environment on seneca.
MET Tools Test Account committedJul 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 543a736 - Browse repository at this point
Copy the full SHA 543a736View commit details
Commits on Jul 30, 2021
-
Feature 1843 scatter index (#1863)
* Added scatter index variables: SI, SI_BCL, SI_BCU to cnt columns. SL * Per issue #1843 Added Scatter Index variables (SI, SI_BCL, SI_BCU) to the CNT stat type. SL * Added Scatter Index (SI, SI_BCL, SI_BCU) to cnt stat type header. SL * Per issue #1843, added Scatter Index variables to write_cnt_cols(). SL * Per issue #1843 added Scatter Index (si) to CNTinfo class. SL * Per issue #1843 added Scatter Index (SI, si) to CNTInfo::get_stat(). SL * Per issue #1843 added Scatter Index (SI, si) calculation to both versions of compute_cntinfo(). SL * Per issue #1843, forgot semi-colon after SI calculation, fixed. SL * Added Scatter Index (si) to some of the clear() and allocate() functions. SL * Per issue #1843, added Scatter Index (si) to compute_cnt_mean(). SL * Per issue #1843, added Scatter Index (si) to bootstrap interval calculation and to the CNT write function. SL * Per issue #1843 added Scatter Index (SI, SI_BCL, SI_BCU) to store_stat_cnt(). SL * Per issue #1843, in get_stat() moved Scatterd Index (SI) line to be below RMSE for consitency. SL * Added Scatter Index (SI) to the CNT output format table. SL * Added Scatter Index (SI) to CNT statistics definitions. SL * Update appendixC.rst * Update stat_columns.cc * Update compute_ci.cc * Update met_stats.cc * Per #1843, update write_cntinfo() function. Since we're READING the SI value immediately after the RMSE value when computing CI's, we also need to write SI immediately after RMSE. Otherwise, we'll be computing CI's using the wrong statistics replicates. * Per #1843, check for divide by zero when computing SI... this could happen if comparing the same input file to itself with Grid-Stat. * Per #1843, correct definition of SI from RMSE/ME to RMSE/OBAR. * Per #1843, updated the SI definition to divide by OBAR instead of ME, but forgot to update the divide-by-zero check. Co-authored-by: Seth Linden <[email protected]> Co-authored-by: johnhg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f254c54 - Browse repository at this point
Copy the full SHA f254c54View commit details
Commits on Aug 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4d27e05 - Browse repository at this point
Copy the full SHA 4d27e05View commit details