Deltares / hydromt_wflow

Wflow plugin for HydroMT
https://deltares.github.io/hydromt_wflow/
GNU General Public License v3.0
18 stars 15 forks source link

Compatibility with nodata requirements of core #208

Closed Jaapel closed 8 months ago

Jaapel commented 1 year ago

Kind of request

Changing existing functionality

Enhancement Description

The current version of hydromt_wflow does not work with core 0.9 because of how missing data is handled in the DataAdapters. I propose a new method here: https://github.com/Deltares/hydromt/issues/584. Implementing this with the current behaviour of the wflow plugin (ignore) could be as simple as adding a flag to ignore missing data (like reservoirs) or to raise if the component is critical for the model (like rainfall).

Use case

If I want to run with the main branch of HydroMT (in this case for the cloud pilot), this feature should be implemented.

Additional Context

No response