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

External transfer rates source term #3088

Open
wants to merge 88 commits into
base: develop
Choose a base branch
from

Commits on Jul 15, 2024

  1. first commit

    church89 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a07f361 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    8d19603 View commit details
    Browse the repository at this point in the history
  2. add function to create external source term vector; update function n…

    …aming according to new transfer rates class
    church89 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    369c7a9 View commit details
    Browse the repository at this point in the history
  3. Pass iteration index to the depletion routine for new transfer rates …

    …and external source rate time dependency feature
    church89 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    83c76f4 View commit details
    Browse the repository at this point in the history
  4. update deplete function with external source rate argument; add exter…

    …nal source rate term to bateman matrix; make both transfer rate and external source rate time dependent
    church89 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5e57661 View commit details
    Browse the repository at this point in the history
  5. Implement external source rate new class for depletion modeling with …

    …a constant (time-depenedent) source term; make ExternalSourceRate and TransferRate derived classes from new ExternalRate one
    church89 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    075caff View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. update docstrings

    church89 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6b30a89 View commit details
    Browse the repository at this point in the history
  2. update docstrings

    church89 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    153b195 View commit details
    Browse the repository at this point in the history
  3. add forgotten argument

    church89 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3d638b1 View commit details
    Browse the repository at this point in the history
  4. update docstrings

    church89 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b6cbc59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66b264f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd07bbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88341fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2d0f5d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. first commit to new branch

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2281305 View commit details
    Browse the repository at this point in the history
  2. resolve conflict

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bd6c76f View commit details
    Browse the repository at this point in the history
  3. update unit test

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ad3fd50 View commit details
    Browse the repository at this point in the history
  4. add test unit

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3adc2e7 View commit details
    Browse the repository at this point in the history
  5. unit test update

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    76703a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a165e54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d451fc View commit details
    Browse the repository at this point in the history
  8. add missing docstrings

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e2070d2 View commit details
    Browse the repository at this point in the history
  9. remove unused import

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2cd4be4 View commit details
    Browse the repository at this point in the history
  10. add missing returns

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    15291f3 View commit details
    Browse the repository at this point in the history
  11. fix typo

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    93f692e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5718801 View commit details
    Browse the repository at this point in the history
  13. add density functions

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8b4b54a View commit details
    Browse the repository at this point in the history
  14. add new methods

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bdbbed5 View commit details
    Browse the repository at this point in the history
  15. resolve conflict

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    82f1d9a View commit details
    Browse the repository at this point in the history
  16. fix h5py saving with mpi

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a8a716c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    55008b3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    87bd0a3 View commit details
    Browse the repository at this point in the history
  19. resolve conflict

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    57d29e8 View commit details
    Browse the repository at this point in the history
  20. works with mpi

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fa01e4b View commit details
    Browse the repository at this point in the history
  21. resolve conflict

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3b19e93 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4a3a788 View commit details
    Browse the repository at this point in the history
  23. small fixes

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7dc54b8 View commit details
    Browse the repository at this point in the history
  24. resolve conflict

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    76828db View commit details
    Browse the repository at this point in the history
  25. resolve conflict

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4c282f0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    08b7ceb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    55e4383 View commit details
    Browse the repository at this point in the history
  28. remove forgotten print

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f1c03e2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f422d30 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    34b44f3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c1da10b View commit details
    Browse the repository at this point in the history
  32. resolve conflict

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    49c8613 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    42067c3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c787f66 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    94f4fae View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3871742 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6f4bf6f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    db00c82 View commit details
    Browse the repository at this point in the history
  39. avoid division by 0 if source rate at last time step before restart w…

    …as at 0 power and assign root to value at previous timestep if source rate is 0
    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e8b7845 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4ef293b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2e2331e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5be43b8 View commit details
    Browse the repository at this point in the history
  43. resolve conflict

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c3406b2 View commit details
    Browse the repository at this point in the history
  44. resolve conflict

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6bd22c0 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    27b9813 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    9e3528c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    8d10ac8 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    77cc32b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4a2a7ca View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    8c2b0fb View commit details
    Browse the repository at this point in the history
  51. resolve conflicts

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    be774fa View commit details
    Browse the repository at this point in the history
  52. resolve conflicts

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fb0d3b1 View commit details
    Browse the repository at this point in the history
  53. resolve conflicts

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0d68713 View commit details
    Browse the repository at this point in the history
  54. resolve conflicts

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7208024 View commit details
    Browse the repository at this point in the history
  55. batchwise first commits

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8e8261f View commit details
    Browse the repository at this point in the history
  56. remove unused import

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1d46c5c View commit details
    Browse the repository at this point in the history
  57. resolve conflicts

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4f8856d View commit details
    Browse the repository at this point in the history
  58. run batchwise redox

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d6ff78e View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    91bff64 View commit details
    Browse the repository at this point in the history
  60. rebase

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    05a416c View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    25f9057 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    7dca0b2 View commit details
    Browse the repository at this point in the history
  63. Merge pull request #35 from openmsr/transfer_rates_source_term

    Merge Transfer rates source term into openmsr develop branch
    church89 authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    747774c View commit details
    Browse the repository at this point in the history
  64. add forgotten imports

    church89 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bdbb42f View commit details
    Browse the repository at this point in the history
  65. Merge pull request #36 from openmsr/add_forgot_imports

    add forgotten imports
    church89 authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    da8a68e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    738d93b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from openmsr/fix_ext_source_rate_timesteps

    Fix ext source rate timesteps
    church89 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    633dc1b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. restore to develop branch

    church89 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e79ef0a View commit details
    Browse the repository at this point in the history
  2. restore to develop branch

    church89 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c42bcb2 View commit details
    Browse the repository at this point in the history
  3. restore to develop branch

    church89 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    802fa47 View commit details
    Browse the repository at this point in the history
  4. restore to develop branch

    church89 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    731bc56 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    47cd32a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2332cf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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