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
@@ -122,6 +123,29 @@ this issue try setting the `OMP_NUM_THREADS` environment variable to 1 before ru
122
123
MetSim.. This can be done in bash and similar shells by running
123
124
`export OMP_NUM_THREADS=1`.
124
125
126
+
Citing MetSim
127
+
=============
128
+
If you use MetSim in your work and would like to cite it you can use our JOSS paper as:
129
+
130
+
> Bennett et al., (2020). MetSim: A Python package for estimation and disaggregation of meteorological data. Journal of Open Source Software, 5(47), 2042, https://doi.org/10.21105/joss.02042
131
+
132
+
Or in BibTeX:
133
+
```
134
+
@article{Bennett2020,
135
+
doi = {10.21105/joss.02042},
136
+
url = {https://doi.org/10.21105/joss.02042},
137
+
year = {2020},
138
+
publisher = {The Open Journal},
139
+
volume = {5},
140
+
number = {47},
141
+
pages = {2042},
142
+
author = {Andrew Bennett and Joseph Hamman and Bart Nijssen},
143
+
title = {MetSim: A Python package for estimation and disaggregation of meteorological data},
0 commit comments