Hi all,
I have looked into this a bit further and thought I'd share my findings in case anybody in the future wants to use the MNW-package in SEAWAT.
I first tried using the MNW2-package. With the same settings that worked for a MODFLOW-2005 model coupled with MT3DMS, I got the following error message when trying to run with SEAWAT (with the VDF-package): In the LIST-file: "ILLEGAL FILE TYPE IN NAME FILE: MNW2". From this, I assumed it is not possible to use the MNW2-package in SEAWAT.
For me, the MNW1-package works when you specify the Cell-to-well conductance. I think this is like using condeqn="SPECIFIIED" in the MODFLOW 6 Multi-Aquifer-Well-package, or Losstype=SPECIFYcwc in MNW2-package. It's a bit confusing, but in the MNW1-package, this is achieved by specifying the Losstype="SKIN" and then specifying the well-radius variable (Rw) as a negative number, while the actual number should be the Cell-to-well conductance (not the well radius) which can be calculated according to Equation 5 in Halford and Hanson (2002) (
https://pubs.usgs.gov/publication/ofr02293).
There are not much examples for the MNW1-package online, so here an example of what worked for me:
# MNW1 package for SEAWAT generated by Flopy 3.9.3
4 53 0 10 REF = 0
SKIN
FILE:mnw1.wl1 WEL1:91
FILE:mnw1.Qsum QSUM:93 ALLTIME
3 0 # stress period 1
1 1 1 17.5 0.0 -100.0
2 1 1 0.0 MN 0.0 -100.0
3 1 1 0.0 MN 0.0 -100.0
0 0 # stress period 2
3 0 # stress period 3
1 1 1 -17.5 0.0 -100.0
2 1 1 0.0 MN 0.0 -100.0
3 1 1 0.0 MN 0.0 -100.0
PREFIX:mnw1What's important here is that the Losstype="SKIN", and -100.00 is the Rw-variable where the minus means we are actually specifying CWC, and 100.0 is the value of CWC (as calculated manually).
Also, when multiple MNW-nodes are connected: The first node (here in layer=1, row=1, column=1) gets assigned the desired pumping rate (Qdes, here 17.5 m^3/d) and the column for the MN flag is kept empty. All other connected nodes get Qdes=0.0 and the MN flag should be specified with the string "MN". Also, the SSM-package and LMT6-package should be included as described in my question above.
This worked for my relatively simple case. I am not sure how things would work when speciying pumping, water level restrictions, etc but I hope this helps a bit with the confusing input variables.
I hope I expressed myself somewhat understandably and welcome any feedback if something I have said is not correct!
Best regards, Simon