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 dtcenter/MET#2529 and #2148 #2153

Merged
merged 760 commits into from
Apr 28, 2023
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    0e97a84 View commit details
    Browse the repository at this point in the history
  2. changed URL to use latest instead of develop because even though the …

    …use case currently is only available in develop, it will eventually be in latest when the next release is created
    georgemccabe committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    2116f06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22a2737 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Feature 1694 s2s subgroups (#1697)

    * per #1694, moved 4 use cases from s2s to s2s_mjo, updated paths accordingly, and turned on all s2s use cases to test that they all run successfully after the changes
    
    * per #1694, fixed paths to s2s_mjo conf files
    
    * updated documentation for use cases that were moved from s2s to s2s_mjo
    
    * attempt to free up unused disk space in GHA runner environment
    
    * moved 4 s2s use cases into s2s_mid_lat
    
    * added new model application categories to contrib guide for adding new use cases
    
    * per #947, changed convection_allowing_models use cases to short_range
    
    * changed which use case tests run to the ones that are failing and added other METdbLoad use case to see if that fails as well
    
    * test to determine which files are preventing MySQL database from being created properly
    
    * test 2 to determine which files are preventing MySQL database from being created properly
    
    * test 3 to see if removing these files is not the cause of the METdbLoad failure
    
    * updated references to METdatadb to METdataio since the repository was renamed
    
    * fixed typo
    
    * changed path to sql file needed to create database because it was moved from METviewer to METdataio
    
    * fixed path to sql file that was moved from METviewer to METdataio
    
    * removed temporary fix because metdataio conda env was created in the dtcenter/metplus-envs:metdataio Docker image
    
    * added note to update path when METviewer Dockerfile changes to reflect METdatadb rename to METdataio, ci-skip-unit-tests
    
    * fixed path to METdataio repo
    
    * add back commands to free up disk space because issue with METdbLoad use case was likely not related, ci-skip-unit-tests
    
    * run all tests with ci-run-all-diff
    
    * remove use case group added for testing, ci-skip-all
    
    * changed exit code for diff tests to 2 so it is easier to see if a use case test job failed due to an actual failure or due to differences in the output
    
    * changed grouping of s2s mid lat use cases to original grouping to prevent warning that artifact contains more than 10,000 files. The 2 WeatherRegime use cases produce a lot of output files, so splitting them up should resolve this warning
    
    * per #1694, changed all references to convection allowing models to short range in the Verification Datasets section of the documentation
    
    * changed URLs to develop version of documentation to a URL relative to the current version of the documentation to match the quick search links from the METplus User's Guide
    
    * per #947, changed references to convection_allowing_model (without the s) to short_range that were missed
    
    * updated use case test scripts to rename convection_allowing_models to short_range and added note to alert developers that the list of use cases in the script is not maintained and therefore not complete
    georgemccabe authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a20c0bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5a35e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    84f2f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    664ec51 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. per #1402, rearrange and clean up config files for s2s, s2s_mid_lat, …

    …and s2s_mjo. ci-run-all-diff
    georgemccabe committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    ce09848 View commit details
    Browse the repository at this point in the history
  2. fix logic that logs default value used to properly output False vs. e…

    …mpty string. Previously a False default value was logged as set to empty string
    georgemccabe committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    c0bd80b View commit details
    Browse the repository at this point in the history
  3. fixed logic to not require MTD_SINGLE_RUN to be set for MTD by using …

    …a default value of False
    georgemccabe committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    05156fd View commit details
    Browse the repository at this point in the history
  4. added wrapped StatAnalysis config file back because the config file f…

    …or this wrapper is optional and different behavior will be executed if no config file is set
    georgemccabe committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2787978 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed05775 View commit details
    Browse the repository at this point in the history
  6. added wrapped StatAnalysis config file back because the config file f…

    …or this wrapper is optional and different behavior will be executed if no config file is set
    georgemccabe committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1cd974f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7f7cb8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef6f3a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ccfa89a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e2c002 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da4e01b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5b2a9a View commit details
    Browse the repository at this point in the history
  13. add support for setting match_points in the TCPairs wrapped config fi…

    …le and replace MET_CONFIG_OVERRIDE variable with TC_PAIRS_MATCH_POINTS
    georgemccabe committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    dcc8028 View commit details
    Browse the repository at this point in the history
  14. per #1402, rearrange and clean up config files for tc_and_extra_tc us…

    …e cases. ci-run-all-diff
    georgemccabe committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    40ee888 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Feature 650 questions2ask (#1573)

    * adding new questions section
    
    * changing table config #650
    
    * odd section bullets #650
    
    * adding in the rest of the text but not formatted #650
    
    * first attempt at bullet formatting #650
    
    * fixing errors #650
    
    * fixing errors take 2 #650
    
    * fixing errors take 3 #650
    
    * fixing errors take 4 #650
    
    * fixing errors take 5 #650
    
    * Update systemconfiguration.rst
    
    Cleaning up "you" and changing to 3rd person.  Except where "you" is referenced by a program example  #650
    
    * Update systemconfiguration.rst
    
    Taking another stab at making the bullets consistent #650
    
    * creating new getting_started file to house Questions to Consider that was removed from the systemconfiguration file.
    
    * moving Running METplus into getting_started file and removing it from the systemconfiguration. #650
    
    * updating index to include new Getting Started chapter #650.
    
    * updating index to include new Getting Started chapter take 2 #650.
    
    * shortening the chapter name to Installation and Configuration #650
    
    * using updated questions #650
    
    * Made a few formatting/wording changes
    
    * Removed text
    
    * adding flowchart question and adding periods #650
    
    * bolding files #650
    
    * adding changes John O. recommended. #650
    
    * small John O. change #650
    
    * removing duplicate question #650
    
    * fixing question order #650
    
    * fixing typos Tara requested
    
    * answering question 2.1.1.7
    
    * adding Use Case Rules link to 2.1.1.7
    
    * adding proper link to the Add Use Cases in the Contributors Guide
    
    * trying to get link to work
    
    * trying to get link to work take 2
    
    * trying to get link to work take 3
    
    * trying to get link to work take 4
    
    * removing unnecessary link
    
    * fixing punctuation
    
    Co-authored-by: Julie Prestopnik <[email protected]>
    lisagoodrich and jprestop authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    502ae62 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    23bda51 View commit details
    Browse the repository at this point in the history
  2. feature #1566 Use Python 3.8.6 for automated tests (#1710)

    * changes needed to create v5.0 version of metplus_base docker/conda environment
    
    * update metplotpy conda env to use python 3.8 and new package list, then test to see if use cases that use that env still work using the .v5 version
    
    * turn on use cases that use metplotpy_env to test new conda env
    
    * add .v5 to metplotpy conda env to test that environment
    
    * removed cartopy from requirements because cartopy may no longer be needed
    
    * changed conda environment used for use case
    
    * update conda before building environments
    
    * updated instructions and scripts to build python environments using Python 3.8.6 for METplus v5
    
    * updated conda env to include .v5
    
    * updated automated test logic to use new .v5 Docker images that use Conda environments built from Python 3.8.6
    
    * rebuilt gempak and gfdl-tracker docker images to use .v5 extension to be consistent in the automation logic and avoid special behavior for those environments
    
    * added note to update OS packages to prevent wget certificate errors
    
    * renamed variables to be more clear which path they are actually storing
    
    * Updated logic to no longer handle gempak and gfdl-tracker envs differently by excluding the version number. Cleaned up logic to add version number extension to conda environment names as needed
    
    * updated scripts to create Docker image containing Conda environment for METdataio (renamed from METdatadb) to use in automated tests for v5
    
    * turn off all use cases
    
    * turn on use cases that previously failed
    
    * turn off use cases tests that passed
    
    * turn off all use cases
    
    * per #1566, added explicit version numbers for each Python package that is installed in the Docker Conda environments used for the automated tests to ensure that the same environment will be generated even if the default version of the package differs from the env used to create them
    georgemccabe authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    45da99e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61d2c19 View commit details
    Browse the repository at this point in the history
  4. change job control rules to ignore commit message keywords if running…

    … on develop or main_vX.Y branches because I discovered that the commit message from doing a squash and merge in a pull request will contain any keywords used during development
    georgemccabe committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    20af6cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ad33e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. bugfix #1713 develop METPLOTPY_BASE (#1715)

    * per #1713, remove setting of METPLOTPY_BASE env var in each use case config file and instead set it in the global config settings for the automated test environment, ci-run-all-cases
    
    * per #1713, added instructions to set METPLOTPY_BASE via [user_env_vars] in the default METplus config file upon install if necessary
    
    * per #1713, added documentation to describe METPLOTPY_BASE variable that was added to the defaults.conf file
    georgemccabe authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    f58f294 View commit details
    Browse the repository at this point in the history
  2. turn off use cases

    georgemccabe committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    dd5c2eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    367d111 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5a617a View commit details
    Browse the repository at this point in the history
  5. if TC_PAIRS_MATCH_POINTS is unset, set 'match_points = TRUE;'. This i…

    …s done because the value in the TCPairsConfig_wrapped file was TRUE, but the default value in the MET config file is FALSE. Typically if a METplus variable is unset, we do not set any value for the corresponding env var which results in using the value in the default MET config file. Doing this would cause many use cases to change their results unless TC_PAIRS_MATCH_POINTS=True was added to each use case config file. We could do this for our repository, but any use case config files outside of the METplus repo would need to be updated
    georgemccabe committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a4f4af4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6471b51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2947df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a41115f View commit details
    Browse the repository at this point in the history
  9. log error and increment error count if required lat/lon bound variabl…

    …es are not set instad of calling sys.exit
    georgemccabe committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4d318db View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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

Commits on Aug 3, 2022

  1. Update index.rst

    replace METdatadb with METdataio
    bikegeek authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    994161c View commit details
    Browse the repository at this point in the history
  2. Update metdatadb.rst

    Replace metdatadb with metdataio
    bikegeek authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8a51511 View commit details
    Browse the repository at this point in the history
  3. renamed from metdatadb

    bikegeek committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6a49dfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    774d31f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84845a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ec1a49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e04960 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ba0546 View commit details
    Browse the repository at this point in the history
  9. Update the Release Guide while creating the MET-11.0.0-beta2 developm…

    …ent release. Automatic Zenodo updates for each MET release have been DISABLED since they were being created for each development release. Revise the MET instructions to manually update the MET version on Zenodo only for official releases, not development or bugfix releases.
    JohnHalleyGotway committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    a3fcc80 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1722 from dtcenter/feature_1402_config_cleanup_mo…

    …del_app
    
    Feature #1402 config cleanup model applications
    hankenstein2 authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    a585524 View commit details
    Browse the repository at this point in the history
  11. Changed version number

    hankenstein2 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8bd24e6 View commit details
    Browse the repository at this point in the history
  12. Added release notes

    hankenstein2 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8fa2ad8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1727 from dtcenter/feature_1726_V5.0.0-beta2

    Feature 1726 v5.0.0 beta2
    hankenstein2 authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b060e67 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

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

Commits on Aug 8, 2022

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

Commits on Aug 10, 2022

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

Commits on Aug 16, 2022

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

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    64d5ee0 View commit details
    Browse the repository at this point in the history
  2. Feature 1746 recreate release (#1751)

    * Adding instructions for recreating and existing release
    
    * Reorder the step's based on suggestions from @georgemccabe
    jprestop authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    91c1a65 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    68ff502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2229e77 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Fixing typo

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

Commits on Aug 24, 2022

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

Commits on Aug 26, 2022

  1. Feature update labels (#1765)

    * Modifications for METbaseimage
    
    * Update README.md
    
    Co-authored-by: johnhg <[email protected]>
    jprestop and JohnHalleyGotway authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2d405db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8804eb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    9216c6b View commit details
    Browse the repository at this point in the history
  2. Per dtcenter/METplus-Internal#20, change log output to always include…

    … username and include user ID if it is available
    georgemccabe committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    458714c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Per dtcenter/METplus-Internal#20, fixed bug introduced from commit 45…

    …8714c to develop where error is thrown if username cannot be obtained, which occurs in environment running GHA tests
    georgemccabe committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    fb2d093 View commit details
    Browse the repository at this point in the history
  2. Revert "Per dtcenter/METplus-Internal#20, fixed bug introduced from c…

    …ommit 458714c to develop where error is thrown if username cannot be obtained, which occurs in environment running GHA tests"
    
    This reverts commit fb2d093.
    georgemccabe committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ffd9baa View commit details
    Browse the repository at this point in the history
  3. Revert "Per dtcenter/METplus-Internal#20, change log output to always…

    … include username and include user ID if it is available"
    
    This reverts commit 458714c.
    georgemccabe committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d3f6949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fdc55e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 7, 2022

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

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    cb80ee9 View commit details
    Browse the repository at this point in the history
  2. Feature dtcenter/METplus-Internal#15 checksum for release (#1769)

    Co-authored-by: Julie Prestopnik <[email protected]>
    georgemccabe and jprestop authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    6043797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a32de2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9732cd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    8ea203a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a8d1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7ec114 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a26e18e View commit details
    Browse the repository at this point in the history
  5. Updating note format

    jprestop authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a15989b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1e6cbc View commit details
    Browse the repository at this point in the history
  7. Revert "update Python version to 3.8.6"

    This reverts commit c1e6cbc.
    georgemccabe committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3c235a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. added return value checking to error and exit a non-zero value if doc…

    …ker build or docker push fail
    georgemccabe committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1fe92cc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    08263d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe783e View commit details
    Browse the repository at this point in the history
  3. Feature #1330 MJO ENSO use case (#1794)

    Co-authored-by: cristianastan2 <[email protected]>
    georgemccabe and cristianastan2 authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    60353b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    728707c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Feature #1816 ensemble vx removal from EnsembleStat (#1820)

    Co-authored-by: John Halley Gotway <[email protected]>
    georgemccabe and JohnHalleyGotway authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    eac157d View commit details
    Browse the repository at this point in the history
  2. Feature #1816 rename cases and files (#1823)

    Co-authored-by: John Halley Gotway <[email protected]>
    georgemccabe and JohnHalleyGotway authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5142828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ab383 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c398dbc View commit details
    Browse the repository at this point in the history
  5. info for new use case

    j-opatz committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b299e1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e90df55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83fc496 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3d39ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d9072b View commit details
    Browse the repository at this point in the history
  10. Feature #1817 5.0.0-beta3 release (#1825)

    Co-authored-by: bikegeek <[email protected]>
    georgemccabe and bikegeek authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    fe20623 View commit details
    Browse the repository at this point in the history
  11. Update VERSION

    georgemccabe authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b8a8aac View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. updated file name

    j-opatz committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    0b8505d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. updated MET file locations

    j-opatz committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    cace0bd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. explicitly set units for obs read via python embedding since PR dtcen…

    …ter/MET#2288 no longer guesses units based on grib table units (which can be inaccurate of the actual data)
    georgemccabe committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    aa39d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64750a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

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

Commits on Oct 5, 2022

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

    Feature 1808 poe temp use case
    hankenstein2 authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    0ab0b2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40e05c0 View commit details
    Browse the repository at this point in the history
  4. Feature 1847 release (#1850)

    * Per #1847, moved release notes to be its own chapter, reformatted component release notes, and added new section for upgrade instructions
    
    * Per #1847, added release-notes internal tag
    
    * Per #1847, fix error and reformat link
    
    * Per #1847, modified release instructions to add a section about upgrade instructions
    
    * Per #1847, modified release instructions to add a section about upgrade instructions
    
    * Per #1847, resolve doc warnings
    
    * Per #1847, updated instructions for clarity.
    
    * Per #1847, modified text and link.
    
    * Per #1847, modified wording and resolve error with note
    jprestop authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d7c117f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    00fd664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d2e1d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Oct 25, 2022

  1. Feature 1852 use case physics tendency (#1881)

    * Issue #1852 initial work for the Planview plot
    
    * Issue #1852 planview plot for physics tendency
    
    * issue #1852 cleared away unused/unneccessary code
    
    * Issue #1852 update script command
    
    * Issue #1852 first draft, doesn't have correct content
    
    * Issue #1852 updated name of output plot to include short_range in name
    
    * Issue #1852 renamed to include fcstOnly label
    
    * Issue #1852 initial commit
    
    * Issue #1852
    
    * Issue #1852
    
    * Issue #1852 initial commit
    
    * issue #1852 vertical cross section
    
    * Issue 1852 clean up unused lines
    
    * Issue #1852 initial commit
    
    * Issue #1852
    
    * Issue #1852 updates
    
    * Issue #1852 fixed documentation warnings, but some problems remain
    
    * fixing line length for chapter and section headers and one letter capitalization
    
    * cleaning up line spacing and trying to fix a critical error.
    
    * trying to fix critical error again
    
    * Issue #1852 more description for data and dependency on METplotpy with additional instructions
    
    * Issue #1852 update location of input data to single directory
    
    * Removing duplicate files with a misformatted name that are not needed
    
    * Per #1852, making changes to formatting to eliminate errors
    
    * Issue #1852 remove redundant yaml config file
    
    * Issue #1852 update PYTHONPATH information
    
    * Issue #1852 fixed conflicts
    
    * Issue #1852 update path to shapefile
    
    * Issue #1852 fixed copy and paste error
    
    * Issue #1852 add three use case entries: Planview, VerticalProfile, and VerticalCrossSection for the short range Physics tendency use case
    
    * Issue #1852 add latest short range tests to top, move down list when everything passes
    
    * Update use_case_groups.json
    
    move short_range use cases #10-12 to below the short range test for #9
    
    * Issue #1852 clean up conf files by providing variables for the input netCDF files and for the planview plot, allow user to indicate pressure levels
    
    * Issue #1852 Indicate external Python packages
    
    * Issue #1852 added external dependency section
    
    * removed env vars that don't need to be set -- METPLOTPY_BASE is set by the automated test conf (.github/parm/test_settings.conf) and PYTHONPATH doesn't need to be set because METplotpy is installed in Python environment for use case tests
    
    * Update UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.py
    
    Fixed one typo
    
    * Update UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalCrossSection.py
    
    Fixed a typo
    
    * Update UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalProfile.py
    
    Same typo, same fix
    
    * Issue #1852 remove extraneous entry for USER_SCRIPT_COMMAND, a hold-over from the original implementation which doesn't allow the user to easily specify the FV3 history file and grid spec netCDF file
    
    * Update UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalProfile.conf
    
    Removed the incorrect USER_SCRIPT_COMMAND in previous commit.  Reinstated the correct version and removed the incorrect command.
    
    * update html file from Planview to VerticalProfile
    
    Co-authored-by: Lisa Goodrich <[email protected]>
    Co-authored-by: Julie Prestopnik <[email protected]>
    Co-authored-by: George McCabe <[email protected]>
    Co-authored-by: Hank Fisher <[email protected]>
    5 people authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d8708ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa0927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30130f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    6fb3394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2ef698 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73f6070 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

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

Commits on Nov 1, 2022

  1. updated paths, documentation

    j-opatz committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e4f50a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38e8b46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c49c3d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    1e44a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e599477 View commit details
    Browse the repository at this point in the history
  3. added picture

    j-opatz committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    97580bb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Correct spelling mistake

    j-opatz authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    66cb3ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1908 from dtcenter/feature_1482_useCase_buoyData

    Feature 1482 use case buoy data
    hankenstein2 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    45d46da View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1914 from dtcenter/feature_1828_useCase_cocorahs

    Feature 1828 use case cocorahs
    hankenstein2 authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0cbf8c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d329275 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ac94e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e444854 View commit details
    Browse the repository at this point in the history
  7. per #1910, added time util function to add field info to time info di…

    …ctionary and updated wrapper logic to use this function to add this info instead of passing field info (var_info) to CommandBuilder.find_data to get level info, ci-run-all-diff
    georgemccabe committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1990a5b View commit details
    Browse the repository at this point in the history
  8. change logic to preserve full level string for [fcst/obs]_level so Se…

    …riesAnalysis cases build the same file names, but parse out time info for setting generic level for string sub to preserve previous behavior
    georgemccabe committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9ac11e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0081bd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. removed commented code

    georgemccabe committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    eb8d20a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d674824 View commit details
    Browse the repository at this point in the history
  3. add quotes around input files to plot_point_obs command to allow supp…

    …ort for Python Embedding as input
    georgemccabe committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    185e90e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d0c192 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d12cb5 View commit details
    Browse the repository at this point in the history
  6. remove commented code

    georgemccabe committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1b3b91d View commit details
    Browse the repository at this point in the history
  7. per #1910, added unit tests to ensure that level is set properly in t…

    …he forecast input template
    georgemccabe committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f67106f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c1a065 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. added script to create geovista conda environment via Docker to use i…

    …n the automated use case tests
    georgemccabe committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9d53f02 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Feature 1561 use case ugrid python embedding (#1927)

    Co-authored-by: George McCabe <[email protected]>
    willmayfield and georgemccabe authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c930429 View commit details
    Browse the repository at this point in the history
  2. Feature 1453 use case iodav2 python embedding (#1930)

    Co-authored-by: George McCabe <[email protected]>
    willmayfield and georgemccabe authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ecb04d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed10ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1919 from dtcenter/bugfix_1910_develop_ensemble_s…

    …tat_lev_in_fcst
    
    Bugfix #1910 develop EnsembleStat level in forecast input template
    hankenstein2 authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4f1d6e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    89e8dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1a28f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    7fb1a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a0132 View commit details
    Browse the repository at this point in the history
  3. Feature #1898 tc new options (#1932)

    close undefined
    georgemccabe authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    618f145 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c0aa74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3678971 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    798d119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bff8eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9811d5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc4bd22 View commit details
    Browse the repository at this point in the history
  5. Update VERSION

    georgemccabe authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1d2b472 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 21, 2022

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

Commits on Dec 1, 2022

  1. Feature #1885 gh_projects (#1973)

    Co-authored-by: George McCabe <[email protected]>
    JohnHalleyGotway and georgemccabe authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b490e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebefa6c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Update formatting of the GitHub project filters so that they can be c…

    …opy/pasted directly from RTD into the GitHub project filter.
    JohnHalleyGotway committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    1b6d81c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    179852e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Feature #1711, #1783, #1814, and #1835 Documentation - Multiple files…

    …, PCPCombine constant init, Docker instructions, and MET links (#1967)
    
    Co-authored-by: Dan Adriaansen <[email protected]>
    georgemccabe and DanielAdriaansen authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    35fd7a6 View commit details
    Browse the repository at this point in the history
  2. run diff logic on push for develop and main_v* branches, fix logic to…

    … properly run all use cases
    georgemccabe committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e209244 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. fixed name of external

    georgemccabe committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    532a622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5884aff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c784f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    663fb4e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Update overview.rst

    Removed statsmodels from the table, this package is no longer a requirement.  The necessary functionality was pulled out of the statsmodels repository and incorporated into the METcalcpy repository
    bikegeek authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c1bd0bb View commit details
    Browse the repository at this point in the history
  2. Update overview.rst

    METdataio *must* only use pandas 1.2.3.  METdataio also requires pyyaml.
    bikegeek authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    8d6f379 View commit details
    Browse the repository at this point in the history
  3. Update overview.rst

    METdatio uses pytest to test aspects of the METreformat module
    bikegeek authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    0f89c3f View commit details
    Browse the repository at this point in the history
  4. Update rotate_authorship.rst

    Explicitly add the step to commit and push changes to the file containing the author list.
    bikegeek authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    48596a1 View commit details
    Browse the repository at this point in the history
  5. Update overview.rst

    Added METdataio for lxml, numpy, pandas, and pymysql
    bikegeek authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a2e7fa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Update finalize_release_on_github_official.rst

    added branch protection rules step and the interface to Github was modified, you need to click on the stacked '->' icon to switch default branches
    bikegeek authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7e3c8c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05fc671 View commit details
    Browse the repository at this point in the history
  3. Update overview.rst

    included METdataio for python 3.8.6+ requirement
    bikegeek authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4910a71 View commit details
    Browse the repository at this point in the history
  4. Update overview.rst

    psutil no longer needed in METplotpy and METcalcpy
    bikegeek authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4f4f863 View commit details
    Browse the repository at this point in the history
  5. Update overview.rst

    METcalcpy no longer requires imutils and allow versions 0.5.3 and above
    bikegeek authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    db3535d View commit details
    Browse the repository at this point in the history
  6. Update overview.rst

    cleaned up formatting for imutils
    bikegeek authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ba21fc8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    72907bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccbabf5 View commit details
    Browse the repository at this point in the history
  3. Feature 1819 format doc (#1981)

    Co-authored-by: George McCabe <[email protected]>
    lisagoodrich and georgemccabe authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    16ff8d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c535ec7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d1dffa View commit details
    Browse the repository at this point in the history
  6. Feature #1986 v5.0.0 release (#1987)

    Closes #1986
    georgemccabe authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    dd52d60 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

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

Commits on Dec 13, 2022

  1. allow rest of workflow to run even if job to update data volumes fail…

    …s in case server is down
    georgemccabe committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    786821c View commit details
    Browse the repository at this point in the history
  2. updated version for action to update input data volumes and added max…

    … number of DockerHub tag pages to search to 15
    georgemccabe committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    69394b8 View commit details
    Browse the repository at this point in the history
  3. updated release notes for official METplus release to untar the sampl…

    …e data for next version directory
    georgemccabe committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    45cdb7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a51e74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1da789 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    191dcf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. install library needed for geovista package, remove editable flag so …

    …geovista code will be added directly to python instead of reading it from the source code location, ci-skip-all
    georgemccabe committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    835fc7b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Dec 30, 2022

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

Commits on Jan 5, 2023

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

Commits on Jan 19, 2023

  1. fixed bug to set environment variables in the RegridDataPlane environ…

    …ment instead of the PyEmbedIngest environment
    georgemccabe committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    43b8919 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Feature #2015 modulefiles (#2024)

    * Adding modulefile for WCOSS2
    
    * Updated references of 4.1.1 to 5.0.0
    jprestop authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    200843b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Feb 14, 2023

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

Commits on Feb 15, 2023

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

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    090790f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d7da8 View commit details
    Browse the repository at this point in the history
  3. add use case group name to output path so that output and error logs …

    …will contain use case category to more easily see which case was run
    georgemccabe committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    90c39e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b4b590 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    bea6218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1885712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9670e4 View commit details
    Browse the repository at this point in the history
  4. add token to checkout

    georgemccabe committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    e9e28e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa5cd12 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    165062d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    820c34c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    1f1e069 View commit details
    Browse the repository at this point in the history
  2. Updated color for bold label

    jprestop committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ad88138 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    c0e8b08 View commit details
    Browse the repository at this point in the history
  2. per #2006, fix priority of obs_window config variables so that wrappe…

    …r-specific version is preferred over generic OBS_WINDOW_BEGIN/END (#2062)
    georgemccabe authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4651dae View commit details
    Browse the repository at this point in the history
  3. Feature 2065 v5.1.0 beta1 (#2066)

    * updated version number
    
    * added release notes
    
    * Update docs/Users_Guide/release-notes.rst
    
    Co-authored-by: John Halley Gotway <[email protected]>
    
    ---------
    
    Co-authored-by: John Halley Gotway <[email protected]>
    j-opatz and JohnHalleyGotway authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8eb1364 View commit details
    Browse the repository at this point in the history
  4. updated version with -dev

    j-opatz committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1f97339 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

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

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    96793d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9f8d78 View commit details
    Browse the repository at this point in the history
  3. fixed tab vs spaces

    georgemccabe committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b0aec2f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

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

Commits on Mar 13, 2023

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

Commits on Mar 14, 2023

  1. added commented process list that was accidentally removed -- this is…

    … used if the pre-processing steps are needed
    georgemccabe committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2d27fb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    8edf183 View commit details
    Browse the repository at this point in the history
  2. Feature 2076 release dropdown menu (#2083)

    * test dropdowns
    
    * Update release-notes.rst
    
    Attempting to resolve WARNING
    
    * testing dropdowns
    
    * adding dropdown menus
    
    * testing dropdown
    
    remove from warning section
    
    * dropdown testing
    
    * dropdown menu tests
    
    * dropdown menus
    
    after the warnings section, the dropdown menu only has one space instead of the normal 2 spaces.  If it has 2 spaces, it gets sucked into the warning section.
    
    * spaces with warning
    
    * no spaces for warning
    
    * Update release-notes.rst
    
    warning note has to be indented 1 space.  Originally it was no spaces but then all of the dropdown menus end up in the warning message.  If it's 2 spaces, as is normal, then the warning is indented, which is unnecessary.  1 space is slightly indented and keeps the dropdown menus separate.
    
    ---------
    
    Co-authored-by: jprestop <[email protected]>
    lisagoodrich and jprestop authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0e4db77 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Bugfix #2096/#2098 develop - fix skip if output exists and do not err…

    …or if no commands were run (#2099)
    georgemccabe authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d97128e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Feature 1516 use case mvmode (#2094)

    Co-authored-by: Tracy Hertneky <[email protected]>
    Co-authored-by: George McCabe <[email protected]>
    3 people authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7739693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a2241 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Fix for Dockerfile smell DL4000 (#2112)

    Co-authored-by: Giovanni Rosa <[email protected]>
    2 people authored and georgemccabe committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9f157f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    099f469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c9cd8d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Bugfix #2082 develop regrid.convert/censor_thresh/censor_val (#2140)

    fix #2082 main_v5.0 regrid.convert/censor_thresh/censor_val (#2101)
    georgemccabe authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    cc01e88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2637ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cec8838 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7bcf1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c349e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Feature #1977 ARGO use case (#2148)

    Co-authored-by: j-opatz <[email protected]>
    georgemccabe and j-opatz authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    d9d8595 View commit details
    Browse the repository at this point in the history
  2. Feature develop cycle change (#2150)

    * change PROJECT ASSIGNMENT to CYCLE ASSIGNMENT
    
    * change PROJECT ASSIGNMENT to CYCLE ASSIGNMENT
    
    * change PROJECT ASSIGNMENT to CYCLE ASSIGNMENT
    
    * change PROJECT ASSIGNMENT to CYCLE ASSIGNMENT
    
    * change PROJECT ASSIGNMENT to CYCLE ASSIGNMENT
    
    * change PROJECT ASSIGNMENT to CYCLE ASSIGNMENT
    
    * Added paths to ignore
    
    ---------
    
    Co-authored-by: jprestop <[email protected]>
    lisagoodrich and jprestop authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f55b8b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d23c8c2 View commit details
    Browse the repository at this point in the history