Vitens / phreeqpython

Object-oriented python wrapper for the VIPhreeqc module
Apache License 2.0
68 stars 19 forks source link

Update Phreeqc to latest version? #15

Closed ahockin closed 3 years ago

ahockin commented 3 years ago

Hi!

I would like to use a feature of a the latest version of PHREEQC ('implicit' in the TRANSPORT keyword). As far as I can tell this feature is in PHREEQC version 3.6, but phreeqpython uses Iphreeqc 3.3.7.

Is there anyway to update to the latest version of PHREEQC? to make this feature available?

Thank you!

Alex

AbelHeinsbroek commented 3 years ago

Hi!

That depends a bit on how much has been changed in IPHREEQC 3.6 compared to 3.3.7 PhreeqPython (and VIPHREEQC) perform a bit of open brain surgery to do their magic..

I'll look into it

ahockin commented 3 years ago

Hi! I ended up looking into this a bit on my end, and for my model it turns out using 'implicit' will not speed things up so I don't need this in the end. Thanks for looking into it though!