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

Add arguments, improve output processing, keep time attributes #25

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    ea27ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d513a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96df37e View commit details
    Browse the repository at this point in the history
  4. Loop through all vars in RegridLoop().

    Resolves NGEET#15: RegridLoop does not iterate to the last index in the LUH2 dataset variable list
    samsrabin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8c8c842 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d89551 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4acc984 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9627cf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae13ecd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8cec4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    308d8a1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c7314e View commit details
    Browse the repository at this point in the history
  12. Fix 'Gaurd' typo.

    samsrabin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b318546 View commit details
    Browse the repository at this point in the history
  13. Add -t/--test option.

    Regrids only one variable.
    samsrabin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ad07e18 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    850c7b8 View commit details
    Browse the repository at this point in the history
  15. Make output parent directory, if needed.

    Resolves NGEET#17.
    samsrabin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    af292e7 View commit details
    Browse the repository at this point in the history
  16. Check for write access.

    Resolves NGEET#18.
    samsrabin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e41898e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    17fd56b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. regrid.py: Always pass a copy to regridder.

    Somehow regridder can affect its input! This was manifesting as ds_to_regrid["time"] losing its attributes.
    samsrabin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    238aff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa5b9a4 View commit details
    Browse the repository at this point in the history