Skip to content

FloPy MODFLOW-USG support (with .bas file example) #1476

@martinvonk

Description

@martinvonk

Hi y'all,

I am using MODFLOW-USG (version 1.10) and it is currently not fully compatible with FloPy. Are there plans to support newer MODFLOW-USG versions in the future? I can also contribute to this if you guys don't have the time but I don't know your philosophy on supporting MODFLOW-USG.

For instance, one of the issues I'm running into are the options in the BAS package. In MODFLOW-USG there are other options such as UNSTRUCTURED or RICHARDS that can be provided on the first line of the .bas file. The ModflowBas class (in flopy.modflow.mfbas.py) has the attribute options to which you can assign a custom list. However these options are not written to the eventual file (because of line 241: opts=[]). This example is one of the simpler things to fix. However, it can become a lot more difficult with the LPF and OC package for which MODFLOW-USG requires significantly different files.

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions