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

Several improvements from NH zoet/zout project #183

Merged
merged 20 commits into from
Jun 5, 2023
Merged

Several improvements from NH zoet/zout project #183

merged 20 commits into from
Jun 5, 2023

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    d55865c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d7331 View commit details
    Browse the repository at this point in the history
  3. add functions to obtain time index for xarray

    - from model
    - from model.modeltime
    - from array of elapsed time
    dbrakenhoff committed May 25, 2023
    Configuration menu
    Copy the full SHA
    cf1aa30 View commit details
    Browse the repository at this point in the history
  4. improve gwf output

    - build time index from output times
    - add support for non constant delr/delc
    - improve support for angrot
    dbrakenhoff committed May 25, 2023
    Configuration menu
    Copy the full SHA
    1860e7e View commit details
    Browse the repository at this point in the history
  5. improve well tools

    - ensure no wells added in inactive cells
    - improve handling of aux variable
    dbrakenhoff committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b5f3728 View commit details
    Browse the repository at this point in the history
  6. improve flopy plotting

    dbrakenhoff committed May 25, 2023
    Configuration menu
    Copy the full SHA
    7d3d76d View commit details
    Browse the repository at this point in the history
  7. improve dataset plotting

    - add support for rotation argument
    - add extent kwarg
    - add date_fmt for plot title
    - add alpha
    dbrakenhoff committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ba11748 View commit details
    Browse the repository at this point in the history
  8. black + isort

    dbrakenhoff committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8b6f67e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4691ec View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. remove deprecated functions

    - get_heads_dataarray
    - get_heads_array
    dbrakenhoff committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4e1b474 View commit details
    Browse the repository at this point in the history
  2. refactor gwf/gwt output

    - create mfoutput.py with generic _get_output_da function
    - apply new function in
      - get_heads_da
      - get_conc_da
      - get_budget_da
    dbrakenhoff committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c6cdecc View commit details
    Browse the repository at this point in the history
  3. improve plotting

    - use map_array as base for animate_map
    dbrakenhoff committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    06e524e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a2d4d1 View commit details
    Browse the repository at this point in the history
  5. improve DatasetCrossSection

    - support no colors by setting "none"
    dbrakenhoff committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    fbc611b View commit details
    Browse the repository at this point in the history
  6. move dcs to plot

    OnnoEbbens committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0602780 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0eec828 View commit details
    Browse the repository at this point in the history
  8. black, isort, codacy

    dbrakenhoff committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e6d723f View commit details
    Browse the repository at this point in the history
  9. fix test

    dbrakenhoff committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8e30f3c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. fix imports

    OnnoEbbens authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    1b5c4fb View commit details
    Browse the repository at this point in the history
  2. Fix 2 Codacy errors

    OnnoEbbens authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d275258 View commit details
    Browse the repository at this point in the history