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

feat: implement reading of the potential #110

Merged
merged 62 commits into from
Oct 3, 2023
Merged

feat: implement reading of the potential #110

merged 62 commits into from
Oct 3, 2023

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    7497775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02d54b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c557f72 View commit details
    Browse the repository at this point in the history
  4. Refactor to_frame

    sudarshanv01 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    efca677 View commit details
    Browse the repository at this point in the history
  5. Add width to series

    sudarshanv01 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9d180c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    18b268d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bd3f51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cda4814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be04713 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    0b35fe1 View commit details
    Browse the repository at this point in the history
  2. Apply black and isort

    sudarshanv01 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    30b0b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5a4881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bafcb11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6db94c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad66601 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92b51a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    623124a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bcb6f89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a907827 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d5838f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f8739f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f4f1515 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5c1240d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a32998 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

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

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    e5e244e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e029fbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa62dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c61ead3 View commit details
    Browse the repository at this point in the history
  5. Fix failing parser test

    sudarshanv01 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f2b6017 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49928c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05f5fcd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cec408 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Refactor existing read code

    Fix the order of the grid dimensions
    Use the appropriate number of dimensions for each potential
    martin-schlipf committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8c1043d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Fix density extraction

    The density has to be transposed due to Fortran order
    martin-schlipf committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    957a692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aa4e0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da9dd41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6d899a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b06b43 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    d94bbab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c26b22e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddbf47b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dc49b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99a38e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9251117 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25eb54e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d8b61d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    272d21d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b9a91a View commit details
    Browse the repository at this point in the history
  11. Fix typo

    martin-schlipf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    57614fd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3f71bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    235df35 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    4ea0d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a93bcf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c20f3f8 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    martin-schlipf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9182049 View commit details
    Browse the repository at this point in the history
  5. Fix name of function

    martin-schlipf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    05a5a34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2454692 View commit details
    Browse the repository at this point in the history
  7. Update urllib

    martin-schlipf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    87679dc View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    b5a743e View commit details
    Browse the repository at this point in the history
  2. Fix format

    martin-schlipf committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fb48a73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23c7844 View commit details
    Browse the repository at this point in the history