-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(input_data_model): implement for dis (#1039)
* fix(exg): cellid not correct in error message (#1040) * If cellid in exchange is in IDOMAIN<1 cell, then the cellid written to the error message was wrong * Close #1038 * docs(mf6io): fix discrepancy in EVT example (#1041) * data in the period block contains pxpd1 and pxpd2, implying nseg=3, but nseg not specified which suggests a default value of 1 * cleanup variable names * idm: incremental commit dis package uses idm * idm: restore MemoryManager source * idm: cleanup, remove files not related to idm core and dis idm usage * idm: fprettify, add layered to param input definition * idm: add input_data_model to actions branches to run tests * idm: update makefiles * idm: udpate dfn2f90.py to generate fprettify compliant dis definition file * idm: reimplement input memorylist deallocation Co-authored-by: langevin-usgs <langevin@usgs.gov> Co-authored-by: Eric Morway <emorway@usgs.gov> Co-authored-by: mjreno <mreno@IGSAAA071L00066.gs.doi.net>
- Loading branch information
1 parent
1423361
commit 862f350
Showing
35 changed files
with
2,661 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
pull_request: | ||
branches: | ||
- develop | ||
- input_data_model | ||
|
||
env: | ||
FC: gfortran | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
pull_request: | ||
branches: | ||
- develop | ||
- input_data_model | ||
|
||
env: | ||
FC: gfortran | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
pull_request: | ||
branches: | ||
- develop | ||
- input_data_model | ||
|
||
env: | ||
FC: gfortran | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.