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

Upload example data for AK Glacier demo; update example notebook accordingly; adjust P_rain/snow var updates #4

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    d5db193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda34e1 View commit details
    Browse the repository at this point in the history
  3. Use time series air temp instead of grid stack

    Grid stack is too large to store on GitHub
    bolotinl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    10589a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update example to use time series air temp vs grid series

    The gridded time series temp data is too large to store in GitHub, so for this example, implement the time series data that does NOT vary in space.
    bolotinl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2dbdcb1 View commit details
    Browse the repository at this point in the history
  2. Adjust update to P[rain/snow] to account for all var types

    Previous syntax caused issues in cases where T was scalar/time series rather than grid. Yes, this allocates to new memory rather than overwriting the previous value in the same memory space (this should be improved later), but for user friendliness out-of-the-box, I think this is the best option for now.
    bolotinl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    04168ab View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    c3dcb48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddaaa88 View commit details
    Browse the repository at this point in the history