MODFLOW-USGS / mt3d-usgs

MT3D-USGS Repository
23 stars 12 forks source link

UZT description of IUZFBND #12

Closed langevin-usgs closed 7 years ago

langevin-usgs commented 7 years ago

James Rumbaugh jrumbaugh3@earthlink.net 10:55 AM (15 minutes ago)

to me Hi Chris,

The data input guide for UZT says that IUZFBND array is to be read for each layer. The code seems to only read one layer of data. I assume the guide is incorrect?

Thanks

Jim

emorway-usgs commented 7 years ago

The statement

"IUZFBND(NROW,NCOL) (one array for each layer)"

should be only:

"IUZFBND(NROW,NCOL)"

The input instruction now reflect this. See commit 99cc3be6babc3417e1e64e7b4d7f7cbfb8c63105