Natalie
Updated allometric equations (incl. generic mangrove ELSE option), planting schedule defaults, and documentation
1524dc6 | growth_model: declining_increment | |
| continuous_growth: true | |
| species: | |
| - name: "species_A" # Rhizophora spp. | |
| planting_density: 4000 # trees/ha | |
| mortality_rates: | |
| year_1: 20 # % | |
| year_2: 15 # % | |
| year_3: 7 # % | |
| year_4: 5 # % | |
| year_5: 5 # % | |
| year_6: 4 # % | |
| year_7: 3 # % | |
| year_8: 2 # % | |
| year_9: 1.5 # % | |
| year_10: 1 # % | |
| subsequent: 1 # % (years 11-30) | |
| declining_increment: | |
| dbh: | |
| r0: 0.58 # cm/yr | |
| T_m: 40 # years | |
| height: | |
| r0: 0.43 # m/yr | |
| T_m: 40 # years | |
| allometry: | |
| equation: "Zanvo et al. 2023: Total = 2.0738 × (DBH² H)^0.67628" | |
| initial_values: | |
| dbh: 0.1 # cm | |
| height: 0.2 # m | |
| - name: "species_B" # Avicennia germinans | |
| planting_density: 444 # trees/ha | |
| mortality_rates: | |
| year_1: 20 # % | |
| year_2: 15 # % | |
| year_3: 7 # % | |
| year_4: 5 # % | |
| year_5: 5 # % | |
| year_6: 4 # % | |
| year_7: 3 # % | |
| year_8: 2 # % | |
| year_9: 1.5 # % | |
| year_10: 1 # % | |
| subsequent: 1 # % (years 11-30) | |
| declining_increment: | |
| dbh: | |
| r0: 0.91 # cm/yr | |
| T_m: 40 | |
| height: | |
| r0: 0.46 # m/yr | |
| T_m: 40 | |
| allometry: | |
| equation: "Zanvo et al. 2023: Total = 1.5595 × (DBH² H)^0.55864" | |
| initial_values: | |
| dbh: 0.1 # cm | |
| height: 0.2 # m | |
| project: | |
| duration_years: 30 # matches project_years | |
| planting_schedule: | |
| year_1: 500 | |
| year_2: 1500 | |
| year_3: 1500 | |
| year_4: 1500 | |
| year_5: 0 | |
| carbon: | |
| biomass_to_carbon: 0.47 # IPCC default | |
| carbon_to_co2: 3.67 # molecular weight ratio | |
| buffer_percentage: 20 # risk buffer | |
| leakage_percentage: 0 # no leakage assumed | |
| baseline_emissions: 0 # tCO2/ha/year | |
| soil_carbon_per_ha_per_year: 1.0 # tCO2/ha/year, added annually | |
| scenarios: | |
| area: 1000.0 # ha | |
| dbh_range: [0.1, 25.0] # cm | |
| height_range: [0.2, 15.0] # m | |
| growth_rate_factor: 1.0 |