MODFLOW-USGS / mfusg

Public repository for MODFLOW-USG
https://water.usgs.gov/ogw/mfusg/
7 stars 4 forks source link

Add AUTOFLOWREDUCE for 03A_conduit_unconfined and do not reset THCK in CLN. #14

Closed langevin-usgs closed 7 years ago

langevin-usgs commented 8 years ago

Hi Chris

AUTOFLOWREDUCE was not on (it was a flag but is now an OPTION).

In any case, I have commented out the line csp IF(THCK.LT.1.0E-7) THCK = 1.0E-7

just before the RETURN in SUBROUTINE CLN_THIK(ICLN,HD,BBOT,THCK) as we had done in the BCF part also.

Sorab spanday@gsienv.com Phone: 713-522-6300 x 335 Direct: 281-833-9194 Cell: 571-238-6916 Fax: 703-871-3901

langevin-usgs commented 7 years ago

Made both of these changes. 03A_conduit_unconfined runs fine now. Also commented out line in CLN_THIK.