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

merge in develop #466

Merged
merged 135 commits into from
Jun 3, 2020
Merged

Conversation

langevin-usgs
Copy link
Contributor

merge in a variety of recent changes that were made to develop

langevin-usgs and others added 30 commits December 17, 2019 15:43
* Error introduced as part of recent UZF refactoring
* Closes MODFLOW-USGS#273
Implemented new check in develop mode so code bombs with error if memory manager variable not deallocated
…GS#279)

* single code base for writing binary budget files for advanced packages
* single code base for creating and writing budget tables to list file for advanced packages
* implemented for MAW, UZF, LAK, SFR, and MVR
* closes MODFLOW-USGS#277
* update mf6exes from 2.0 to 3.0
* will allow generalized transport calculations for advanced packages
…W-USGS#281)

* refactor(advanced packages): modify advanced packages to read all static data as part of df()
* modify setup_budobj to include the connectivity so that it is available to other models
…W-USGS#288)

* User-specified values for RAINFALL, EVAPORATION, RUNOFF, INFLOW, and WITHDRAWAL must be positive.  The program worked if these values were negative, but that doesn't necessarily make sense and is probably an input error.
* Updated definition file to reflect these changes
* Corrected minor typo in lake definition file
* Updated release notes to reflect this change
* Close MODFLOW-USGS#287
* Also includes a reach volume term written as an aux variable.  This is needed for transport.
* initialize str so non-ascii characters don't show up in output files
* updated notes for these changes
…MODFLOW-USGS#296)

* refactor(sfr): Refactor SFR Package to remove use of Geometry objects

* doc(pak-ts): update description of package timeseries variables. 

* ci(yml): update yml to clone shallow copy of flopy and pymake repos

* doc(release): Update release notes

* Closes MODFLOW-USGS#276, and MODFLOW-USGS#289
This change is required for transport, which accumulates terms in flowja
…SGS#308)

Code was incorrectly calculating cell center elevations when nozee was .false.  This error would have affected XT3D simulations with unconfined flow and non-zero values specified for ANGLE2 in the NPF Package.  It also would affect dispersive transport with XT3D for unconfined conditions.
…DFLOW-USGS#310)

Add traps to catch 1) skin factors that are <= 0 when using the SKIN
conductance equation and 2) and negative saturated conductances values.

Closes MODFLOW-USGS#305
…OW-USGS#303)

Full implementation for SFR package. Partial implementation for LAK, MAW, and UZF packages.
…ODFLOW-USGS#316)

* change order of time series interpolation so aux is done first in case it is an auxmult column
* partially addresses MODFLOW-USGS#314
* updated release notes
…DFLOW-USGS#321)

* fix(lak): revise the way outlet to-mvr flows are stored in budobj

* updated release notes
…d of DHNOFLO to binary file (MODFLOW-USGS#329)

* refactor(lak/maw/sfr): for CONSTANT features write fixed value instead of DHNOFLO to binary file

* update release notes
… transport (MODFLOW-USGS#339)

* feat(transport): update develop with some general routines needed for transport
* fix(mover): correct typo in error message
* closes MODFLOW-USGS#336
* refactor(disu): correct type in disu error message
* closes MODFLOW-USGS#635
…ODFLOW-USGS#338)

DNODATA values reported if 1) delay interbed observations are specified
and no delay interbeds are specified and 2) interbed observations are
specified and the number of interbeds is zero. Added test of all
observation types to test_gwf_csub_sk01.py which has no interbeds.

closes MODFLOW-USGS#298
Modify mf5to6 to use standard SimVariables.f90 in mf6 src and add
ListType variables in original mf5to6 SimVariables.f90 file to
SimListVariables.f90 and update use statements.
emorway-usgs and others added 28 commits May 12, 2020 08:34
…-USGS#435)

Initialize diversion flow (divflow) to zero in the event that they are
not defined in the first stress period.
Also cleanup sparse and remove as a sfrtype variables.
…OW-USGS#450)

* mvr budget now contains lake number instead of outlet number when lake is a provider
* added first cut of maw density routine
…entation (MODFLOW-USGS#454)

- add do_timestep() to the ami
- remove prepareIteration(), moved logic to *_rp()
- remove subtiming
- removed kpicard from sln_ca and further subroutines (*_ad())
- Additional refactoring and cleaning of the code structure
…ODFLOW-USGS#449)

Remove TdisModule dependency in table object. Revise memory 
manager output to use table object. Add table source files to 
mf5to6 converter `extrafiles.txt`. Use table object to print lake 
stages. Add logical size to kind (LGP) for future use.
…DFLOW-USGS#457)

Refactor iteration total for time step and simulation to clarify
data stored in these variables. Updated test_gwf_npf03_sfr.py and
test_gwf_ts_sfr01.py to output inner and outer iteration convergence
information to listing and csv files for evaluation of proper output.
Also evaluated results for test_gwf_npf02_rewet.py autotest since it
has more than 1 time step.

Closes MODFLOW-USGS#410
…ODFLOW-USGS#462)

* allocate auxname to size 0 and then reallocate when auxiliary detected
* - finished refactoring *_ad back to sln_ca in the shape of a prepareSolve call (c.f. MODFLOW-USGS#462)
- changed prepare_iteration to prepare_solve, etc.
- style change in ami functions, e.g. perform_time_step instead of perform_timestep

* - add safety check: multiple solution groups are not supported for use with BMI.
@langevin-usgs langevin-usgs merged commit 9487c31 into MODFLOW-USGS:transport Jun 3, 2020
@langevin-usgs langevin-usgs deleted the transport-patch branch June 3, 2020 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants