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

Data Assimilation improvement - Mapping operator own class #16

Closed BenjMy closed 5 months ago

BenjMy commented 1 year ago

For clarity, mapping the model state to the observation should be done outside the CATHY DA class. The map_states2observations function is currently included in the CATHY DA class.

map_states2observations defined 5 operators H:

Providing mapping has is own class one could use it its proper mapping relationship. CATHY DA class could inherit from the CATHY mapping class to parse it.