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 run param sep #188

Merged
merged 57 commits into from
Jun 30, 2023
Merged

Commits on Jun 6, 2023

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

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    3b085e2 View commit details
    Browse the repository at this point in the history
  2. lint

    jmccreight committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    232942e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ff21aa View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    50b3874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24db089 View commit details
    Browse the repository at this point in the history
  3. lint

    jmccreight committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    fde4cab View commit details
    Browse the repository at this point in the history
  4. merge upstream/develop

    jmccreight committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    7bb4531 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. refactor: separated PRMS parameters into discretizations for hrus and…

    … segments (dis_hru, dis_seg) and onto individual PRMS processes defined in pywatershed
    jmccreight committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c5a0ce1 View commit details
    Browse the repository at this point in the history
  2. lint

    jmccreight committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    65626cb View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Refactor: control does not take/know parameters, pass dis and paramet…

    …ers to individual processes, individual process tests passing
    jmccreight committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    6be7331 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Refactor: model now takes a dictionary of [control, dis, process, ord…

    …er] while maintaining backwards compatability, very minor changes to api (passing list instead of unpacking list for arguments).
    jmccreight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    afbe91c View commit details
    Browse the repository at this point in the history
  2. linted

    jmccreight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    59f05cc View commit details
    Browse the repository at this point in the history
  3. re-xfail snow

    jmccreight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    947c430 View commit details
    Browse the repository at this point in the history
  4. fix notebooks

    jmccreight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b086332 View commit details
    Browse the repository at this point in the history
  5. improve test_model

    jmccreight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fff3e7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5124377 View commit details
    Browse the repository at this point in the history
  7. details with asv

    jmccreight committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f22fbf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    916ff97 View commit details
    Browse the repository at this point in the history
  2. lint

    jmccreight committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d0fc94c View commit details
    Browse the repository at this point in the history
  3. fix parameter access

    jmccreight committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    300d201 View commit details
    Browse the repository at this point in the history
  4. clean up more dead code

    jmccreight committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2c2526c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    cc44610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff872fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7310f2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cedd1e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    935b6d7 View commit details
    Browse the repository at this point in the history
  6. reactor: StorageUnit renamed to Process, before going to Conservative…

    …Process subclass Process is conservative
    jmccreight committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c42808e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    4b72b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8236f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d6feea View commit details
    Browse the repository at this point in the history
  4. refactor: rename StorageUnit to ConservativeProcess class, subclass i…

    …t from a Process class which does not have a budget. remove options from model except for input_dir, all other options go via control, new set_options on Process and ConservativeProcess
    jmccreight committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a78c75a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52abd7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b632519 View commit details
    Browse the repository at this point in the history
  7. lint

    jmccreight committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c1635cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85d8bd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5fdcf8 View commit details
    Browse the repository at this point in the history
  10. Bugfix standard install and editable installs without and with fortra…

    …n, respectively. Details of control.yml files input_dir.
    jmccreight committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7ea7194 View commit details
    Browse the repository at this point in the history
  11. xfail test_prms_to_mf6

    jmccreight committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a5fe886 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ba4a674 View commit details
    Browse the repository at this point in the history
  13. minor fix to nb

    jmccreight committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c3237af View commit details
    Browse the repository at this point in the history
  14. merge upstream/develop

    jmccreight committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9c79b7e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    5ef24f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7d5e4e View commit details
    Browse the repository at this point in the history
  3. update whats new

    jmccreight committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    030647c View commit details
    Browse the repository at this point in the history
  4. lint

    jmccreight committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    44e180a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. fix notebook

    jmccreight committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    38ace0a View commit details
    Browse the repository at this point in the history
  2. minor

    jmccreight committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9d8d290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eecebae View commit details
    Browse the repository at this point in the history
  4. update Model examples

    jmccreight committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3de2983 View commit details
    Browse the repository at this point in the history
  5. clean up calc_method

    jmccreight committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    317d4e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1a4021 View commit details
    Browse the repository at this point in the history
  7. lint

    jmccreight committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ca53584 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    66eb21d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd9723a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32d905e View commit details
    Browse the repository at this point in the history