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

Decouple graph generation from model running #76

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

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    a0095e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c1141c View commit details
    Browse the repository at this point in the history
  3. Update workflow versions

    jacobbieker committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    71b481d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b19195 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7b85ae View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    0f98e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96272c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    23e718a View commit details
    Browse the repository at this point in the history
  2. Add TODOs

    jacobbieker committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1f3ffda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03d877a View commit details
    Browse the repository at this point in the history
  4. Add fix for nu=2

    jacobbieker committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    bab39e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0349106 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29d3986 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Add correctly generating icosphere graph

    Still need to add mapping from input grid to icosphere, and back
    jacobbieker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    943cdff View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/jacob/graph-making' into jacob/g…

    …raph-making
    
    # Conflicts:
    #	graph_weather/models/graphs/ico.py
    jacobbieker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f0f26d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e216e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a5299e View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/jacob/graph-making' into jacob/g…

    …raph-making
    
    # Conflicts:
    #	graph_weather/models/graphs/ico.py
    jacobbieker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e6b94f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aa7b41 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Move plotting to utils

    Still have an issue with the edges being redundant
    jacobbieker committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f2eb1b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cdb87f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    d705712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    322567b View commit details
    Browse the repository at this point in the history
  3. Update graph generation

    Keeping the grid2mesh, mesh, and mesh2grid separate allows for reducing the size of the graphs that have to stay in memory when running through the model.
    jacobbieker committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a0c28f9 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/jacob/graph-making' into jacob/g…

    …raph-making
    
    # Conflicts:
    #	graph_weather/models/graphs/ico.py
    #	graph_weather/models/graphs/utils.py
    jacobbieker committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    86480bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed9a087 View commit details
    Browse the repository at this point in the history