Reproduce results of "Eddy-covariance fluxes of CO2, CH4 and N2O in a drained peatland forest after clear-cutting" by Tikkasalo et al.
The data that is needed to run the notebooks is in the data folder. To run model parameter estimation the inference data csvs are needed. The netcdf files and TA_soil_moisture_2022.csv are needed to reproduce Fig. 2 of the manuscript. The data does not include water table depth data or EC flux wind direction and for that matter the model comparison results cannot be reproduced.
- Create python virtual environment with requirements either from requirements.txt or from pyproject.toml e.g. on mac,
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Create folder "models"
- Check the prior selection is adequate at GHG_models_prior_selection.ipynb
- Fit statistical models for CH4 and N2O
- GHG_models_fit.ipynb (simple and Full ST models)
-
GHG_models_fit_theta.ipynb (Simple
$\theta$ and Full$\theta$ ST models) -
GHG_models_fit_no_st_T_theta.ipynb (Full
$\theta$ no$\delta$ ST models) -
GHG_models_fit_no_st_T.ipynb (Full no
$\delta$ ST models)
- Run model comparison GHG_model_comparison_all.ipynb
- Run detailed model comparison for
$\theta$ models GHG_model_comparison_theta.ipynb - Run create_annual_predictions.ipynb to get model simulations for surface type specific fluxes and annual GHG budget
- Visualize the surface type specific fluxes and annual GHG budget GHG_st_T_response.ipynb
- Calculate annual GHG emission balance GHG_site_level_annual_flux.ipynb
- Visualize the measured fluxes plot_measured_flux_time_series.ipynb