Currently I am modeling temperature and groundwater flow with SEAWAT. But the viscosity package wasn't there yet. With the code added below, the package can be added to the seawat model and the input files can be written. It still lacks those fancy feature those MODFLOW packages have. Lets call it a first step.
flopy\seawatinit.py:
from .swt import Seawat
from .swtvdf import SeawatVdf
from .swtvsc import SeawatVsc
Currently I am modeling temperature and groundwater flow with SEAWAT. But the viscosity package wasn't there yet. With the code added below, the package can be added to the seawat model and the input files can be written. It still lacks those fancy feature those MODFLOW packages have. Lets call it a first step.
flopy\seawatinit.py:
flopy\seawat\swtvsc.py: