Skip to content

laytyp is returned as "NoneType" in MP7.py for structured grids in 3.2.12 #692

@TroelsNV

Description

@TroelsNV

MP7.py:
Line 331: return np.array(laytyp, dtype=np.int32)

Issue:
The laytyp returns NoneType since the laytyp is assigned to the package object and not the base modflow object.

e.g. "upw.laytyp" returns a Util2D array, but mf.laytyp returns None (here upw is the name of a ModflowUPW object and mf is a Modflow object)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions