Deltares/imod_coupler

primod MetaMod: lower case _modflow6_model_dir and _metaswap_model_dir

Manangka opened this issue · 1 comments

In GitLab by @Huite on Jun 15, 2023, 16:10

These are used as paths for directories, in the MetaMod class:

   _modflow6_model_dir = "Modflow6"
   _metaswap_model_dir = "MetaSWAP"

Given the differences between Windows and *nix, I prefer just having lower case exclusively for paths.

Moved to here, since MetaMod moved to primod. This was a leftover issue we missed fixing in iMOD Python.