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

Make a package #1

Merged
merged 35 commits into from
May 24, 2024
Merged

Make a package #1

merged 35 commits into from
May 24, 2024

Commits on Mar 15, 2024

  1. Clean up and speed up simulatior

    For a 100x100 grid, it takes about 1% of what it took before. Mainly
    through re-arranging loops, avoiding matrices, and using sparse arrays.
    
    TODO:
    - Improve inputs
    - Improve well location flexibility
    - Fix nx!=ny (currently wrong or breaking)
    - Generalize for non-regular dx/dy (? maybe not)
    prisae committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    76ffa56 View commit details
    Browse the repository at this point in the history
  2. Remove lasts loop; nx==ny atm

    prisae committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b1602bc View commit details
    Browse the repository at this point in the history
  3. some comments for next steps

    prisae committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2e4627d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Change shape

    prisae committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d989ad4 View commit details
    Browse the repository at this point in the history
  2. Add test-nb for nx!=ny

    prisae committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d5288f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Add arb. wells

    prisae committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3b91a87 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fix nx!=ny; some comments

    prisae committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b4dc1c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 9, 2024

  1. Fix dx=dy

    prisae committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    32d70e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Improved cov matrix

    prisae committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a2b4789 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Work on Ne perm fields

    prisae committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    88ca1ee View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Notebook/ESMDA working

    prisae committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    58e321c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Start sparse cov dev

    prisae committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6fe570c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Move cov to sparse

    prisae committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    54dccc8 View commit details
    Browse the repository at this point in the history
  2. Added sparse cov to notebook

    prisae committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a40152d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    2858e07 View commit details
    Browse the repository at this point in the history
  2. fold plotting code

    prisae committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7b71dff View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Add back Gaspari Cohn

    prisae committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9db6a3a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Moved esmda to rs

    prisae committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9f7f3e7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Annotate

    prisae committed May 7, 2024
    Configuration menu
    Copy the full SHA
    39379d3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    9701aff View commit details
    Browse the repository at this point in the history
  2. Note re factor ne-1

    prisae committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1f4176d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. move vmin/vmax to callback fct

    prisae committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5be7a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5e41d View commit details
    Browse the repository at this point in the history
  3. setup files

    prisae committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6f69f92 View commit details
    Browse the repository at this point in the history
  4. Add scooby and version info

    prisae committed May 14, 2024
    Configuration menu
    Copy the full SHA
    56042dd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add CI workflow

    prisae committed May 22, 2024
    Configuration menu
    Copy the full SHA
    faf9996 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Docs

    prisae committed May 24, 2024
    Configuration menu
    Copy the full SHA
    900b5f9 View commit details
    Browse the repository at this point in the history
  2. Docs II

    prisae committed May 24, 2024
    Configuration menu
    Copy the full SHA
    46d785b View commit details
    Browse the repository at this point in the history
  3. Docs III

    prisae committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7573f9f View commit details
    Browse the repository at this point in the history
  4. Docs IV

    prisae committed May 24, 2024
    Configuration menu
    Copy the full SHA
    06ceca2 View commit details
    Browse the repository at this point in the history
  5. Docs V

    prisae committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c46d0b1 View commit details
    Browse the repository at this point in the history
  6. Push it

    prisae committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cae9eaf View commit details
    Browse the repository at this point in the history
  7. Add a test

    prisae committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ae3f283 View commit details
    Browse the repository at this point in the history
  8. Adjust GHA

    prisae committed May 24, 2024
    Configuration menu
    Copy the full SHA
    867a7cb View commit details
    Browse the repository at this point in the history