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 #2333 #2334

Merged
merged 433 commits into from
Nov 3, 2022
Merged

Update develop-ref after #2333 #2334

merged 433 commits into from
Nov 3, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    ab03051 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4605a77 View commit details
    Browse the repository at this point in the history
  3. #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
  4. 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
  2. Bugfix #2106 develop gcc (#2135)

    Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>
    Co-authored-by: johnhg <johnhg@ucar.edu>
    Co-authored-by: Seth Linden <linden@kiowa.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com>
    Co-authored-by: Howard Soh <hsoh@kiowa.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@kiowa.rap.ucar.edu>
    Co-authored-by: jprestop <jpresto@ucar.edu>
    Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
    Co-authored-by: Randy Bullock <bullock@seneca.rap.ucar.edu>
    Co-authored-by: davidfillmore <fillmore.winslow.david@gmail.com>
    Co-authored-by: rgbullock <bullock@ucar.edu>
    Co-authored-by: Seth Linden <linden@ucar.edu>
    Co-authored-by: hsoh-u <hsoh@ucar.edu>
    Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com>
    Co-authored-by: John Halley Gotway <johnhg@seneca.rap.ucar.edu>
    Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu>
    Co-authored-by: mo-mglover <78152252+mo-mglover@users.noreply.github.com>
    Co-authored-by: davidalbo <dave@ucar.edu>
    Co-authored-by: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com>
    Co-authored-by: Dan Adriaansen <dadriaan@ucar.edu>
    20 people committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    cdcc01d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Doc-only update to expliciltly list the maximum character lengths for…

    … variable-length strings passed to ascii2nc.
    JohnHalleyGotway committed May 2, 2022
    Configuration menu
    Copy the full SHA
    5ecbf56 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    15ca7c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f1ce80 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

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

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    e6f5068 View commit details
    Browse the repository at this point in the history
  2. #14 Using literal instead of numbers

    Howard Soh committed May 10, 2022
    Configuration menu
    Copy the full SHA
    81fe0a4 View commit details
    Browse the repository at this point in the history
  3. #14 Added tmp_buf_size

    Howard Soh committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e3fbfdf View commit details
    Browse the repository at this point in the history
  4. #14 Define n_kw_infos first

    Howard Soh committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d56db12 View commit details
    Browse the repository at this point in the history
  5. #14 Using literal instead of numbers

    Howard Soh committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ba05032 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75061c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6debf03 View commit details
    Browse the repository at this point in the history
  8. dtcenter/METplus-Internal#14 formatting code

    Howard Soh committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ac50028 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa23fda View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. METplus-Internal #16 Added python scanning

    Howard Soh committed May 11, 2022
    Configuration menu
    Copy the full SHA
    fc76766 View commit details
    Browse the repository at this point in the history
  2. METplus-Internal #16 changed name

    Howard Soh committed May 11, 2022
    Configuration menu
    Copy the full SHA
    f567adc View commit details
    Browse the repository at this point in the history
  3. METplus-Internal #16 initial release for python scanning

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

