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

Improve reading model output #194

Merged
merged 8 commits into from
Jul 20, 2023
Merged

Improve reading model output #194

merged 8 commits into from
Jul 20, 2023

Commits on Jun 21, 2023

  1. Use dask delayed to read model output

    - add kwarg delayed, if False, load data into memory, else return data array with delayed dask arrays
    - add kwarg chunked, if True, chunk data array with chunks="auto"
    - add x,y data to vertex grid data array
    dbrakenhoff committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5376c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2179557 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. address @OnnoEbbens comments

    - fix comments
    - add docstrings
    dbrakenhoff committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    09cebd9 View commit details
    Browse the repository at this point in the history
  2. improve mfoutput

    - fix where command for dry/noflow
    - improve support for loading output without gwf or ds
    dbrakenhoff committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    83bc51d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. refactor mfoutput

    - new folder mfoutput
    - add new flopy binary read functions that support multithreading (binaryfile.py)
    - separate reading budget and head output
    - modify gwf.output and gwt.output to use new methods
    - split logic into multiple reusable functions
    - add support for grb files
    - add/improve tests
    - add method to obtain dims, coords from modelgrid object
    dbrakenhoff committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    feec346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d58e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17b121c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. update PR

    - codacy
    - fix comments @OnnoEbbens
    - some additional fixes
    dbrakenhoff committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    09c5a7d View commit details
    Browse the repository at this point in the history