DOI-USGS / DOI-USGS/modflow-setup
GWF namefile and modelname mismatch for parent
Open
- Dominant language
- Python
- Stars
- 65
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
when specifying a namefile in the parent block, this gets ".nam" stripped off and mfsetup looks for the resulting string as the model name. But, the namefile isn't required by MF6 to match the namefile root, so perhaps we need to look for both.
Example from a mfsim.nam file:
`BEGIN MODELS `
`GWF6 nameroot.nam some_other_name `
`END MODELS`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.