@@ -243,54 +243,11 @@ Notes:
243243- For the multiplicative techniques a maximum scaling factor of 10 is defined.
244244 This can be changed by passing the optional parameter ` max_scaling_factor ` .
245245- Except for detrended quantile mapping, all implemented techniques can be
246- applied to single and multdimensional data sets by executing the
246+ applied to single and multi-dimensional data sets by executing the
247247 ` cmethods.adjust ` function.
248-
249- ## Examples (see repository on [ GitHub] ( https://github.com/btschwertfeger/python-cmethods ) )
250-
251- Notebook with different methods and plots: ` /examples/examples.ipynb `
252-
253- There is also an example script (` /examples/biasadjust.py ` ) that can be used to
254- apply the available bias correction methods on 1- and 3-dimensional data sets
255- (see ` /examples/input_data/*.nc ` ).
256-
257- Help:
258-
259- ``` bash
260- ╰─ python3 biasadjust.py --help
261- ```
262-
263- (1.) Example - Quantile Mapping bias correction on the provided example data:
264-
265- ``` bash
266- ╰─ python3 biasadjust.py \
267- --ref input_data/observations.nc \
268- --contr input_data/control.nc \
269- --scen input_data/scenario.nc \
270- --kind " +" \
271- --variable " tas" \
272- --quantiles 10 \
273- --method quantile_mapping
274- ```
275-
276- (2.) Example - Linear Scaling bias correction on the provided example data:
277-
278- ``` bash
279- ╰─ python3 biasadjust.py \
280- --ref input_data/observations.nc \
281- --contr input_data/control.nc \
282- --scen input_data/scenario.nc \
283- --kind " +" \
284- --variable " tas" \
285- --group " time.month" \
286- --method linear_scaling
287- ```
288-
289- Notes:
290-
291- - Data sets must have the same spatial resolutions.
292- - This script is far away from perfect - so please see it, as a starting point.
293- (:
248+ - A Jupyter notebook applying all those methods is provided here:
249+ ` /examples/examples.ipynb `
250+ - The example data is located at: ` /examples/input_data/*.nc `
294251
295252<a name =" notes " ></a >
296253
0 commit comments