Skip to content

mp7.py doesn't get laytyp correctly for non MODFLOW 6 model. #600

@htran84

Description

@htran84

Line 329:
laytyp = self.flowmodel.laytyp
This code will always return nonetype because the laytyp property is specified inside a flow package.
For example, if I'm using upw, I have to write laytyp = self.flowmodel.upw.laytyp to get to correct value.

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