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

v4.8.1 Wellspring changes to merge back upstream #2075

Merged
merged 21 commits into from
Aug 20, 2021
Merged

Commits on Aug 3, 2021

  1. The coord dimids should be written for all variables

    See discussion in #1279
    gsjaardema committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    7b6f11c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Only write the coord dimids if ndims >= 1

    It looks like some vars have ndims==0 in which case the coord_dimids should not be written. Modify patch to catch those cases.
    gsjaardema committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    b9d192d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Make variable easier to compress

    Make the data in the variable `var1` easier to compress so that the compression tests will be more robust.  The zlib_ng library, for example, at level 1 does not compress a sequence of integers very well which resulted in the NetCDF-4 compressed file being larger than the uncompressed NetCDF-3 file.  With the change above, the variable contains `0,0,0,1,1,1,2,2,2,...,` which compresses at level 1 and the compression test is more robust.
    gsjaardema committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c3f20c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Disable varible rename test

    This PR adds the coordinate dimids to all variables; previously 1D
    variables did not have it.  There is an issue with renaming variables
    with the coordinate dimid which is now exposed in this test which
    renames a 1D variable.
    
    Disabling parts of this test until the variable renaming code can be
    refactored.
    gsjaardema committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    28457cb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    ff4ad14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac5d458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b4322d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc7b295 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc5f3d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1f2b97 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Add a comment

    Added comment indicating that we want integer division / truncation.
    This should also trigger the tests to be run again; it looks like one of the tests just didn't run for some reason...
    gsjaardema committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    f3041b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b7c5a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e06d8b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. 2 Configuration menu
    Copy the full SHA
    7dec8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f03b8 View commit details
    Browse the repository at this point in the history
  3. Update the source url for windows installer downloads to reflect the …

    …move tot he new artifacts server.
    WardF committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    6516b19 View commit details
    Browse the repository at this point in the history
  4. path syntax tweak.

    WardF committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    87cac59 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    306614a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379f51a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24411c4 View commit details
    Browse the repository at this point in the history
  4. Corrected a syntax issue with shell scripts invoked by cmake that cou…

    …ld result in a false positive.
    WardF committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    417de61 View commit details
    Browse the repository at this point in the history