flopy icon indicating copy to clipboard operation
flopy copied to clipboard

Modflow external_path

Open wpbonelli opened this issue 2 years ago • 0 comments

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?

wpbonelli avatar Jul 27 '22 15:07 wpbonelli