modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
507 stars 307 forks source link

Is reaction supported in mt3d.mtrct? #1167

Open ougx opened 3 years ago

ougx commented 3 years ago
rct = flopy.mt3d.Mt3dRct(mt, isothm=0, ireact=0,igetsc=0, rc1=0.01, ireaction=1)

Exception: RCT error: unrecognized kwargs: ireaction

Or is there another way to set it up?

langevin-usgs commented 3 years ago

It does not look like IREACTION is supported yet for MT3D-USGS. Might leave this one to @emorway-usgs.

jdhughes-usgs commented 2 years ago

@emorway-usgs is this something that you can deal with? It is pretty stale but should make a decision. We can always decide not to support ireaction and close the issue.