rniswon / mfnwt

MODFLOW-NWT - Version: 1.1.0 Newton Formulation for MODFLOW-2005 For more information go to http://water.usgs.gov/ogw/modflow-nwt
4 stars 7 forks source link

gage cant be active if SFR or LAK are not active #17

Closed rniswon closed 6 years ago

rniswon commented 6 years ago

email from user:

Rich:

Not sure if this is considered a bug, but maybe it is of interest. I got an access violation because of an input error in the GAGE Package. I tried to run a version of my NWT model (Version 1.1.3) without the SFR Package, but I mistakenly left in a gage in the GAGE Package referring to a stream segment. This resulted in an access violation (157). I haven’t checked to see if the same thing happens in MF2005.

Cheers,

Glen

rniswon commented 6 years ago

resolved by commit 0e6c06e. Added an error statement if stream gages specified and SFR2 not active.