BenjMy / pycathy_wrapper

A Python wrapper for CATHY (Catchment Hydrology) - [Camporese et al., 2010]
https://benjmy.github.io/pycathy_wrapper/
Boost Software License 1.0
6 stars 1 forks source link

Move run Data assimilation to its own class #6

Closed BenjMy closed 1 year ago

BenjMy commented 2 years ago

Possible improvement for better readability of the modules of pyCATHY:

Currently, the run Data Assimilation function controlling the flow of the DA is part of the main CATHY class. For readability, this should be part of a different class i.e. class DA()