The data contains the input and scripts necessary to recreate simulations with herbaceous biomass plantations,
conducted for 'Potentials and side-effects of herbaceous biomass plantations for climate change mitigation (Mayer,2017) doi:10.17617/2.2479582 The code for the experiments is located in the SVN repository
https://svn.mpimet.mpg.de/svn/cosmos/branches/dgm-mpiesm-1.0.02p1-mistral/
This code must be modified for each indivual experiment. Specifically, the mo_cbal_cpools.f90 file contains a subroutine called do_HBP_harvest. This subroutine calculates the amount of carbon harvested from the fields
and passes it to the harvest pool. Adjust this subroutine according to which simulation you want to recreate:
- Line 2032: For all experiments with 55% harvest set harvest_fraction=0.55, for all experiments with 71% harvest
set harvest_fraction=0.71.
- Lines 2055/2056: these lines cannot be used together. Comment out the line you don't need.
If the Cflux_herbbiomass_2_atm is 0 (line 2056), then the harvest pool will not be depleted. Use this option
for all simulations with FFS100. If the Cflux_herbbiomass_2_atm = - Cpool_herbbiomass_harvest / tau_Cpool_herbbiomass
(line 2055), the harvest pool is slowly depleted over time. Use this option for all simulations with FFS0.
Time resolution: simulations cover 95 years from 2006 to 2100. Original simulation output contained daily values but aggregated data mostly has monthl...
Description
Time resolution: simulations cover 95 years from 2006 to 2100. Original simulation output contained daily values but aggregated data mostly has monthly or annual means. Spatial resolution: simulations cover the entire globe at a resolution of T63 (1.875° x 1.875°)