Hello All,
I am trying to use PARFLOW (Richards mode) to replicate a MODFLOW6 test case. The model grid consists of 1 layer, 3 rows, and 10 columns (see figure).

Time-dependent specified head is applied on the eastern edge (blue cells).
model.Patch.right.BCPressure.Type = "DirEquilRefPatch"Time-dependent specified flux is applied in the western part of the model domain (red cell).
model.Patch.top21.BCPressure.Type = "FluxVolumetric"
model.Patch.top21.BCPressure.Cycle = "pers"
model.Patch.top21.BCPressure.s1.Value = -2521.173
model.Patch.top21.BCPressure.s2.Value = -3042.345
model.Patch.top21.BCPressure.s3.Value = -3563.518
model.Patch.top21.BCPressure.s4.Value = -4084.691
model.Patch.top21.BCPressure.s5.Value = -4605.863
....
The results show that simulated heads from PARFLOW are consistently higher than those from MODFLOW6.

I am wondering if the difference is related to the equations being solved (variably saturated vs. fully saturated).
I will appreciate any suggestions.
Thanks,
-Mahawa