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

Hysplitdev #171

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Hysplitdev #171

wants to merge 9 commits into from

Commits on Dec 8, 2023

  1. hysplit.py added check_attrs to the ModelBin and combine_dataset to m…

    …ake sure that the level heights
    
    attribute is a list and not an numpy array. The numpy array attributes don't write/read well from a netcdf file.
    Alice Crawford committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7037f6c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. added hysplit_experimental.py for fix to combine_dataset

    Alice Crawford committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6da541c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. hysplit.py bug fixes to combine_dataset

    Alice Crawford committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e726c65 View commit details
    Browse the repository at this point in the history
  2. hysplit.py further improvements to combine_dataset function. Refactor…

    …ed to use a helper class.
    
    update also allows the cdump files to be skipped over if they are empty.
    Alice Crawford committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f2a36dd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. removed hysplit_experimental.py and removed some print statements fro…

    …m hysplit.py
    Alice Crawford committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9f58e9b View commit details
    Browse the repository at this point in the history
  2. formatting updates to hysplit.py

    Alice Crawford committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fa6e15b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73b2839 View commit details
    Browse the repository at this point in the history
  4. two more linting changes to hysplit.py

    Alice Crawford committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a90d1a8 View commit details
    Browse the repository at this point in the history
  5. fixed flake8 violoations to hysplit.py

    Alice Crawford committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    73e61e6 View commit details
    Browse the repository at this point in the history