File size: 1,965 Bytes
0cefa06
560f9fd
0cefa06
 
 
 
 
9b6d653
 
 
0cefa06
 
9b6d653
 
 
 
 
 
0cefa06
 
9b6d653
 
0cefa06
9b6d653
 
0cefa06
1524dc6
0cefa06
9b6d653
 
0cefa06
 
 
 
9b6d653
 
 
0cefa06
 
9b6d653
 
 
 
 
 
0cefa06
 
9b6d653
 
0cefa06
9b6d653
 
0cefa06
1524dc6
0cefa06
9b6d653
 
0cefa06
 
 
 
1524dc6
 
 
 
 
0cefa06
 
 
 
 
 
 
9047195
0cefa06
 
 
9b6d653
 
0cefa06
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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