You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -43,14 +43,14 @@ These programs and data structures are designed to help minimize discrepancies b
43
43
<figcaption>Figure 1: Schematic representation of a bias adjustment procedure</figcaption>
44
44
</figure>
45
45
46
-
In this way, for example, modeled data, which on average represent values that are too cold, can be adjusted by applying an adjustment procedure. The following figure shows the observed, the modeled and the adjusted values. It is directly visible that the delta adjusted time series ($T^{*DM}_{sim,p}$) are much more similar to the observed data ($T_{obs,p}$) than the raw modeled data ($T_{sim,p}$).
46
+
In this way, for example, modeled data, which on average represent values that are too cold, can be adjusted by applying an adjustment procedure. The following figure shows the observed, the modeled, and the adjusted values. It is directly visible that the delta adjusted time series ($T^{*DM}_{sim,p}$) are much more similar to the observed data ($T_{obs,p}$) than the raw modeled data ($T_{sim,p}$).
47
47
48
48
<figure>
49
49
<img
50
50
src="images/dm-doy-plot.png?raw=true"
51
51
alt="Temperature per day of year in modeled, observed and bias-adjusted climate data"
|`delta_method`| Delta (Change) Method (additive and multiplicative) |
69
+
|`quantile_mapping`| Quantile Mapping (additive and multiplicative) and Detrended Quantile Mapping (additive and multiplicative; to use DQM, set parameter `detrended` to `True`)|
70
+
|`quantile_delta_mapping`| Quantile Delta Mapping (additive and multiplicative) |
71
+
|`adjust_3d`| requires a method name and the respective parameters to adjust all time series of a 3-dimensional data set |
- Computation in Python takes some time, so this is only for demonstration. When adjusting large datasets, its best to use the C++ implementation mentioned above.
151
+
- Computation in Python takes some time, so this is only for demonstration. When adjusting large datasets, its best to use the C++ implementation mentioned earlier.
152
152
- Formulas and references can be found in the implementations of the corresponding functions.
raiseValueError('not implemented; please have a look at: https://svn.oss.deltares.nl/repos/openearthtools/trunk/python/applications/hydrotools/hydrotools/statistics/bias_correction.py ')
0 commit comments