Skip to content
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 #2133 #2138

Merged
merged 213 commits into from
Apr 11, 2022
Merged

Update develop-ref after #2133 #2138

merged 213 commits into from
Apr 11, 2022

Commits on Oct 26, 2021

  1. Per #1906, modify code to pass entire path to make_temp_file_name ins…

    …tead 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>
    jprestop and Julie Prestopnik committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9437447 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. 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>
    3 people committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    8c446ff View commit details
    Browse the repository at this point in the history
  2. Feature 1905 ens_ctrl (#1955)

    Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com>
    JohnHalleyGotway and j-opatz committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    d60924c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b13ce1 View commit details
    Browse the repository at this point in the history
  4. Per #1905, committing a hotfix directly to the develop branch. Revert…

    …ing 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.
    JohnHalleyGotway committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5131042 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    4ff28d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. 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>
    hsoh-u and Howard Soh committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    aee6269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867360f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    0990061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1663bb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13996c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    dae9db7 View commit details
    Browse the repository at this point in the history
  2. Hotfix for the develop branch to get met-10.1.0-beta4 compiling on WC…

    …OSS. The intel compiler does not allow adjacent >> characters when defining maps.
    JohnHalleyGotway committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9bd9946 View commit details
    Browse the repository at this point in the history
  3. Updating the beta4 release date from 11/16 to 11/17 since the beta4 r…

    …elease needs to be recreated.
    JohnHalleyGotway committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e0b659d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    817d9db View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    4e28ae7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    6d16e23 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. #1936 Excludes precip3hr, precip6hr, precip12hr, and precip10min from…

    … required variables for MESONET
    Howard Soh committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    39a5233 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    c9434e8 View commit details
    Browse the repository at this point in the history
  2. Per #1985, VERY minor change to fix alignment of titles in Point-Stat…

    …... updating the develop branch.
    JohnHalleyGotway committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    84f8c7f View commit details
    Browse the repository at this point in the history
  3. #1936 Added an unit test for newer MESONET file

    Howard Soh committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d35190e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Merge pull request #1984 from dtcenter/feature_1936_madis_nc2

    Bugfix 1936 develop madis2nc
    hsoh-u committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f81d250 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    8c29f09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b93f4ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49fb555 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. #1844 Added vx_pointdata_python

    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    dd0a68b View commit details
    Browse the repository at this point in the history
  2. #1844 Added vx_pointdata_python to PYTHON_LIBS & make file for vx_poi…

    …ntdata_python
    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    2b61506 View commit details
    Browse the repository at this point in the history
  3. #1844 Added vx_pointdata_python to SUBDIRS

    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    b4a4e18 View commit details
    Browse the repository at this point in the history
  4. #1844 Initial release

    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    ba9f81e View commit details
    Browse the repository at this point in the history
  5. #1844 Added met_point_data.cc & met_point_data.h

    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    abef2b7 View commit details
    Browse the repository at this point in the history
  6. #1844 NcHeaderData is renamed to MetPointHeader and moved to met_poin…

    …t_dataq.h
    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    6c36d79 View commit details
    Browse the repository at this point in the history
  7. #1844 NcPointObsData is derived from MetPointObsData. Many methods ar…

    …e moved to the base class MetPointObsData
    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    3f0de5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c50d50 View commit details
    Browse the repository at this point in the history
  9. #1844 override the obs_data pointer to the derived class

    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    0d7b731 View commit details
    Browse the repository at this point in the history
  10. #1844 Added pyobject_as_bool & pyobject_as_string_array

    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    b053f71 View commit details
    Browse the repository at this point in the history
  11. #1844 Cleanup include statements and addpointdata_python.h if python …

    …is enabled
    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    0ecea6e View commit details
    Browse the repository at this point in the history
  12. #18443 Support python embedding

    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    e397fa1 View commit details
    Browse the repository at this point in the history
  13. #1844 Initial release

    Howard Soh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    315d3b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. #1844 Make buf_size const

    Howard Soh committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    95a65ed View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    e900334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c981f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    0273cf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. #1965 Processed with the raw variable names and update them when the …

    …output is saved.
    Howard Soh committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    ab1199b View commit details
    Browse the repository at this point in the history
  2. #1965 Added unit test ioda2nc_same_input

    Howard Soh committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    d5cc7b1 View commit details
    Browse the repository at this point in the history
  3. #1965 Processed with the raw variable names and update them when the …

    …output is saved.
    Howard Soh committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e48c5ff View commit details
    Browse the repository at this point in the history
  4. #1965 Added unit test ioda2nc_same_input

    Howard Soh committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5617aa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. #1965 initialize var_idx

    hsoh-u committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    ee76143 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2006 from dtcenter/feature_1965_ioda2nc_same_input

    Feature 1965 ioda2nc same input
    hsoh-u committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1e97085 View commit details
    Browse the repository at this point in the history
  3. Update the development environment for seneca to add /usr/local/nco/b…

    …in 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.
    John Halley Gotway committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    acbb7b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    717dd17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58988bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5632c5c View commit details
    Browse the repository at this point in the history
  7. 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.
    JohnHalleyGotway committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    b267883 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7eb8e4 View commit details
    Browse the repository at this point in the history
  9. No real changes here. Just formatting

    MET Tools Test Account committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    96536f5 View commit details
    Browse the repository at this point in the history
  10. 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>
    3 people committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    fa41760 View commit details
    Browse the repository at this point in the history
  11. Feature 1996 uninitialized variables (#2004)

    Co-authored-by: Howard Soh <hsoh@kiowa.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    3 people committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    551f92b View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/develop' into feature_1844_pytho…

    …n_embedding
    Howard Soh committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    39d7e6f View commit details
    Browse the repository at this point in the history
  13. Feature 1695 ensemble single file (gen_ens_prod) (#2001)

    Co-authored-by: johnhg <johnhg@ucar.edu>
    georgemccabe and JohnHalleyGotway committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    dbc7d10 View commit details
    Browse the repository at this point in the history
  14. Feature 1965 NB faile with time summary by ioda2nc (#2008)

    Co-authored-by: Howard Soh <hsoh@kiowa.rap.ucar.edu>
    hsoh-u and Howard Soh committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    be7910e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    1e13dea View commit details
    Browse the repository at this point in the history
  2. #1844 Added log message for use_var_id

    Howard Soh committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    edd61fd View commit details
    Browse the repository at this point in the history
  3. #1844 Get use_var_id for python embedding

    Howard Soh committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    6cae6b5 View commit details
    Browse the repository at this point in the history
  4. #1844 Initial release

    Howard Soh committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    aaa1010 View commit details
    Browse the repository at this point in the history
  5. #1844 Added met_point_obs.py and read_met_point_obs.py

    Howard Soh committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    adf4928 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0640d8d View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/develop' into feature_1844_pytho…

    …n_embedding
    Howard Soh committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    9483487 View commit details
    Browse the repository at this point in the history
  8. 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.
    JohnHalleyGotway committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    37f4f32 View commit details
    Browse the repository at this point in the history
  9. Fix merge conflict

    JohnHalleyGotway committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    36761b6 View commit details
    Browse the repository at this point in the history
  10. #1844 Added python embedding for point observation data

    Howard Soh committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4f57edd View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/develop' into feature_1844_pytho…

    …n_embedding
    Howard Soh committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    27925d8 View commit details
    Browse the repository at this point in the history
  12. 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>
    3 people committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    de81526 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. feature 1695 ensemble single file (ensemble_stat) (#2007)

    Co-authored-by: johnhg <johnhg@ucar.edu>
    georgemccabe and JohnHalleyGotway committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e96a211 View commit details
    Browse the repository at this point in the history
  2. Committing directly to the develop branch. Removing many, many instan…

    …ces 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.
    JohnHalleyGotway committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    032456b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    ee4a3a4 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    18ccf3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    634806e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Hotfix for #1695 committed directly to the develop branch. The new En…

    …semble-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.
    JohnHalleyGotway committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    e9df2fc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    e75fe46 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    65539e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee621eb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    7c18231 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into feature_1844_pytho…

    …n_embedding
    Howard Soh committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    3bd3cb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. #1844 Make met_point_obs as abstract class

    Howard Soh committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b8e0de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d479f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    333419c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. #2020 Added SonarQube related varibales

    Howard Soh committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    b177c3b View commit details
    Browse the repository at this point in the history
  2. #2020 Initial release

    Howard Soh committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    11daa46 View commit details
    Browse the repository at this point in the history
  3. #2015 Avoid the repeasted debug message if derived varibales are disa…

    …bled
    Howard Soh committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    89642fc View commit details
    Browse the repository at this point in the history
  4. #1996 Initialize right and left

    Howard Soh committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    6b9b411 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b606312 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4142c48 View commit details
    Browse the repository at this point in the history
  7. #1966 Removed unreachable codes

    Howard Soh committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c4f5a1b View commit details
    Browse the repository at this point in the history
  8. #1966 Do not write into NetcDF if empty data

    Howard Soh committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    4226cbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd9c46c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Merge pull request #2010 from dtcenter/feature_1844_python_embedding

    Feature 1844 python embedding
    hsoh-u committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7aaddba View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. #2015 Corrected "retained or derived" count

    Howard Soh committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    587b936 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2024 from dtcenter/feature_2020_run_sonarqube

    Feature 2020 run sonarqube
    hsoh-u committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cfb4759 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2026 from dtcenter/feature_2015_pb2nc_debug_message

    fesature 2015 pb2nc repeated debug messages
    hsoh-u committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    80f79fd View commit details
    Browse the repository at this point in the history
  4. Feature 1546 CI testing (#2029)

    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    georgemccabe and JohnHalleyGotway committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    3097278 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9447e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42ca71a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5939357 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e7551f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afe0ad4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e1e209 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. 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.
    JohnHalleyGotway committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    555494b View commit details
    Browse the repository at this point in the history
  2. fixed directory to copy truth data into -- copy command was copying t…

    …he content of the directory, not including the directory itself
    georgemccabe committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ece4c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afdf9db View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Per #1907, added warning about switch from Ensemble-Stat to Gen-Ens-P…

    …rod (#2032)
    
    Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>
    jprestop and Julie Prestopnik committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    82d45a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. 2028 Check null for header data

    Howard Soh committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    5dfcf5b View commit details
    Browse the repository at this point in the history
  2. Removed un-reachable code

    Howard Soh committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c767e8f View commit details
    Browse the repository at this point in the history
  3. #2028 Check if the pointer (d) is null

    Howard Soh committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    310c236 View commit details
    Browse the repository at this point in the history
  4. #2015 Changed warning to debug message

    Howard Soh committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    fa5badf View commit details
    Browse the repository at this point in the history
  5. #2028 Passing two dimensionl cur and dim array

    Howard Soh committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    df00576 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. #2028 Set obs_data

    Howard Soh committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    206f74a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2035 from dtcenter/feature_2028_madis2nc_profiler_qc

    Feature 2028 madis2nc profiler qc
    hsoh-u committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    4da5850 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    917c300 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    abdc436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a31d4f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    872e2e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    221e148 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    6ec6e71 View commit details
    Browse the repository at this point in the history
  2. #1996 Initialize i_point

    Howard Soh committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    b4ec7b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. #2044 Corrected config key for obs_prefbufr_map and give a warning fo…

    …r using the old key
    Howard Soh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    fa3896d View commit details
    Browse the repository at this point in the history
  2. CI: output summary of differences in GHA log to easily see results wi…

    …thout having to download the log artifact
    georgemccabe committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    9c45689 View commit details
    Browse the repository at this point in the history
  3. #2027 Added a debug message

    Howard Soh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    b2e7276 View commit details
    Browse the repository at this point in the history
  4. #2027 ci-run-unit Changed wind thres

    Howard Soh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    c9ba6f1 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/develop' into feature_2027_grid_…

    …stat_wind_direction
    Howard Soh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6cd0b12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1b2022 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47bfef6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    348d05e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature_2027_grid_stat_wind_direction' of github.com:dt…

    …center/MET into feature_2027_grid_stat_wind_direction
    Howard Soh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e9e5a52 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Feature 1998 standard sections (#2038)

    * fixing section headers to be consistent with METplus #1998
    
    * fixing section headers to be consistent with METplus #1998
    
    * fixing section headers to be consistent with METplus #1998 missed one
    
    * fixing section headers to be consistent with METplus #1998 try again
    
    * fixing section headers to be consistent with METplus #1998 I had it right the first time
    
    * fixing section headers to be consistent with METplus #1998
    
    * fixing section headers to be consistent with METplus #1998 fixing mistake
    
    * fixing section headers to be consistent with METplus #1998
    
    * fixing section headers to be consistent with METplus #1998
    
    * fixing section headers to be consistent with METplus #1998
    
    * fixing section headers to be consistent with METplus #1998
    
    * fixing section header underscore to dash #1998
    
    * updating TOC vs ref 1998
    
    * updating TOC vs ref 1998 completed
    
    * trying to fix link #1998
    
    * trying to fix link adding reference back in #1998
    
    * updating TOC again underscore vs dash #1998
    
    * updating TOC again underscore vs dash #1998
    
    * updating TOC vs ref 1998 try
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998 take 2
    
    * standardizing TOC sections #1998 take 3
    
    * re-standardizing TOC sections #1998
    
    * re-standardizing TOC sections #1998
    
    * re-standardizing TOC sections #1998
    
    * re-standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998
    
    * updating questions into the TOC.  test #1998
    
    * updating questions into the TOC. #1998
    
    * standardizing TOC sections #1998
    
    * standardizing TOC sections #1998 fixing typo
    
    * standardizing TOC sections #1998 fixing typo
    
    * standardizing TOC sections #1998 fixing typo
    
    * standardizing TOC sections #1998 fixing typo
    
    * standardizing TOC sections #1998 fixing typo
    
    * standardizing TOC sections #1998 fixing typo
    
    * cleaning up questions. removing section title from questions.
    
    * adding a period #1989.
    
    * adding the line breaks back in to match other formatting within MET #1989.
    
    * Changed some "^^^" to "----"
    
    * Changed "###" to "***"
    
    Co-authored-by: jprestop <jpresto@ucar.edu>
    lisagoodrich and jprestop committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a79cd9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e1f7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b88ab1 View commit details
    Browse the repository at this point in the history
  4. #2044 Changed debiug level for PBL

    Howard Soh committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    4020d35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42aad8a View commit details
    Browse the repository at this point in the history
  6. Update met_stats.cc

    #2047 Removed the debug message
    hsoh-u committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ceacf2a View commit details
    Browse the repository at this point in the history
  7. Update met_stats.cc

    Removing variable that was set but never used because SonarQube might complain about that, like Fortify does.
    JohnHalleyGotway committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    5437e5f View commit details
    Browse the repository at this point in the history
  8. Feature 2040 parse timing (#2048)

    Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>
    JohnHalleyGotway and Julie Prestopnik committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    67b484c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2047 from dtcenter/feature_2027_grid_stat_wind_di…

    …rection
    
    Feature 2027 grid stat wind direction
    hsoh-u committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0f25d3c View commit details
    Browse the repository at this point in the history
  10. #2033 ci-run-test Initial release

    Howard Soh committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ae13219 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d56b26 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39a50c1 View commit details
    Browse the repository at this point in the history
  13. #2044 ci-run-test merge again

    Howard Soh committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ce3582d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    fd95301 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. For #2044, fix a typo in PB2NCConfig_G212. A commented out obs_bufr_v…

    …ar entry should really be obs_bufr_map and not commented out.
    JohnHalleyGotway committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    1852dae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2050 from dtcenter/feature_2044_pb2nc_config

    Feature 2044 pb2nc config
    hsoh-u committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6b2134d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    418ebe7 View commit details
    Browse the repository at this point in the history
  2. Feature 1824 pb2nc mlcape (#2057)

    Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
    hsoh-u and Howard Soh committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0d04d0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2a7372 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    e1160cf View commit details
    Browse the repository at this point in the history
  2. #1824 ci-run-test Reset itype to 1 for regular CAPE

    Howard Soh committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    10ca15c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Merge pull request #2060 from dtcenter/feature_1824_pb2nc_MLCAPE2

    #1824 ci-run-test Reset itype to 1 for regular CAPE
    hsoh-u committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fd9e63c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. SonarQube: check if pd_ptr is null

    Howard Soh committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    6b78a89 View commit details
    Browse the repository at this point in the history
  2. #1824 Initialize cape_cnt_surface_msgs

    Howard Soh committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    1d58705 View commit details
    Browse the repository at this point in the history
  3. ci-run-test Removed trailing spaces

    Howard Soh committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    946e4ec View commit details
    Browse the repository at this point in the history
  4. Modified the PR template to add review of the source issue metadata c…

    …i-skip-all
    Julie Prestopnik committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f74ac2a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. feature_2054_helpEmailChanges (#2064)

    * found and made three changes replacing met_help@ucar.edu with the MetPlus gitub discussions page
    
    * Update met/docs/Users_Guide/appendixA.rst
    
    Thanks, a typo plus I am completely neutral as to the exact wording.
    
    Co-authored-by: jprestop <jpresto@ucar.edu>
    
    * Update met/src/libcode/vx_data2d_grib2/data2d_grib2.cc
    
    Co-authored-by: jprestop <jpresto@ucar.edu>
    
    * Update met/README
    
    Co-authored-by: jprestop <jpresto@ucar.edu>
    
    Co-authored-by: jprestop <jpresto@ucar.edu>
    davidalbo and jprestop committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    2c4e4af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2065 from dtcenter/feature_1824_pb2nc_MLCAPE2

    Feature 1996 sonarqube findings
    hsoh-u committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ba71e4c View commit details
    Browse the repository at this point in the history
  3. Feature set job controls (#2066)

    * Updated set_job_controls.sh to add a check for the skip all keyword
    
    * Added a space to check keyword ci-skip-all
    
    Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>
    jprestop and Julie Prestopnik committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    36bdf26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab26b48 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    005da64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ad6b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. #1996 simplify the retrun statement (no effect with tf_left at the se…

    …cond return
    Howard Soh committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    eccbb38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37aef73 View commit details
    Browse the repository at this point in the history
  3. #1996 Reduced duplicated for loops

    Howard Soh committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    543370e View commit details
    Browse the repository at this point in the history
  4. #1996 Removed IsSet which is defined at the base class

    Howard Soh committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4471c4a View commit details
    Browse the repository at this point in the history
  5. #1996 Initialize the variable

    Howard Soh committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c5a80d5 View commit details
    Browse the repository at this point in the history
  6. #1996 ci-run-test Initialize the variable, nxy

    Howard Soh committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    40569ff View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    b55b5c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2073 from dtcenter/feature_1996_sonarqube_findings2

    Feature 1996 sonarqube findings
    hsoh-u committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7d63e0f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Feature 1918 climo_ens_member_id (#2075)

    * Per #1918, store the ensemble_member_id string in the EnsVarInfo class so that we can use it later, if needed, when reading climatological data which may also make use of that string.
    
    * Per #1918, update gen_ens_prod to set the MET_ENS_MEMBER_ID environment variable when reading climatology data if the ens_member_ids config option has been set and the normalizing relative to climatology has been requested.
    
    * Per #1918, add log messages to read_climo.cc and gen_ens_prod.cc to clarify what data is being read from which climo data files.
    
    * Added documentation on MET_ENS_MEMBER_ID usage in climo file name
    
    * updated usage langauge
    
    * Per #1918, adding gen_ens_prod unit test to demonstrate using ENS_MEMBER_ID to read climo data separately for each member.
    
    * Per #1918, adding gen_ens_prod unit test to demonstrate using ENS_MEMBER_ID to read climo data separately for each member.
    
    Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com>
    JohnHalleyGotway and j-opatz committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    107ac32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb1158 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    514c0c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddb3a3b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    591cbd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43c7dad View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Per #1904, fixing a minor copy/paste bug in gen_ens_prod. We were che…

    …cking the length of config_file instead of out_file. This became obvious when running gen_ens_prod without the -out option. That run segfaulted because it tried to create an output file using an empty string. (#2087)
    JohnHalleyGotway committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    de2f9b8 View commit details
    Browse the repository at this point in the history
  2. Initialize tc

    Howard Soh committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ed50ea4 View commit details
    Browse the repository at this point in the history
  3. #1824 ci-run-test Separated log message for MLCAPE

    Howard Soh committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    4e7b393 View commit details
    Browse the repository at this point in the history
  4. ci-run-test Do not calls set(TcrmwData *)

    Howard Soh committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    bffb7e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab03051 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4605a77 View commit details
    Browse the repository at this point in the history
  7. #1824 ci-run-test Removed the duplicated code

    Howard Soh committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    182f461 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04510c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge pull request #2089 from dtcenter/feature_1824_pb2nc_MLCAPE3

    Feature 1824 pb2nc log message for mlcape
    hsoh-u committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1b9784e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee0be03 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Feature 1275 MODE Object Count (#2091)

    * for #1275, fix issue with more than 1000 object for mode, ci-run-unit
    
    * Per #1275, just deleting stale, commented-out code.
    
    Co-authored-by: Randy Bullock <bullock@seneca.rap.ucar.edu>
    JohnHalleyGotway and Randy Bullock committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ef01628 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Feature 1184 dryline (#2088)

    Co-authored-by: davidfillmore <fillmore.winslow.david@gmail.com>
    Co-authored-by: rgbullock <bullock@ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@kiowa.rap.ucar.edu>
    4 people committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    db2debf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce1cd99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca4a1a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    db7762f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a32b11b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    6db4da7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    eeefd91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1428201 View commit details
    Browse the repository at this point in the history
  3. update job control rules for GHA testing workflow to use version spec…

    …ific input data if running tests on main_v branch
    georgemccabe committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3f40dfd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    b312b81 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Adding SonarQube location to development.seneca file.

    MET Tools Test Account committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    bdb90bb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/dtcenter/MET into develop

    MET Tools Test Account committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    b41a319 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Bugfix #2102 develop initialize modified_hdr_typ (#2104)

    Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
    Co-authored-by: johnhg <johnhg@ucar.edu>
    3 people committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    6caff89 View commit details
    Browse the repository at this point in the history
  2. added logic to manually trigger a workflow via the GitHub… (develop) (#…

    …2109)
    
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    georgemccabe and JohnHalleyGotway committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    c0e1944 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Feature update installation info (#2114)

    * Updating configuration and modulefiles
    
    * Removed jet files
    jprestop committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f5f7a41 View commit details
    Browse the repository at this point in the history
  2. create DockerHub tag that ends with -lite to use when triggering the …

    …METplus testing workflow
    georgemccabe committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f1e7e9f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    f75e27c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    a320761 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Feature 1950 sort station list (#2121)

    * Update the top-level README file to list ioda2nc, but also to trigger GHA to run for this new main_v10.1-ref branch.
    
    * Added bool Sorted variable, set to true or false in relevant functions. Updated sort() function. SL
    
    * In parse_sid_mask(), added the line: mask_sid.sort(). SL
    
    * Per issue #1950, put in some cout statements for testing. SL
    
    * Per issue #1950, working in has() function, checking for Sort and put in initial cout's for testing. SL
    
    * Per issue #1950: Cleaned up some cout (print) statements. Left one in there that is commented out for future testing. SL
    
    * Per issue #1950: modified has() function. Added lower_bound search for sorted arrays. Left some print (cout) statements in there for further testing. SL
    
    * Per issue #1950: In has(), I commented out the print (cout) statements for time testing. SL
    
    * added logic to manually trigger a workflow via the GitHub… (#2107)
    
    * Per issue #1950, put back in some print (cout) statements for testing. SL
    
    * Per issue #1950: in has() function, experimenting using the upper_bound() search instead of lower_bound() for sorted vectors. In progress. SL
    
    * Per issue #1950: added a new has function that uses binary_search. Re-working the other has() functions related to this. SL
    
    * Per issue #1950: re-worked original has(), basically reverted back to what it was...but it's now only used for unsorted vectors or for a case insensitive search. Cleaned up. SL
    
    * Per issue #1950: in section that checks Obs Station Id in SID masking list, changed cout to a mlog (debug) statement. SL
    
    * Per issue #1950: created new mask station id list (CONUS METARs) and modified the PointStatConfig_MASK_SID config file to use this list along with the existing lists. SL
    
    * Per issue #1950: reverted back to orginal sid mask site-lists. SL
    
    * Per issue #1950: checking in this site-list that was used for testing point_stat. SL
    
    * Per issue #1950, modified and added better debugging to figure out current issue with ascii2nc. SL
    
    * Per #1950, small tweak in ascii2nc to make it slightly more efficient. After adding the new obs varable name to the end of the list, we can compute var_index direclty without needing to call StringArray::has() a second time.
    
    * Per #1950: removed mlog and cout print statements from has() functions. Cleaned up. SL
    
    * Update met/src/basic/vx_log/string_array.cc
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update met/src/basic/vx_log/string_array.cc
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update met/src/basic/vx_log/string_array.cc
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update met/src/basic/vx_log/string_array.cc
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update met/src/basic/vx_log/string_array.cc
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update met/src/basic/vx_log/string_array.h
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Delete SID_CONUS.txt
    
    * Delete SID_CONUS_times11.txt
    
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu>
    Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com>
    4 people committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    cf7ddec View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Bugfix #2118 develop grib1_rotll (#2130)

    Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com>
    JohnHalleyGotway and georgemccabe committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    1e1a4cc View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Bugfix 2123 nccf valid time (#2127)

    Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
    Co-authored-by: johnhg <johnhg@ucar.edu>
    3 people committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    a80097b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6447251 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    2e53ff7 View commit details
    Browse the repository at this point in the history