Mingkai Jiang, Belinda E. Medlyn, John E. Drake, Remko A. Duursma, Ian C. Anderson, Craig V.M. Barton, Matthias M. Boer, Yolima Carrillo, Laura Castañeda-Gómez, Luke Collins, Kristine Y. Crous, Martin G. De Kauwe, Bruna M. dos Santos, Kathryn M. Emmerson, Sarah L. Facey, Andrew N. Gherlenda, Teresa E. Gimeno, Shun Hasegawa, Scott N. Johnson, Catriona A. Macdonald, Kashif Mahmud, Astrid Kännaste, Ben D. Moore, Loic Nazaries, E.H.J. Neilson, Uffe N. Nielsen, Ülo Niinemets, Nam Jin Noh, Raul Ochoa-Hueso, Varsha S. Pathare, Elise Pendall, Johanna Pihlblad, Juan Pineiro, Jeff R. Powell, Sally A. Power, Peter B. Reich, Alexis A. Renchon, Markus Riegler, Riikka Rinnan, Paul Rymer, Roberto L. Salomón, Brajesh K. Singh, Ben Smith, Mark G. Tjoelker, Jennifer K.M. Walker, Agnieszka Wujeska-Klause, Jinyan Yang, Sönke Zaehle, David S. Ellsworth Nature, 2020, 580, 227-231.
Repository containing all the code (where possible) and associated plotting scripts required to reproduce results presented in our EucFACE carbon budget paper.
Data available at: DOI: 10.6084/m9.figshare.11634315
- If source data from HIEv, the internal data server at the Hawkesbury Institute for the Environment, you need you place your HIEv token in a file called 'tokenfile.txt', and place it in the directory for this project. Note that only internal user from HIE who has access to HIEv has a token file.
- If source data from the data repository, you need to create a folder named "data" in the main directory, and place all the downloaded data, in their existing structure, into the folder.
- The
run.R
script is the master script, where the entire repo is processed. Detailed instructions and comments are available within the script. - Codes for the budget are organized in subdirectories of the folder "module".
- Each of those folders has a function definition in it, which is named make_<>.R, for example 'make_leaf_pool.R'. Many folders also contain a separate script to download the data, and some additional scripts to process the data and generate statistics.
- Constants / hardwired parameters are placed in folder "definitions".
- All packages and essential pre-setting work are pre-loaded in
R/prepare.R
. - Data assimilation codes are stored in folder "DA_scripts".
- Data assimilation results are stored in folder "DA_output".
- The folder 'R" synthesized all the individual scripts and compute the budget related variables and statistics.
- All key output of the budget are stored in folder "output".
- Mingkai Jiang: m.jiang at westernsydney.edu.au