flopy
flopy copied to clipboard
Modflow external_path
Currently the external_path
argument to Modflow
is assumed to be relative to the model workspace. Absolute paths are not currently supported:
https://github.com/modflowpy/flopy/blob/5d0f5857d5ca5d5a92ad9207e0d8340acc214afa/autotest/test_modflow.py#L633
https://github.com/modflowpy/flopy/blob/5d0f5857d5ca5d5a92ad9207e0d8340acc214afa/autotest/test_modflow.py#L696
Are external paths understood to be relative to (hence under) the model workspace by definition? Or should absolute paths & external locations be supported as well?