diff --git a/flopy/mfusg/mfusglpf.py b/flopy/mfusg/mfusglpf.py index b8f5e6916..a15ff83b7 100644 --- a/flopy/mfusg/mfusglpf.py +++ b/flopy/mfusg/mfusglpf.py @@ -335,7 +335,7 @@ def __init__( model, (njag,), np.float32, ksat, "ksat", locat=self.unit_number[0] ) - if self.laytyp == 5: + if (self.laytyp.array == 5).any(): self.richards = True bas = model.get_package("BAS6") if not hasattr(bas, "richards") or not bas.richards: