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

CDAT Migration: Refactor annual_cycle_zonal_mean set #798

Merged

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    97b418c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf91a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    863dce3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Add debugging scripts

    tomvothecoder committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7756574 View commit details
    Browse the repository at this point in the history
  2. Update _open_climo_dataset() to decode times as workaround to misal…

    …igned time coords
    
    - Update `annual_cycle_zonal_mean_plot.py` to convert time coordinates to month integers
    tomvothecoder committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    159cdf5 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    tomvothecoder committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    53d0f4c View commit details
    Browse the repository at this point in the history
  4. Remove old plotter

    tomvothecoder committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    784404b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    537146a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c3568 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix slow .load() and multiprocessing issue

    - Due to incorrectly updating `keep_bnds` logic
    - Add `_encode_time_coords()` to workaround cftime issue `ValueError: "months since" units only allowed for "360_day" calendar`
    tomvothecoder committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f9a9ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44a6758 View commit details
    Browse the repository at this point in the history
  3. Add AODVIS debug script

    tomvothecoder committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    731c212 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ba0900 View commit details
    Browse the repository at this point in the history