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

Only set complevel for compressed float vars #162

Merged
merged 10 commits into from
Feb 28, 2023

Commits on Feb 23, 2023

  1. Only set complevel for compressed float vars

    in current netcdf-c, it errors if you try to apply to a variable-
    length dtype variable (such as string vars with object dtype)
    zmoon committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    76c6767 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Add save/load paired data to idealized example

    to serve as test
    zmoon committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    db23a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5263c5 View commit details
    Browse the repository at this point in the history
  3. Add a vlen variable to obs

    zmoon committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    30c5102 View commit details
    Browse the repository at this point in the history
  4. Use encoding

    zmoon committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f9e6f05 View commit details
    Browse the repository at this point in the history
  5. comp only for float vars

    zmoon committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    166aefb View commit details
    Browse the repository at this point in the history
  6. Fix model plot

    when it runs in order, it is giving this huge labels now, weird
    zmoon committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f96bfb7 View commit details
    Browse the repository at this point in the history
  7. Edit save paired data example

    zmoon committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1c17de8 View commit details
    Browse the repository at this point in the history
  8. Fix toggle buttons in example nbs

    I guess it used to be an implicit dep of someone or something?
    zmoon committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    779284d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f5f121 View commit details
    Browse the repository at this point in the history