-
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 1885 #1889
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 Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aeb600a - Browse repository at this point
Copy the full SHA aeb600aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d887b - Browse repository at this point
Copy the full SHA 04d887bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 492cd2e - Browse repository at this point
Copy the full SHA 492cd2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33cabf4 - Browse repository at this point
Copy the full SHA 33cabf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1105ee - Browse repository at this point
Copy the full SHA a1105eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87befb3 - Browse repository at this point
Copy the full SHA 87befb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f8223 - Browse repository at this point
Copy the full SHA e0f8223View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea51e96 - Browse repository at this point
Copy the full SHA ea51e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2063d0d - Browse repository at this point
Copy the full SHA 2063d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5b842 - Browse repository at this point
Copy the full SHA 7a5b842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0abeda0 - Browse repository at this point
Copy the full SHA 0abeda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c72343 - Browse repository at this point
Copy the full SHA 1c72343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f10c0 - Browse repository at this point
Copy the full SHA 31f10c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b06e622 - Browse repository at this point
Copy the full SHA b06e622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7138029 - Browse repository at this point
Copy the full SHA 7138029View commit details -
Configuration menu - View commit details
-
Copy full SHA for d84f3e0 - Browse repository at this point
Copy the full SHA d84f3e0View 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 <linden@kiowa.rap.ucar.edu> Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
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 -
Configuration menu - View commit details
-
Copy full SHA for 31acbe8 - Browse repository at this point
Copy the full SHA 31acbe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f5fd59 - Browse repository at this point
Copy the full SHA 9f5fd59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbbc30 - Browse repository at this point
Copy the full SHA 5dbbc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 028b354 - Browse repository at this point
Copy the full SHA 028b354View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5eeeb3 - Browse repository at this point
Copy the full SHA e5eeeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12be58d - Browse repository at this point
Copy the full SHA 12be58dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43bbf74 - Browse repository at this point
Copy the full SHA 43bbf74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 131564f - Browse repository at this point
Copy the full SHA 131564fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6291a90 - Browse repository at this point
Copy the full SHA 6291a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5889356 - Browse repository at this point
Copy the full SHA 5889356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e7c92 - Browse repository at this point
Copy the full SHA 12e7c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0ea33 - Browse repository at this point
Copy the full SHA 8d0ea33View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb177c4 - Browse repository at this point
Copy the full SHA eb177c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc513d8 - Browse repository at this point
Copy the full SHA bc513d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d5b0c - Browse repository at this point
Copy the full SHA 29d5b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42320f9 - Browse repository at this point
Copy the full SHA 42320f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e725857 - Browse repository at this point
Copy the full SHA e725857View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a0bc0 - Browse repository at this point
Copy the full SHA 62a0bc0View 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 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c853259 - Browse repository at this point
Copy the full SHA c853259View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b3869 - Browse repository at this point
Copy the full SHA b0b3869View commit details -
Configuration menu - View commit details
-
Copy full SHA for e08d1d3 - Browse repository at this point
Copy the full SHA e08d1d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5762f - Browse repository at this point
Copy the full SHA 0a5762fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ecff5 - Browse repository at this point
Copy the full SHA 18ecff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d46cdb - Browse repository at this point
Copy the full SHA 5d46cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4bde2 - Browse repository at this point
Copy the full SHA 5c4bde2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d874b - Browse repository at this point
Copy the full SHA 98d874bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9ad33 - Browse repository at this point
Copy the full SHA 6c9ad33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf9ca8 - Browse repository at this point
Copy the full SHA 7bf9ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d63c97 - Browse repository at this point
Copy the full SHA 2d63c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc37443 - Browse repository at this point
Copy the full SHA fc37443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a67133 - Browse repository at this point
Copy the full SHA 0a67133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43fdddc - Browse repository at this point
Copy the full SHA 43fdddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6677b1 - Browse repository at this point
Copy the full SHA f6677b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6b960 - Browse repository at this point
Copy the full SHA 4d6b960View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a876f - Browse repository at this point
Copy the full SHA d5a876fView commit details
Commits on Jul 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bb2c471 - Browse repository at this point
Copy the full SHA bb2c471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f483c2 - Browse repository at this point
Copy the full SHA 6f483c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff85a53 - Browse repository at this point
Copy the full SHA ff85a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44b743 - Browse repository at this point
Copy the full SHA b44b743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44acf15 - Browse repository at this point
Copy the full SHA 44acf15View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf538a - Browse repository at this point
Copy the full SHA fbf538aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a48e02 - Browse repository at this point
Copy the full SHA 3a48e02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f92d1 - Browse repository at this point
Copy the full SHA 17f92d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6b32f - Browse repository at this point
Copy the full SHA 5a6b32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be07160 - Browse repository at this point
Copy the full SHA be07160View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05d221 - Browse repository at this point
Copy the full SHA a05d221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c912c5 - Browse repository at this point
Copy the full SHA 7c912c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c39558f - Browse repository at this point
Copy the full SHA c39558fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7923a5 - Browse repository at this point
Copy the full SHA d7923a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf75bc - Browse repository at this point
Copy the full SHA ecf75bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aaeecc - Browse repository at this point
Copy the full SHA 0aaeeccView 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 <hsoh@kiowa.rap.ucar.edu>
Configuration menu - View commit details
-
Copy full SHA for 3952496 - Browse repository at this point
Copy the full SHA 3952496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5092bc9 - Browse repository at this point
Copy the full SHA 5092bc9View 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 <johnhg@ucar.edu>
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 -
#1855 Removed break after return (SobarQube)
Howard Soh committedJul 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 0a66ca1 - Browse repository at this point
Copy the full SHA 0a66ca1View commit details -
#1855 Removed break after exit
Howard Soh committedJul 23, 2021 Configuration menu - View commit details
-
Copy full SHA for f1a2d3f - Browse repository at this point
Copy the full SHA f1a2d3fView commit details -
1855 Added return at MetNcPointObsOut::write_to_netcdf
Howard Soh committedJul 23, 2021 Configuration menu - View commit details
-
Copy full SHA for f60c052 - Browse repository at this point
Copy the full SHA f60c052View commit details -
#1855 Avoid releasing memory twice
Howard Soh committedJul 23, 2021 Configuration menu - View commit details
-
Copy full SHA for c5b1610 - Browse repository at this point
Copy the full SHA c5b1610View commit details -
Howard Soh committed
Jul 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 52e697e - Browse repository at this point
Copy the full SHA 52e697eView commit details -
Howard Soh committed
Jul 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 471467c - Browse repository at this point
Copy the full SHA 471467cView commit details
Commits on Jul 27, 2021
-
#1855 Changed the second call of close() to release _ncFile
Howard Soh committedJul 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 69b5530 - Browse repository at this point
Copy the full SHA 69b5530View commit details -
#1855 Deleted break after exit
Howard Soh committedJul 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 1b977e4 - Browse repository at this point
Copy the full SHA 1b977e4View commit details -
Howard Soh committed
Jul 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 658e45e - Browse repository at this point
Copy the full SHA 658e45eView commit details
Commits on Jul 28, 2021
-
Merge branch 'develop' of github.com:dtcenter/MET into feature_1855_s…
…obarqube_fix
Howard Soh committedJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for ddbb270 - Browse repository at this point
Copy the full SHA ddbb270View commit details -
#1855 Added constructor TCLineCounts and initialized the members
Howard Soh committedJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e6b343b - Browse repository at this point
Copy the full SHA e6b343bView commit details -
#1855 Added break statement back for case '-'
Howard Soh committedJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 72ac1a8 - Browse repository at this point
Copy the full SHA 72ac1a8View commit details -
#1855 Check the new size before extending to avoid thereference of th…
…e null pointer
Howard Soh committedJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 8d4bf01 - Browse repository at this point
Copy the full SHA 8d4bf01View commit details -
#1855 Changed count to processed_count for log messages. Initialized …
…variables at get_filtered_nc_data\*()
Howard Soh committedJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 24a1cc6 - Browse repository at this point
Copy the full SHA 24a1cc6View commit details -
#1855 Corected the number of memory copy
Howard Soh committedJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 1004531 - Browse repository at this point
Copy the full SHA 1004531View commit details -
#1855 Exit with an error message if both fgi & bgi are null
Howard Soh committedJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 16faedb - Browse repository at this point
Copy the full SHA 16faedbView commit details -
#1855 Clear Lead_Times before extening. Formatting for error messages
Howard Soh committedJul 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d118ca - Browse repository at this point
Copy the full SHA 0d118caView 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
-
#1855 Extend Lead_Times for new times
Howard Soh committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d89f7a - Browse repository at this point
Copy the full SHA 0d89f7aView commit details -
#1855 Removed break after exit
Howard Soh committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 5555965 - Browse repository at this point
Copy the full SHA 5555965View commit details -
Howard Soh committed
Jul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 33d0ceb - Browse repository at this point
Copy the full SHA 33d0cebView commit details -
#1855 Move the log message within if statement to avoid dereferencing…
… a null pointer
Howard Soh committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for c0f678d - Browse repository at this point
Copy the full SHA c0f678dView commit details -
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 <linden@kiowa.rap.ucar.edu> Co-authored-by: johnhg <johnhg@ucar.edu>
Configuration menu - View commit details
-
Copy full SHA for f254c54 - Browse repository at this point
Copy the full SHA f254c54View commit details -
#1855 Corected typo - compare the numnber of U and V
Howard Soh committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 6b3d713 - Browse repository at this point
Copy the full SHA 6b3d713View commit details -
#1855 Check if var_info is hull
Howard Soh committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 6846f62 - Browse repository at this point
Copy the full SHA 6846f62View commit details -
#1855 Avoid un-initialized variables: dt at open(), v at lat() & lon(…
…), and local variables at data()
Howard Soh committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for f7a0aea - Browse repository at this point
Copy the full SHA f7a0aeaView commit details -
#1855 Check if ldf is null pointer
Howard Soh committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 72cc21e - Browse repository at this point
Copy the full SHA 72cc21eView commit details -
#1855 Removed break after exit
Howard Soh committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 4935a50 - Browse repository at this point
Copy the full SHA 4935a50View commit details -
#1855 Removed break after exit
Howard Soh committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 07b700f - Browse repository at this point
Copy the full SHA 07b700fView 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 -
Configuration menu - View commit details
-
Copy full SHA for ce3fcee - Browse repository at this point
Copy the full SHA ce3fceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87de938 - Browse repository at this point
Copy the full SHA 87de938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b403ec - Browse repository at this point
Copy the full SHA 1b403ecView commit details -
Merge pull request #1865 from dtcenter/feature_1855_sobarqube_fix
Feature 1855 sonarqube fix
Configuration menu - View commit details
-
Copy full SHA for 980ae26 - Browse repository at this point
Copy the full SHA 980ae26View commit details
Commits on Aug 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6681a35 - Browse repository at this point
Copy the full SHA 6681a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401af08 - Browse repository at this point
Copy the full SHA 401af08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99475ae - Browse repository at this point
Copy the full SHA 99475aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c210d - Browse repository at this point
Copy the full SHA 53c210dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71335ca - Browse repository at this point
Copy the full SHA 71335caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1cced1 - Browse repository at this point
Copy the full SHA b1cced1View commit details
Commits on Aug 6, 2021
-
Merge pull request #1871 from dtcenter/feature_1453_create_pdf_user_g…
…uide Feature 1453 create pdf user guide
Configuration menu - View commit details
-
Copy full SHA for 4e1c3ad - Browse repository at this point
Copy the full SHA 4e1c3adView commit details
Commits on Aug 12, 2021
-
* testing possible new drop-down menus for FAQ * adding sphinx-panels to extensions to be able to use drop down menus in appendixA * Per #1834, adding sphinx-panels to requirements.txt to see if that fixes the error * Per #1834, added sphinx.ext to beginning of sphinx_panels to see if that fixes the error * Per #1834, remove sphinx.ext and add trailing comma to end of extensions to see if that fixed the error * Per #1834, added sphinx-panels to pip install command to see if that fixes the error * Per #1834, added extra space in comment to get docs to build to see if change to documentation.yml will fix an error * Per #1834, added return character to get rid of warning * testing dropdown menus #1 * testing dropdown menus #2 removing lines and dotted lines * testing #3 * testing 4 * fixing numbering, removing 2nd pulldown menu, trying to fix box width * adding code block in dropdown * trying to fix width * trying to fix width with spacing * trying to fix width with spacing 2nd dropdown * removing panels * solved problem, just use dropdown no panels * adding second dropdown menu * removing the dropdown menus and fixing the spacing. * fixing typos * adding in matched pairs * adding in formating files for NetCDF and making FILE_IO a header * fixing spacing * time slice * fixing spacing * UNIX time conversion * fixing spacing * fixed-width * scientific notation * removing which per Julie P * adding Gen_Vx_Mask section * fixing formatting * changing to numbers * complex masking region * neighborhood methods boundaries * Neighborhood Methods to Compute Fraction * adding Grid_Stat - How do I use Config File Setup to Read a NetCDF file * using backticks with asterics * one more backtick with asterics * Grid_Stat - What would be an example of Verifying Probabilities * fixing typos * What is an example of using Grid-Stat with Regridding and Masking Turned On * fixing typos * Grid_Stat - What would be an example of Verifying Probabilities Example2 * trying to fix typos * trying to fix code-block spacing * Per #1834, attempting to fix warning. * How do I use different masks in MET tools using MODE as an example * trying to fix bullet list * trying to fix bullet list 2 * trying to fix bullet list 2 * trying to fix bullet list 3 * Per #1834, attempting formatting changes * Per #1834, attempting formatting changes * Per #1834, attempting formatting changes * Per #1834, attempting formatting changes * Per #1834, attempting formatting changes * Per #1834, modified formatting, including adding backslashes and removing extra returns in command line calls, and adding indentation for config file notation, and adding a return after each 'A.' * Per #1834, changed code-block from ini to none to fix formatting * *Pcp-Combine - What are some examples using -add * Pcp-Combine - How do I add and subtract with Pcp-Combine * Pcp-Combine - How do I Combine 12-hour Accumulated Precipitation from Two Different Initialization Times * Pcp-Combine - How Do I Correct a Precipitation Time Range * Pcp-Combine - What Data Formats does MET Read * Pcp-Combine - How does pass through work * Pcp_Combine - How do I use -pcprx to run a project faster * Pcp-Combine - How Do I Enter the Time Format Correctly * Pcp-Combine - How do I use -subtract * fixing formatting * Pcp_Combine - How Do I Use -sum, -add, and -subtract to Achieve Same Accumulation Interval * Pcp-Combine - What is the difference between -sum vs. -add * Pcp-Combine - How Do I Select a Specific GRIB Record to Use * fixing spacing for original text * Plot-Data-Plane - How Do I Inspect Gen_Vx_Mask Output * fixing typo * Plot-Data-Plane - How Do I Specify GRIB Version * Plot-Data-Plane - last 2 entries * 2 misc. entries * fixing typo * Stat_Analysis - How does -aggregate_stat work * Stat_Analysis - remaining entries * fixing typo * tc-pairs * tc-stat * troubleshooting area * another stat-analysis * another stat-analysis * utilities * fixing dashes * Per #1834, trying out syntax * Per #1834, removing added syntax * fixing returns with bolding * Per #1834, modified formatting * adding italics for directories #1834 * replacing code-block ini with none to remove red lettering * fixing questions to lower case #1834 * linking to section using numref #1834 * linking to section using numref #1834 attempt 2 * linking to section using numref #1834 attempt 3 * linking to section using numref #1834 attempt 4 * linking to section using numref #1834 attempt 5 * linking to section using numref #1834 attempt 6 * linking to section using numref #1834 attempt 7 * linking to section using numref #1834 attempt 8 * linking to anothre section #1834 * linking to another section #1834 * removing old info #1834 * grammar updates #1834 * grammar updates #1834 * fixing typos #1834 * email changes with Julie #1834 * trying to fix warning #1834 * changes #1834 * Per #1834, updating question titles and answers * Per #1834, made updates to the content. * Per #1834, made updates to the content * Per #1834, made updates to the content * Per #1834, made some major changes to the first 3 FAQ's. I don't have the time/bandwidth to review these completely at this time, but wanted to include at least these updates. * testing some of the updates John O. suggested. * updates John O. suggested take 2 #1834. * updates John O. suggested take 3 #1834. * updates John O. suggested take 4 #1834. * updates John O. suggested take 5 #1834. * updates John O. suggested. Some didn't show up even though they've been removed #1834. * trying to fix numbered list indenting #1834 * fixing numbered list indenting #1834 * cleaning up formatting #1834 * fixing broken links #1834 Co-authored-by: Julie.Prestopnik <jpresto@ucar.edu> Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
Configuration menu - View commit details
-
Copy full SHA for 6847395 - Browse repository at this point
Copy the full SHA 6847395View commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 09f3cf1 - Browse repository at this point
Copy the full SHA 09f3cf1View commit details
Commits on Aug 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f903075 - Browse repository at this point
Copy the full SHA f903075View commit details
Commits on Aug 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7fdb052 - Browse repository at this point
Copy the full SHA 7fdb052View commit details -
* Per #1673, add a distance_map.beta_value entry to all the Grid-Stat config files. * Per #1673, enhance Grid-Stat to parse the new beta_value option and set its value in the library code. * Per #1673, set the user-defined beta_value when processing the distance map scores. * Per #1673, add 4 new DMAP columns write them. Just writing bad data values right now, still need to actually compute them! Also need to update Stat-Analysis to update the parsing/aggregation of these new values. * Per #1673, enable beta_value to be set to a default bad data value. * Per #1673 and @ericgilleland instruction (#1673 (comment)), strip asymmetric G-Beta (AGBETA) from the output. * Per #1673, fix typo that was causing the code not to compile. * Per #1673, update MET User's Guide about G/GBETA. * Per #1673, report BETA_VALUE = TOTAL / 2 in the output instead of NA, as directed by Eric. * Per #1673, remove descriptions of Grid-Stat-specific config options for nbrhd, fourier, gradient, and distance_map from the overview section since they belong in the Grid-Stat chapter. Also add direct links for them in the Grid-Stat chapter. * Per #1673, do not reset the beta_value in DMAP::clear(). * Per #1673, log the DMAP options only after the beta_value has been determined. * Per #1673, correct the default beta_value setting as N*N / 2.0. * Per #1673, trying to format G-beta well. * Per #1673, trying to format G-beta well. * Per #1673, beta is formatted as \beta and not \Beta in latex. * Per #1673, beta is formatted as \beta and not \Beta in latex. * Per #1673, switch to defining beta_value as a function of the input grid size. * Per #1673, push initial appendix C updates for GBETA. * Per #1673, working on G and GBETA equations. * Per #1673, working on G and GBETA equations. * Per 1673, update GBETA details in appendix C. * Per #1673, add Eric's info about selecting beta. * Per #1673, update reference for Gilleland-2019 to Gilleland_PartI-2020 and Gilleland_PartII-2020. * Per 1673, fix typo. * Per #1673, making changes requested by Eric. * Per #1673, making changes requested by Eric. * Per #1673, update references based on Eric's feedback. * Update appendixD.rst (#1869) Updated this appendix. * Update appendixD.rst * Per #1673, making the formatting of Gilleland-2020 part I and II references consistent. * Per #1673, update Grid-Stat docs to clarify that GBETA is only computed on the FULL verification domain and not any masking regions. * Per #1673, add DataPlane::n_good_data() function to return a count valid data values. * Per #1673, update vx_statistics library code to only set gbeta/beta_value to bad data for sub-domains. * Per #1673, update grid_stat to mask out bad data between the fcst/obs fields before computing distance maps. This will change existing unit test results! Also store the count of valid data values in the full verification domain. * Per #1673, since GBETA is only reported when VX_MASK = FULL, updating GridStatConfig_all to include the FULL masking region to make this example more meaningful. Co-authored-by: ericgilleland <34106925+ericgilleland@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10e7f5e - Browse repository at this point
Copy the full SHA 10e7f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4de429a - Browse repository at this point
Copy the full SHA 4de429aView commit details
Commits on Aug 23, 2021
-
Feature 1764 point stat (#1885)
* Per #1764 added write_orank_row() to do_hera_ens(). SL * Per issue #1764, added orank stat type for ensemble output. SL * Per issue #1764, added code to setup_txt_files() for ORANK output. SL * Added some comments for debuging. SL * Per #1764, add orank to the list of outputs created by point_stat. * Per #1764, add functions to compute the number of requested HiRA probabilities and ensemble members. Also update n_txt_row() to keep track of the number of ORANK rows to be written. Not totally sure if I'm counting these ORANK output lines correctly though. * Per #1764, update logic in setup_txt_files() to call get_max_n_hira_prob() and get_max_n_hira_ens() functions. * Per #1764, no real changes. Just fixing spacing. * Per issue #1764, cleaned up print (cout) debug statements. SL * Per issue #1764 added 'orank = NONE' to the config files for compatibility with changes to point_stat for calculating ORANK. SL * Per issue #1764 added 'orank = STAT' to config file to produce ORANK output lines in point_stat. SL * Per issue #1764 added content in all relevant sections for ORANK: observation rank statistic. SL * Added 'orank = NONE' to config file for compatibility with changes to point_stant for ORANK. SL * Added 'orank = NONE' to config file for compatibility with changes to point_stant for ORANK. SL * Apply suggestions from code review Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com> * Per #1764, no real changes, just fixing indents. * Per #1764, no real changes, just fixing indents. * Per #1764, no real changes, just fixing indents. * Per #1764, putting the docs for VCNT back into its logical order with the other vector line types. The order that they're listed here does not need to match their order in the enumeration in the code. * Per #1764, fixing a vcnt typo I found in the grid-stat chapter... and making them consistent. * Per issue #1764: After the call to write_orank_row, added lines to reset the observation begin and end times. SL * Per #1764, no code changes, just fixing indents. Co-authored-by: Seth Linden <linden@kiowa.rap.ucar.edu> Co-authored-by: John Halley Gotway <johnhg@ucar.edu> Co-authored-by: John Halley Gotway <johnhg@kiowa.rap.ucar.edu> Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 730eccd - Browse repository at this point
Copy the full SHA 730eccdView commit details -
Adding Seth to the NB notification list.
MET Tools Test Account committedAug 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 9e35280 - Browse repository at this point
Copy the full SHA 9e35280View commit details