ErikNixdorf / sbat

The Repo for the Surface Water Balance Analysis Tool
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Representation of uncertainty #32

Open ErikNixdorf opened 1 year ago

ErikNixdorf commented 1 year ago

How do we want to quantify uncertainity of our computational steps and its propgation within the workflow?

ErikNixdorf commented 4 months ago

fb5a75a97e3745aedf8825fa20257d41dba4fd87 introduced a class to add uncertainty to the baseflow measurements and 72f9ef329ae69a074420fad85c0acf888851de0c calculates the water balance with uncertainty be randomly sampling from the relative error distribution. The result for each sampling is identified by the column 'sample_id'

ErikNixdorf commented 4 months ago

@EliSchoen I suggest that you create a branch from develop

The starting point for integration could be here https://github.com/ErikNixdorf/sbat/blob/b0bdb28ce3fb11a45c953b22dd08002aa133f27c/sbat/waterbalance/waterbalance.py#L1076