Commits on May 12, 2022

  1. METplus-Internalv#19 added maic.cc & main.h

    Howard Soh committed May 12, 2022
    Configuration menu
    Copy the full SHA
    4b6e0f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2109a1 View commit details
    Browse the repository at this point in the history
  3. METplus-Internalv#19 Initial release

    Howard Soh committed May 12, 2022
    Configuration menu
    Copy the full SHA
    93c0e12 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    32f6ac3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d77e759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93c935 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fe963d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    cf0ac67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee835d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c4a124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7b0861 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Hotfix for the develop branch to correct a bad MET_TEST_BASE path tha…

    …t causes the nightly build to fail.
    MET Tools Test Account committed May 20, 2022
    Configuration menu
    Copy the full SHA
    4a0ca2b View commit details
    Browse the repository at this point in the history
  2. Feature 2072 tc rmw winds (#2165)

    * bug fix for NAN and for using missing data as if its not missing
    
    * added parameters to control converting winds to tangential/radial components
    
    * bug fixes
    
    * Refactored to put wind conversion into it's own class TCRMW_WindConverter
    
    * changed default for converting winds to TRUE, and put parameters for wind conversion into the unit test config files
    
    * Per #2072, updating tc_rmw Makefile.in to compile new files.
    
    * Per #2072, update to the output from the lex/yacc version on seneca.
    
    * Changed Error to Warning in mlog messages, for consistency with MET conventions
    
    * Removing commented out code.
    
    * Per #2072, combine warnings spread across multiple lines into a single call to the logger. Replace references to ugrid/vgrid with u/v wind. Fix a typo and clean up some whitespace.
    
    Co-authored-by: Dave Albo <dave@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    3 people committed May 20, 2022
    Configuration menu
    Copy the full SHA
    f9a153a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a754ea View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

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

Commits on Jun 7, 2022

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

Commits on Jun 10, 2022

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

Commits on Jun 13, 2022

  1. Feature 2022 anom corr to vcnt (#2171)

    * Per #2022: Added ANOM_CORR, ANOM_CORR_BCL, ANOM_CORR_BCU to vcnt_columns. SL
    
    * Per #2022: Added ANOM_CORR, ANOM_CORR_BCL, ANOM_CORR_BCU to write_vcnt_cols. SL
    
    * Per #2022: Added ANOM_CORR to VL1L2Info. SL
    
    * Per #2022: updated the VL1L2Info functions to initialize and compute ANOM_CORR. SL
    
    * Per #2022: in calc_ncep_stats modified calculation for ANOM_CORR to check for bad data in the denominator first. SL
    
    * Per #2022: for the VL1L2Info, changed all derived VCNT variables to be CIInfo objects (instead of doubles). SL
    
    * Per #2022: making changes to VL1L2Info related to making all VCTN variables CIInfo objects. In progress. SL
    
    * Per #2022: Added ANOM_CORR_UNCNTR. SL
    
    * Per issue 2022: Modified functions in the VL1L2Info class to set the NCEP stat variables correctly since they are now CIInfo class memembers. SL
    
    * Per issue 2022: Added ANOM_CORR_UNCNTR (_BCL, _BCU). SL
    
    * Per issue 2022: modified write_vcnt_cols(), added ANOM_CORR_UNCNTR (_BCL, _BCU). SL
    
    * Per issue #2022: updated write_vcnt_cols. VCNT variables are now CIInfo objects to have to .v for the value. SL
    
    * Per issue #2022: In calc_ncep_stats, put in place-holder for ANOM_CORR.v value SL
    
    * Per issue #2022: in calc_ncep_stats(), changed placeholder for ANOM_CORR. SL
    
    * Per issue #2022: moved alpha initialization to the init_from_scratch() function. SL
    
    * Per issue #2022: in calc_ncep_stats(), set ANOM_CORR to bad_data_double as a placeholder for now. SL
    
    * Per issue #2022: in vcnt_cols(), added ANOM_CORR_NCL/NCU. SL
    
    * Per issue #2022: in write_vcnt_cols(), added ANOM_CORR_NCL/NCU variables. SL
    
    * Per #2022, adding new VCNT columns to the header table files, User's Guide documentation, and lining some code up more consistently.
    
    * Per #2022, added FA_SPEED_BAR and OA_SPEEED_BAR to the VAL1L2 line type. Added code to compute the ANOM_CORR confidence interval. However, I still need to update the writing of the VCNT line type to set the alpha value and actually write the computed CI's.
    
    * Per #2022, update the writing of the VCNT output line to write the alpha value and anomaly correlation CI's.
    
    * Per #2022, update point_stat and grid_stat to allocate alpha values for VL1L2Info objects to store CI's.
    
    * Per #2022, call VL1L2Info::zero_out() instead of clear() so that we don't throw away allocated alpha values.
    
    * Per #2022, update the Point-Stat and Grid-Stat logic to include the number of alpha values when deciding how many VCNT lines to write.
    
    * Per #2022, update the VL1L2Info::operator+= logic to copy over the allocated alpha values.
    
    * Per #2022, enhance stat_analysis to support an aggregate_stat job type for VAL1L2->VCNT. This writes ANOM_CORR and ANOM_CORR_UNCNTR output columns. However, there are still things to address. The other stats should be written as NA instead of 0. Recommend changing the VL1L2Info::zero_out() function to intialize stat values to NA instead of 0. Need to update the docs to reflect this support. Also need to actually compute the parametric CI's for ANOM_CORR. Big picture, we should store the VCNT stats in a new VCNTInfo class... just like the SL1L2Info/CNTInfo setup. Storing the sums AND stats in the same VL1L2Info class is unnecessarily confusing.
    
    * Per #2022, update Stat-Analysis docs to list VAL1L2 -> VCNT as a supported conversion type.
    
    * Per #2022, when computing VL1L2Info CI's, n should be set to vacount rather than the number of input pairs.
    
    * Per #2022, add a new call to Stat-Analysis to exercise the VAL1L2 to VCNT conversion.
    
    * Per #2022, ci-run-unit fix an aggregation bug in VL1L2Info::operator+=().
    
    * Per issue #2022, added _vcnt.txt output files to check to relevant tests based on if vcnt output file is being generated via the config file. SL
    
    Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    3 people committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    66fb810 View commit details
    Browse the repository at this point in the history
  2. #1815 Renamed time_as_offset to Is_offset

    Howard Soh committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7ea50d0 View commit details
    Browse the repository at this point in the history
  3. #1815 Added vx_data2d_dim_by_value

    Howard Soh committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    c5e9639 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. #1815 Added convert_value_to_offset and renamed _time_dim_offset to _…

    …cur_time_index
    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e7152fa View commit details
    Browse the repository at this point in the history
  2. #1815 Added convert_value_to_offset and renamed _time_dim_offset to _…

    …cur_time_index. Support value instead of offset for time and z level
    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    2d0ff3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80dd0a8 View commit details
    Browse the repository at this point in the history
  4. #1815 Support value insteaed of offset for slicing

    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    fc5a5cb View commit details
    Browse the repository at this point in the history
  5. #1815 Deleted unused local variable

    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8d59e18 View commit details
    Browse the repository at this point in the history
  6. #1815 Deleted unused local variable

    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7837db8 View commit details
    Browse the repository at this point in the history
  7. #1815 Added level by value with @

    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    239dd08 View commit details
    Browse the repository at this point in the history
  8. #1815 Added plot_data_plane_NCCF_latlon_by_value

    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7657431 View commit details
    Browse the repository at this point in the history
  9. #1815 Added level by value with @

    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7bce984 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5ccff5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2159 from dtcenter/feature_METplus-Internal_16_so…

    …narqube_python
    
    Feature dtcenter/METplus-Internal#16 sonarqube python
    hsoh-u committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8d4e4d4 View commit details
    Browse the repository at this point in the history
  12. dtcenter/METplus-Internal#16 Moved from scripts/sonarqube to internal…

    …/scripts/sonarqube
    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    01864ad View commit details
    Browse the repository at this point in the history
  13. #1815 Updated level

    Howard Soh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    329e4f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Feature 2022 stat_analysis (#2185)

    Proceeding with the merge without an external review based on the details listed above.
    JohnHalleyGotway committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e0ccbd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e506773 View commit details
    Browse the repository at this point in the history
  3. Feature #2147 HSS (#2169)

    JohnHalleyGotway committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    852eb99 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into feature_1815_level…

    …_value
    Howard Soh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2c9d528 View commit details
    Browse the repository at this point in the history
  5. #1815 call is_eq to comapre two double values

    Howard Soh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c8f1f95 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Per #2147, this is a HOTFIX to the develop branch after PR #2169 adde…

    …d new CTC and CTS columns. Prevoiusly the CTC columns = NBRCTC columns and CTS = NBRCTS. But that is no longer the case. This updates write_nbrctc_cols() and write_nbrcts_cols() to actually write them rather than just calling the functions to write CTC and CTS cols, respectively.
    JohnHalleyGotway committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    66f1908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    638ff04 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Merge remote-tracking branch 'origin/develop' into feature_METplus-In…

    …ternal_16_sonarqube_python2
    Howard Soh committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d949702 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into feature_1815_level…

    …_value
    Howard Soh committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    560c8b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. #2187 Added add_offset_att_name & scale_factor_att_name

    Howard Soh committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    7116377 View commit details
    Browse the repository at this point in the history
  2. #2187 Apply add_offse or scale_factor if defined

    Howard Soh committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    236b778 View commit details
    Browse the repository at this point in the history
  3. ##2187 Removed handling add_offset and scale factor. They are applied…

    … at the base API
    Howard Soh committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6c04bb9 View commit details
    Browse the repository at this point in the history
  4. #2187 Changed a log message

    Howard Soh committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    66b55cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2183 from dtcenter/feature_METplus-Internal_16_so…

    …narqube_python2
    
    dtcenter/METplus-Internal#16 Moved from scripts/sonarqube to internal…
    hsoh-u committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ac8d975 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2194 from dtcenter/bugfix_2187_add_offset_and_sca…

    …le_factor
    
    Bugfix #2187 develop add_offset_and_scale_factor
    hsoh-u committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c24957f View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/develop' into feature_1815_level…

    …_value
    Howard Soh committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    49ba0ad View commit details
    Browse the repository at this point in the history
  8. Per #2193, add release notes for met-11.0.0-beta1. (#2195)

    Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu>
    JohnHalleyGotway and MET Tools Test Account committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    29c40b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c18dc8c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. #1815 Added more attribute names

    Howard Soh committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c56a507 View commit details
    Browse the repository at this point in the history
  2. #1815 Added get_index_for_dim

    Howard Soh committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ca77ab2 View commit details
    Browse the repository at this point in the history
  3. #1815 Formatting

    Howard Soh committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9483883 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6741041 View commit details
    Browse the repository at this point in the history
  5. #1815 Use constants for attr names

    Howard Soh committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    033ccda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92b8d0c View commit details
    Browse the repository at this point in the history
  7. Another hotfix to develop to get the Docker build step working again.

    The failure from the configure script is caused by the version of the "alocal" executable.
    The contents of develop are based on seneca, which has:
      aclocal (GNU automake) 1.16.1
    By comparison, my laptop does NOT require that bootstrap be run for:
      aclocal (GNU automake) 1.16.5
    But the Docker image has an older version which triggers the error:
      aclocal (GNU automake) 1.13.4
    
    Any machine with aclocal 1.16.x works fine. Likely any machine with a version that differs from 1.16.x does not. Running bootstrap fixes that... but also changes the contents of all the Makefile.in files making them appear as a large set of diffs in the repo. This is not an issue inside the docker image since we generally remove the source code after compiling anyway.
    JohnHalleyGotway committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2314df8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a54f687 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. #1815 cleanup

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d4886d3 View commit details
    Browse the repository at this point in the history
  2. #1815 cleanup

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5a1e381 View commit details
    Browse the repository at this point in the history
  3. #1851 cleanup

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    1a9f1b4 View commit details
    Browse the repository at this point in the history
  4. #1851 cleanup

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    38211de View commit details
    Browse the repository at this point in the history
  5. #1815 Added get_att_unixtime

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    1f63628 View commit details
    Browse the repository at this point in the history
  6. #1851 cleanup

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    7c1ad06 View commit details
    Browse the repository at this point in the history
  7. #1815 cleanup

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ca162f5 View commit details
    Browse the repository at this point in the history
  8. #1815 cleanup

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    4f1343f View commit details
    Browse the repository at this point in the history
  9. #1815 Support @ for pinterp

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    9541e84 View commit details
    Browse the repository at this point in the history
  10. #1815 Do not call to_string

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2066939 View commit details
    Browse the repository at this point in the history
  11. #1815 cleanup

    Howard Soh committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    161227f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Per issue #2081, updated thecontents to match MRMS Version 12.2. Upda…

    …ted existing entries, removed old entries, added new entries. SL (#2199)
    
    Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu>
    sethlinden and Seth Linden committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    82b7396 View commit details
    Browse the repository at this point in the history
  2. #1815 Changed @time to time at plot_data_plane_NCCF_time

    Howard Soh committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    f4d9706 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/develop' into feature_METplus-In…

    …ternal_19_log_user_id
    Howard Soh committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    3ca4d25 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2190 from dtcenter/feature_1815_level_value

    Feature 1815 level value
    hsoh-u committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    14a059e View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/develop' into feature_METplus-In…

    …ternal_19_log_user_id
    Howard Soh committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    7225c77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2649886 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. #1815 Use NcVarInfo members instead API calls

    Howard Soh committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    8e9d91c View commit details
    Browse the repository at this point in the history
  2. #1815 Added find_var_by_dim_name

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

Commits on Jul 5, 2022

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

Commits on Jul 6, 2022

  1. #1815 Restored changes for this branch. The changes were reset after …

    …revert and merging with latest develop branch
    Howard Soh committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    b6029c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. #METplus-Internal_19 cleanup

    Howard Soh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    da43d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f782ad0 View commit details
    Browse the repository at this point in the history
  3. #METplus-Internal_19 Added main.h and main.cc

    Howard Soh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    9f5e057 View commit details
    Browse the repository at this point in the history
  4. #METplus-Internal_19 adjusted link order to set oom

    Howard Soh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    3e0213a View commit details
    Browse the repository at this point in the history
  5. #METplus-Internal_19 Renamed main to met_main. Moved oom handler to b…

    …ase API
    Howard Soh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    070a117 View commit details
    Browse the repository at this point in the history
  6. #METplus-Internal commented out segv_handler which failed to compile …

    …at Docker
    Howard Soh committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    d2e0a75 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Fix typo - maintianing

    jprestop committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    312aa93 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Feature #2204 sum (#2205)

    JohnHalleyGotway committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e8af847 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Merge pull request #2203 from dtcenter/feature_1815_level_value

    Feature 1815 level value
    hsoh-u committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    3d13abc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    ec9a1ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b78948 View commit details
    Browse the repository at this point in the history
  3. #2202 Support python list

    Howard Soh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e95018f View commit details
    Browse the repository at this point in the history
  4. #2202 Avoid seg fault by checking point data from python embedding an…

    …d provides the better log messages
    Howard Soh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1777c21 View commit details
    Browse the repository at this point in the history
  5. #2202 Support python list

    Howard Soh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    5dab0fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6c8cfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93263b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    f4a9400 View commit details
    Browse the repository at this point in the history
  2. #2202 Added MaskedArray to allowed array data type

    Howard Soh committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    70712e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f6f304 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

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

Commits on Jul 27, 2022

  1. Merge pull request #2212 from dtcenter/feature_2211_log_msg

    Feature #2211 log_msg
    jvigh committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    5f1899a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2213 from dtcenter/bugfix_2208_ensemble_stat_miss…

    …ing_member
    
    Bugfix #2208 ensemble_stat with missing members
    hsoh-u committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c0d6397 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. 2215 Added station_ob to message_type & station_id to station_id for …

    …metadata_map
    Howard Soh committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    ce6152c View commit details
    Browse the repository at this point in the history
  2. 2215 Add log message for missing message_type and station_id metadata…

    … variables. Set NA if a message type is empty string
    Howard Soh committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    9b755b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2fad3b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    7f5cdf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9027297 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2217 from dtcenter/feature_2215_ioda2nc_message_type

    Feature 2215 ioda2nc message type
    hsoh-u committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    13f3fe0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2209 from dtcenter/feature_2202_python_embedding_…

    …logs
    
    Feature 2202 python embedding logs
    hsoh-u committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    1afadcc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    8b0b0c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2160 from dtcenter/feature_METplus-Internal_19_lo…

    …g_user_id
    
    Feature METplus-Internal #19 log user ID and #21 signal handling
    hsoh-u committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    5c0804b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dbe45e View commit details
    Browse the repository at this point in the history
  4. Feature sonarqube v11 beta2 (#2222)

    Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
    hsoh-u and Howard Soh committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d24ae45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    094fd9c View commit details
    Browse the repository at this point in the history
  6. Per #2220, fix typo.

    JohnHalleyGotway committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3d76a4b View commit details
    Browse the repository at this point in the history
  7. Per #2220, format the METplus-Internal release notes for MET in the s…

    …ame way they were handled for the METplus beta1 release.
    JohnHalleyGotway committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8d0ec6c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2223 from dtcenter/feature_2220_v11.0.0-beta2

    Feature #2220 v11.0.0-beta2
    bikegeek committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    aa24dce View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Added *hpp

    Howard Soh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    c5fee9a View commit details
    Browse the repository at this point in the history
  2. Separated template functions

    Howard Soh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    dc2d3a6 View commit details
    Browse the repository at this point in the history
  3. Separated template functions

    Howard Soh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a1eae43 View commit details
    Browse the repository at this point in the history
  4. Changed argument for get_var_fill_value

    Howard Soh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f2cdf99 View commit details
    Browse the repository at this point in the history
  5. Feature 1971 mtd error to warning (#2221)

    Co-authored-by: Dave Albo <dave@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    3 people committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    86ab23f View commit details
    Browse the repository at this point in the history
  6. #2225 @Level string is not applied as an index and index string witho…

    …ut @ is not applied as value
    Howard Soh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    bc7c7f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Merge pull request #2226 from dtcenter/feature_template_with_hpp

    Feature template with hpp
    hsoh-u committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    07737e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

Commits on Aug 11, 2022

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

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    16efede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aab292 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d00d857 View commit details
    Browse the repository at this point in the history
  4. Removed beta2 references

    jprestop committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    f6bd643 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    8f50cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b52c6 View commit details
    Browse the repository at this point in the history
  3. Documentation-only commit directly to develop to correct a typo. The …

    …default dotsize if 1.0 rather than 10.
    JohnHalleyGotway committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    36d8356 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

Commits on Aug 18, 2022

  1. Feature 2055 nbm grib2 update (#2234)

    * Per issue #2055, in read_grib2_record_list() added new PDS numbers 6, 10, 15 (for NBM data). SL
    
    * Per issue #2055: in read_grib2_record_list(), in section that validates PDS number changed, for undefined PDS numbers, changed Error to Warning and continue (instead of exit). SL
    
    * Per issue #2055, created new entries for NBM grib2 data fields. SL
    
    * Per issue #2055. Added more NBM fields based on a 12z, f003 file. SL
    
    * Per issue #2055, after interogating several NBM lead-time files, added TMAX field. SL
    
    * Per issue #2055, added grib2_nbm.txt to the list. SL
    
    * Per #2055, update the grib2_nbm.txt file entries in the table_files Makefiles.
    
    * Per issue #2055, fixed syntax entry for TSTM field. SL
    
    * Per issue #2055, fixed a few more syntax errors for some of the fields. SL
    
    * Per issue #2055, in read_grib2_record_list(), added section to set level values for template number 6 (NBM data). Also added some temporary print statements. SL
    
    * Per issue  #2055, in read_grib2_record_list(), added code to set levels for table number 10 (like 6). SL
    
    * Per #2055, adding support for new GRIB2_perc_val configuration option to filter records based on the forecast percentile value used by GRIB2 product definition templates 6 and 10. Seth, note that I also included the probability filtering logic tweak we discussed, since it was already present in that same file.
    
    * Per issue #2055: in find_record_matches(), in section that resolves Prob fields, changed 'break' to 'continue' for non Probs. SL
    
    * Per issue #2055, in read_grib2_record_list() cleaned up some commented out code. SL
    
    * Per issue #2055, in read_grib2_record_list() cleaned up all print statements. SL
    
    * Per issue #2055, added 5 new unit tests for NBM data. SL
    
    * Update data2d_grib2.cc
    
    * Update data2d_grib2.cc
    
    Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    3 people committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    255a8ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2233 from dtcenter/feature_2225_level_string_with_at

    feature_2225_level_string_with_at
    hsoh-u committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a44176e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

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

Commits on Aug 26, 2022

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

Commits on Aug 29, 2022

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

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    c7bbab9 View commit details
    Browse the repository at this point in the history
  2. Hotfix to the develop branch to fix typos in the names of 3 tools (gr…

    …id_stat, gribtab_dat_to_flat, and gsidens2orank). Also removed commented out code from main.cc.
    JohnHalleyGotway committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    71c1939 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

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

Commits on Sep 2, 2022

  1. Feature 2198 zenodo (#2252)

    * Per #2198, adding Seth Linden and Dave Albo to the Author List
    
    * Per #2198, updated Dave Albo to David Albo
    
    * Per #2198, added three new authors based on submitted AMS abstract
    
    * Per #2198, adding .zenodo.json file
    
    * Per #2198, adding orcids for all based on Tatiana's suggestion
    
    * Update .zenodo.json
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update .zenodo.json
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update .zenodo.json
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    jprestop and JohnHalleyGotway committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    3daa077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118214c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 8, 2022

  1. Feature 2196 update dockerfile (#2249)

    * Per #2196, update for upgrade to Python 3.8.6
    
    * Updated based on new structure of METbaseimage
    
    * Changed MET_BASE_IMAGE references to MET_BASE_TAG; Added information to the README.md file
    
    * Changed MET_BASE_IMAGE references to MET_BASE_TAG; Updated the version from v1.0 to v1.1
    
    * Update internal/scripts/docker/README.md
    
    Based on suggestion from John HG.
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update internal/scripts/docker/README.md
    
    Based on suggestion from John HG.
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update internal/scripts/docker/README.md
    
    Based on suggestion from John HG.
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Update internal/scripts/docker/README.md
    
    Based on suggestion from John HG.
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    * Per #2196, updating README.md based on suggestions from John HG
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    jprestop and JohnHalleyGotway committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    506e761 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Feature 1774 contrib outline (#2253)

    * creating chapter files
    
    * putting a space in to work through the git add and commit process.
    
    * Changed formatting of one header
    
    Co-authored-by: Lisa Goodrich <lisag@seneca.rap.ucar.edu>
    Co-authored-by: jprestop <jpresto@ucar.edu>
    3 people committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    7bf988f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98fecaf View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Feature 2206 fair crps to ecnt (#2247)

    * Per issue #2206, for the ECNT line type, added CRPS_EMP_FAIR. SL
    
    * Per issue #2206, for ECNT line type, added CRPS_EMP_FAIR. SL
    
    * Per issue #2206, for ecnt_columns, added CRPS_EMP_FAIR. SL
    
    * Per issue #2206, in write_ecnt_cols(), added crps_emp_fair. SL
    
    * Per issue #2206, in ECNTInfo, added crps_emp_fair. SL
    
    * Per issue #2206, started stubbing code pieced to calculate crps_emp_fair. SL
    
    * Per issue #2206, added new function mean_abs_diff(). SL
    
    * Per issue #2206, in compute_pair_vals() updated the code to calculate crps_emp and crps_emp_fair. SL
    
    * Per issue #2206, added crps_emp_fair (CRPS_EMP_FAIR) to relevant code pieces. SL
    
    * Per issue #2206, added wording for CRPS_EMP_FAIR, also added it to last column of ECNT line type. SL
    
    * Per issue #2206, added info for CRPS_EMP_FAIR and also added the math equation for this. SL
    
    * Per issue #2206, update the math equation for CRPS_EMP_FAIR. SL
    
    * Per issue #2206, added new function weighted_mean_absolute_diff(). SL
    
    * Per issue #2206, updated the crps_emp_fair calculation to subtract the weighted_mean_abs_diff. SL
    
    * Per issue #2206, in aggr_orank_lines(), updated calculation for crps_emp_fair to use weighted_mean_abs_diff. SL
    
    * Per issue #2206, renamed weighted_mean_abs_diff() to wmean_abs_diff(). SL
    
    * Per issue #2206, for the crps_emp_fair calculation, changed weighted_mean_abs_diff() to wmean_abs_diff(). SL
    
    * Per issue #2206, in aggr_orank_lines(), for the crps_emp_fair calculation, changed weighted_mean_abs_diff() to wmean_abs_diff(). SL
    
    * Per issue #2206, updated the math equation for the CRPS_EMP_FAIR calculation. SL
    
    * Per issue #2206, fixed a bug in the wmean_abs_diff() function. SL
    
    * Per issue #2206, added code for crps_emp_fair. SL
    
    * Per issue #2206, in set() function, added checks for crps_emp and crps_emp_fair, for values of 0.0. SL
    
    Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu>
    sethlinden and Seth Linden committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    38e2bff View commit details
    Browse the repository at this point in the history
  2. automated tests: added ability to trigger build of develop-lite docke…

    …r image that it used in the METplus automated tests
    georgemccabe committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    49f7546 View commit details
    Browse the repository at this point in the history
  3. to fix issues with python embedding when the path changes, update dev…

    …elopment.docker file (apparently unused or rarely previously) to include changes for Python 3.8 including setting the LDFLAG to include -rpath to prevent needing LD_LIBRARY_PATH set to run the tools. Source the env file in the build MET docker script instead of setting the env vars in the configure command
    georgemccabe committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    60dc48b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Hotfix to the develop branch to revert the python version from 3.8 ba…

    …ck to 3.6. This is done by rolling back the base image in the MET Dockerfiles to dtcenter/met-base:v1.0. Using 3.8 caused the downstream METplus python embedding examples to fail via GHA in the METplus repo. Will write up an issue to investigate more during the MET-11.0.0-beta4 development cycle.
    JohnHalleyGotway committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8874a27 View commit details
    Browse the repository at this point in the history
  2. Tweak the build_docker_image.sh script by removing references to MET_…

    …BASE_IMAGE and MET_BASE_TAG since those variables are hard-coded in the Dockerfiles themselves and this script includes no logic to handle them.
    JohnHalleyGotway committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    5efc65e View commit details
    Browse the repository at this point in the history
  3. Revert "Tweak the build_docker_image.sh script by removing references…

    … to MET_BASE_IMAGE and MET_BASE_TAG since those variables are hard-coded in the Dockerfiles themselves and this script includes no logic to handle them."
    
    This reverts commit 5efc65e.
    JohnHalleyGotway committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    16c513c View commit details
    Browse the repository at this point in the history
  4. Hotfix, found 2 more spots where I needed to change v1.1 to v1.0. We …

    …should really revisit having this setting spread across so many locations.
    JohnHalleyGotway committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    96bd183 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    688d3d8 View commit details
    Browse the repository at this point in the history
  6. Bugfix 2238 link error (#2255)

    Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
    hsoh-u and Howard Soh committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d456aaf View commit details
    Browse the repository at this point in the history
  7. Feature dtcenter/METplus-Internal#15 add checksum to release (#2254)

    Co-authored-by: jprestop <jpresto@ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    3 people committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    3d8ce9f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. feature 2216 ioda2nc station_id (#2259)

    Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    3 people committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1d95e91 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Feature 1942 seeps (#2257)

    Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu>
    4 people committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8a75206 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Feature 2142 ascii2nc airnow (#2256)

    Co-authored-by: Dave Albo <dave@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    3 people committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    9a1ba2a View commit details
    Browse the repository at this point in the history
  2. Feature 1954 semilatlon (#2262)

    Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com>
    JohnHalleyGotway and j-opatz committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    c14819f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ebd1fd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Removed future imports since they were used to transition from python…

    … 2 to 3. Rearranged logic to be more readible by checking error conditions and exiting if they are not met instead of putting all of the logic to run inside the if statement
    georgemccabe committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c086ca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    80e9095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adce21b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b5361 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Minor hotfix for the develop branch. Running bootstrap for develop on…

    … seneca changes the order of vx_grid semilatlon slightly. We probably manually editted that file instead of running bootstrap to regenerate it.
    JohnHalleyGotway committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    3821152 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Bugfix #2271 develop nbrctc (#2272)

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

Commits on Sep 29, 2022

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

Commits on Sep 30, 2022

  1. Merge pull request #2287 from dtcenter/feature_2270_new_sonarqube

    Feature #2270 new_sonarqube
    hsoh-u committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    2e40571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbcc08a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Feature 2227 namespace (#2290)

    * Per #2227 changes in this commit resolve all errors from removing 'using namespace std' from all header files in the src/basic directory
    
    * Attempt to resolve errors in GitHub actions from removing 'using namepsace std' from all src/basic/ libraries, plus removal from src/libcode/vx_gnomon/gnomon.h and src/libcode/vx_nc_util/nc_utils.h
    
    * Attempt to fix GHA errors with compilation after removal of 'using namespace std'; locally compiles fine
    
    * Per #2227, attempting to fix GHA compilation; Compiltion on seneca works fine
    
    * Per #2227, attempt to resolve GHA compilation issues; seneca compilation works fine
    
    * Per #2227, attempt to resolve GHA compilation issues; seneca compilation works fine
    
    * Per #2227, removing namespace from vx_series_data library
    
    * Per #2227, removing namespace std from vx_shapedata library
    
    * Per #2227, removing namespace std from vx_data2d_grib2 and vx_data2d_grib libraries
    
    * Per #2227, removing namespace std from vx_statistics library
    
    * Per #2227, removing namespace std from src/tools/tc_utils
    
    * Per #2227, removed namespace std from /src/tools/core header files
    
    * Per #2227, clean up and continued work
    
    * Per #2227, changes to remove namespace std and netCDF from header files
    
    * Per #2227, resolve errors in GitHub Actions build
    
    * Per #2227, resolve new errors in GitHub Actions build
    
    * Per #2227, resolve new errors in GitHub Actions build
    
    * Per #2227, resolve new errors in GitHub Actions build
    
    * Per #2227, realign variables
    
    * Per #2227, updating comment
    
    * Per #2227, updating comment
    
    * Per #2227, realign variables
    
    * Per #2227, realign variables
    
    * Per #2227, realign variables
    
    * Per #2227, updating comment
    
    * Update src/basic/vx_config/config.tab.cc
    
    Co-authored-by: johnhg <johnhg@ucar.edu>
    
    Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>
    Co-authored-by: johnhg <johnhg@ucar.edu>
    3 people committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5466007 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

Commits on Oct 12, 2022

  1. Feature #2297 gha (#2299)

    JohnHalleyGotway committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    c4a5c7a View commit details
    Browse the repository at this point in the history
  2. GHA hotfix to develop

    Changes for #2297 included a small typo that I'm fixing directly in the develop branch.
    JohnHalleyGotway committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    043a56b View commit details
    Browse the repository at this point in the history
  3. Feature #2297 hotfix to develop

    A final hotfix to the develop branch to get the build_docker_trigger_metplus.yml workflow working again. I tested on feature_2297_gha branch to confirm that no double-quotes are actually needed.
    JohnHalleyGotway committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    6bf8828 View commit details
    Browse the repository at this point in the history
  4. Update GHA versions

    JohnHalleyGotway committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    4bc5977 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Feature 2281 linker (#2296)

    Co-authored-by: Julie Prestopnik <jpresto@seneca.rap.ucar.edu>
    jprestop and Julie Prestopnik committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    fbf267a View commit details
    Browse the repository at this point in the history
  2. Feature 2036 enhance tc pairs (#2301)

    Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    3 people committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    8032ab5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Merge pull request #2264 from dtcenter/feature_cleanup_py

    Clean up Python Embedding scripts
    hsoh-u committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4cf28a3 View commit details
    Browse the repository at this point in the history
  2. Feature 2276 enhance ascii2nc to read ndbc buoy data (#2294)

    Co-authored-by: Dave Albo <dave@seneca.rap.ucar.edu>
    Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu>
    3 people committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    f578ae5 View commit details
    Browse the repository at this point in the history
  3. Feature 2155 time units months and years (#2300)

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

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    8ba36c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011f6ab View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Bugfix #2306 ascii2nc airnow hourly (#2314)

    Co-authored-by: Dave Albo <dave@seneca.rap.ucar.edu>
    davidalbo and Dave Albo committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    82e5833 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    b71b1ce View commit details
    Browse the repository at this point in the history
  2. Feature 2232 refine grid diag (#2316)

    Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu>
    4 people committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    2add447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44c37c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Feature #2068 ioda2nc v2.0 (#2307)

    Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu>
    Co-authored-by: John Halley Gotway <johnhg@ucar.edu>
    Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu>
    4 people committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    1123b41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62742ac View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    502ab82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94aa8ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f26c55 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Hotfix to the develop branch to correct the column numbers in the CNT…

    … line type table for the RMSOA, ANOM_CORR_UNCNTR, and SI statistics.
    JohnHalleyGotway committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5dc4e4d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Feature #2332 spread_md (#2333)

    * Per #2232, add SPREAD_MD to the ECNT line type from Ensemble-Stat and computed for HiRA.
    
    * Per #2332, fix compilation error.
    
    * Per #2332, update date and release notes for met-11.0.0-beta4.
    
    * Per #2332, fix compilation error.
    JohnHalleyGotway committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    05c1c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c0f295 View commit details
    Browse the repository at this point in the history