eWaterCycle / ewatercycle

Python package for running hydrological models
https://ewatercycle.readthedocs.io/en/latest/
Apache License 2.0
35 stars 5 forks source link

Add cfg_dir argument to setup of Pcrglobwb, wlfow #133

Closed sverhoeven closed 3 years ago

sverhoeven commented 3 years ago

Pcrglobwb, wlfow do not have cfg_dir or work_dir as argument for setup(). So cfg_dir will need to be added to be similar to PyMT interface and other models.

SarahAlidoost commented 3 years ago

steup should get and return cfg_dir as a string.

sverhoeven commented 3 years ago

Fixed in #142