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

Parse MODFLOW6 input (partially) #688

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

Parse MODFLOW6 input (partially) #688

wants to merge 39 commits into from

Commits on Mar 2, 2022

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

Commits on Mar 3, 2022

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

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    fd5e743 View commit details
    Browse the repository at this point in the history
  2. Simulation.open() seems to be running.

    Introduce StorageBase for Storage packages to avoid repetition
    Huite committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e1f2856 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Adjustments:

    * Use pandas for ~3 times faster reading of list input
    * Add logic for mimicking parts of Fortran read intrinsic: double formats (to_float), comma and whitespace separation (split_string), weird concatenation operators in text files (read_fortran_deflated_text_array).
    * Allow parse_option to return more than one option (required for auxiliary).
    * Add auxiliary and boundnames entries to list input dtype.
    * Fix delr, delc (both 1D) and top (2D) in read_dis_blockfile.
    * Intercept errors and attach file name.
    Huite committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    c1d1e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b03ca97 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    e24d517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18697e2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

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

Commits on May 6, 2022

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

Commits on May 10, 2022

  1. Write low level DISU fixes

    Huite committed May 10, 2022
    Configuration menu
    Copy the full SHA
    7ae6e09 View commit details
    Browse the repository at this point in the history
  2. newline in error message

    Huite committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ae7c93d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed7a162 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f198ee7 View commit details
    Browse the repository at this point in the history
  5. Read DISU head output

    Huite committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e6d54a3 View commit details
    Browse the repository at this point in the history
  6. Add name to open_hds_like

    Huite committed May 10, 2022
    Configuration menu
    Copy the full SHA
    724cbde View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Uncomment jit statement

    Huite committed May 16, 2022
    Configuration menu
    Copy the full SHA
    2b4819d View commit details
    Browse the repository at this point in the history
  2. Warning message formatting

    Huite committed May 16, 2022
    Configuration menu
    Copy the full SHA
    25cb83d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

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

Commits on May 19, 2022

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

    Huite committed May 19, 2022
    Configuration menu
    Copy the full SHA
    b122897 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92d10b2 View commit details
    Browse the repository at this point in the history
  4. Update disu connectivity tests

    Huite committed May 19, 2022
    Configuration menu
    Copy the full SHA
    c8ecda8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    836b63d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cad182e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

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

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    76a6b57 View commit details
    Browse the repository at this point in the history
  2. Add logic for reading WellDisStructured

    * Do not convert to dense (grid) form
    * Add optional keyword `sparse_to_dense` in list input reading functions
    * Update test to read Well data
    Huite committed May 23, 2022
    Configuration menu
    Copy the full SHA
    b6ad9d3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    355531a View commit details
    Browse the repository at this point in the history
  2. Add to_disu tests

    Huite committed May 25, 2022
    Configuration menu
    Copy the full SHA
    b7c7b3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e014958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35976e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    ce5ac5e View commit details
    Browse the repository at this point in the history
  2. Space in warning

    Huite committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    aa439d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4abab8e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

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

Commits on Jun 20, 2022

  1. Use node number for DISU list based input, rather than to start numbe…

    …ring at node 0 for every subset of a grid.
    Huite committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    38cdafb View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Aug 17, 2022

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