-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(masked_4D_arrays): allow re-use of preceding spd data if empty (#…
…2314) Addresses the issue raised in discussion #2309. fix(MFPandasTransientList.masked_4D_arrays_itr): allow re-use of preceding spd data if empty (mf6) * generalize setting of array shape for different grid types * re-use preceding spd array data * update relevant test fix(MfList.masked_4d_arrays): allow re-use of preceding spd data if empty (non-mf6) * generalize setting of array shape for different grid types * re-use preceding spd array data fix(model_attributes_to_shapefile): fix exporting of transientlist if disu * create separate case for disu * update relevant test test(masked_4D_arrays): add tests * compare mf6 and non-mf6 shp export (riv data) refactor(MFTransientList): re-use masked_4D_arrays_itr implementation refactor(model_attributes_to_shapefile): remove bare except refactor(model_attributes_to_shapefile): skip transientlist if empty refactor(model_attributes_to_shapefile): skip transientlist if all elements are of object type * if package has timeseries data, transientlist elements are all of object type refactor(mflist_export): skip mflist if all elements are of object type * if package has timeseries data, mflist elements are all of object type fix(mfUsgDisU): return ncpl as integer refactor(model_attributes_to_shapefile): use first recarray kper to check transientlist refactor(mflist_export): use first recarray kper to check mflist
- Loading branch information
1 parent
3a2c494
commit 332a310
Showing
8 changed files
with
95 additions
and
141 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
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
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
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