Skip to content

Commit ac0db0e

Browse files
added DOI in README
1 parent a9f8356 commit ac0db0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
![ql-workflow](https://github.com/btschwertfeger/Bias-Adjustment-Python/actions/workflows/codeql.yml/badge.svg)
1111
![python-package](https://github.com/btschwertfeger/Bias-Adjustment-Python/actions/workflows/python-package.yml/badge.svg)
1212

13+
[![DOI](https://zenodo.org/badge/496160109.svg)](https://zenodo.org/badge/latestdoi/496160109)
14+
1315
</div>
1416

1517
This Python module contains a collection of different scale- and distribution-based bias adjustment techniques for climatic research (see `/examples/examples.ipynb` for help).
@@ -57,7 +59,7 @@ In this way, for example, modeled data, which on average represent values that a
5759

5860
<a name="methods"></a>
5961

60-
## 2. Available methods:
62+
## 2. Available methods
6163

6264
All methods except the `adjust_3d` function requires the application on one time series.
6365

@@ -139,7 +141,7 @@ python3 do_bias_correction.py \
139141
```
140142

141143
- Linear and variance, as well as delta change method require `--group time.month` as argument.
142-
- Adjustment methods that apply changes in distributional biasses (QM, QDM, DQM, ...) require the `--nquantiles` argument set to some integer.
144+
- Adjustment methods that apply changes in distributional biases (QM, QDM, DQM, ...) require the `--nquantiles` argument set to some integer.
143145
- Data sets must have the same spatial resolutions.
144146

145147
---

0 commit comments

Comments
 (0)