MODFLOW-USGS / mt3d-usgs

MT3D-USGS Repository
23 stars 12 forks source link

MT3D-USGS doesn't handle recharge and EVT properly with MODFLOW 6 models. #89

Open rbwinst-usgs opened 2 years ago

rbwinst-usgs commented 2 years ago

The attached model terminates abnormally on line 822 of ssm1.f because it tries to access the recharge concentration array in a MODFLOW 6 model but it does not read the recharge concentration array with MODFLOW 6 models. What it should do is skip to the next thing for MODFLOW 6 models. The same thing is true for EVT although that is not illustrated in the attached model ImportedP10.zip .