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
The script `example_all_methods.run.sh` serves as an example on how to adjust the example data using all implemented methods.
145
-
`Hands-On-BiasAdjustCXX.ipynb` shows how to clone, build, compile, and run the `BiasAdjustCXX` command-line tool. Also plots validating the results are presented here.
144
+
The script `/examples/example_all_methods.run.sh` serves as an example on how to adjust the example data using all implemented methods.
145
+
`/examples/Hands-On-BiasAdjustCXX.ipynb` shows how to clone, build, compile, and run the `BiasAdjustCXX` command-line tool. Also plots validating the results are presented here.
146
146
147
-
All methods to bias-adjust climate data can be found in `src/CMethods.cxx`. These can be imported into a Jupyter Notebook (with C++ kernel) to test scripts and develop custom algorithms (see `examples.ipynb`).
147
+
All methods to bias-adjust climate data can be found in `/src/CMethods.cxx`. These can be imported into a Jupyter Notebook (with C++ kernel) to test scripts and develop custom algorithms (see `/examples/examples.ipynb`).
148
148
149
149
Examples:
150
150
@@ -211,7 +211,7 @@ BiasAdjustCXX -h
211
211
1.) For adjusting data using the linear scaling, variance scaling or delta method and the `--no-group` flag:
212
212
213
213
> You have to separate the files by month and then apply the correction for each month individually.
214
-
> e.g. For 30 years of data to correct, you need to create a data set that contains all data for all Januaries and then apply the adjustment for this data set. After that you have to do the same for the rest of the months (see `example_adjust.run.sh`).
214
+
> e.g. For 30 years of data to correct, you need to create a data set that contains all data for all Januaries and then apply the adjustment for this data set. After that you have to do the same for the rest of the months (see `/examples/example_adjust.run.sh`).
215
215
216
216
2.) Formulas and references can be found below and at the implementation of the corresponding functions.
0 commit comments