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

Pre-Initialize model xarray with timesteps #77

Merged
merged 19 commits into from
Mar 15, 2024
Merged

Commits on Feb 23, 2024

  1. baseline time profiling

    sjordan29 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a530bc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. initialize array when initializing model (2/3)

    TO DO: hot start dataset; increment_timestep
    #68
    sjordan29 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    52ec704 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. update increment timestep

    #68
    todo: deal with timesteps and potentially change typehints
    update tests
    sjordan29 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9b06e86 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. compare performance

    sjordan29 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8241b6a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. additional benchmarking

    sjordan29 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9ffe5bf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. track dynamic variables

    sjordan29 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    beab337 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    8190c7a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fixes for not tracking dynamic vars

    plus performance analysis in jupyter notebook.
    sjordan29 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    484fd00 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. more profiling metrics

    sjordan29 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9cf35d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826930a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    635b4ca View commit details
    Browse the repository at this point in the history
  2. default for track_dynamic_variables to false

    plus flake8 fixes
    sjordan29 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7d85a01 View commit details
    Browse the repository at this point in the history
  3. update tests

    #68
    to do: hot start dataset test
    sjordan29 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    30d0203 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. hotstart tests #68

    sjordan29 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e14441d View commit details
    Browse the repository at this point in the history
  2. add hotstart assertion

    sjordan29 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f8bebb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df29ac9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    e78c935 View commit details
    Browse the repository at this point in the history
  2. test update

    sjordan29 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c146703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3bcb3c View commit details
    Browse the repository at this point in the history