fvs-python 0.2.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. fvs_python-0.2.3.dist-info/METADATA +254 -0
  2. fvs_python-0.2.3.dist-info/RECORD +149 -0
  3. fvs_python-0.2.3.dist-info/WHEEL +5 -0
  4. fvs_python-0.2.3.dist-info/licenses/LICENSE +21 -0
  5. fvs_python-0.2.3.dist-info/top_level.txt +1 -0
  6. pyfvs/__init__.py +107 -0
  7. pyfvs/bark_ratio.py +323 -0
  8. pyfvs/cfg/CFG_README.md +73 -0
  9. pyfvs/cfg/dbh_bounding_table_4_7_1_8.json +103 -0
  10. pyfvs/cfg/ecounit_coefficients_table_4_7_1_5.json +981 -0
  11. pyfvs/cfg/ecounit_coefficients_table_4_7_1_6.json +856 -0
  12. pyfvs/cfg/forest_type_mapping_table_4_7_1_4.json +38 -0
  13. pyfvs/cfg/fortype_coefficients_table_4_7_1_3.json +1183 -0
  14. pyfvs/cfg/functional_forms.yaml +111 -0
  15. pyfvs/cfg/growth_model_parameters.yaml +98 -0
  16. pyfvs/cfg/plant_values_table_4_7_1_7.json +15 -0
  17. pyfvs/cfg/site_index_transformation.yaml +113 -0
  18. pyfvs/cfg/sn_bark_ratio_coefficients.json +115 -0
  19. pyfvs/cfg/sn_crown_competition_factor.json +109 -0
  20. pyfvs/cfg/sn_crown_ratio_coefficients.json +956 -0
  21. pyfvs/cfg/sn_crown_width_coefficients.json +1664 -0
  22. pyfvs/cfg/sn_diameter_growth_coefficients.json +300 -0
  23. pyfvs/cfg/sn_height_diameter_coefficients.json +97 -0
  24. pyfvs/cfg/sn_large_tree_diameter_growth.json +191 -0
  25. pyfvs/cfg/sn_large_tree_height_growth.json +229 -0
  26. pyfvs/cfg/sn_large_tree_height_growth_coefficients.json +1187 -0
  27. pyfvs/cfg/sn_mortality_model.json +176 -0
  28. pyfvs/cfg/sn_regeneration_model.json +252 -0
  29. pyfvs/cfg/sn_relative_site_index.json +263 -0
  30. pyfvs/cfg/sn_small_tree_height_growth.json +879 -0
  31. pyfvs/cfg/sn_species_codes_table.json +728 -0
  32. pyfvs/cfg/sn_stand_density_index.json +398 -0
  33. pyfvs/cfg/species/ab_american_basswood.yaml +251 -0
  34. pyfvs/cfg/species/ae_american_elm.yaml +240 -0
  35. pyfvs/cfg/species/ah_american_hornbeam.yaml +250 -0
  36. pyfvs/cfg/species/ap_american_plum.yaml +251 -0
  37. pyfvs/cfg/species/as_american_sycamore.yaml +253 -0
  38. pyfvs/cfg/species/ba_black_ash.yaml +254 -0
  39. pyfvs/cfg/species/bb_basswood.yaml +254 -0
  40. pyfvs/cfg/species/bc_black_cherry.yaml +254 -0
  41. pyfvs/cfg/species/bd_sweet_birch.yaml +252 -0
  42. pyfvs/cfg/species/be_american_beech.yaml +251 -0
  43. pyfvs/cfg/species/bg_black_gum.yaml +252 -0
  44. pyfvs/cfg/species/bj_blue_jay.yaml +254 -0
  45. pyfvs/cfg/species/bk_sugar_maple.yaml +251 -0
  46. pyfvs/cfg/species/bn_butternut.yaml +252 -0
  47. pyfvs/cfg/species/bo_red_maple.yaml +255 -0
  48. pyfvs/cfg/species/bt_bigtooth_aspen.yaml +254 -0
  49. pyfvs/cfg/species/bu_buckeye.yaml +252 -0
  50. pyfvs/cfg/species/by_bald_cypress.yaml +255 -0
  51. pyfvs/cfg/species/ca_american_chestnut.yaml +254 -0
  52. pyfvs/cfg/species/cb_cucumber_tree.yaml +254 -0
  53. pyfvs/cfg/species/ck_virginia_pine.yaml +254 -0
  54. pyfvs/cfg/species/co_pond_cypress.yaml +251 -0
  55. pyfvs/cfg/species/ct_catalpa.yaml +251 -0
  56. pyfvs/cfg/species/cw_chestnut_oak.yaml +253 -0
  57. pyfvs/cfg/species/dw_dogwood.yaml +250 -0
  58. pyfvs/cfg/species/el_american_hornbeam.yaml +254 -0
  59. pyfvs/cfg/species/fm_flowering_dogwood.yaml +251 -0
  60. pyfvs/cfg/species/fr_fraser_fir.yaml +247 -0
  61. pyfvs/cfg/species/ga_green_ash.yaml +254 -0
  62. pyfvs/cfg/species/ha_hawthorn.yaml +252 -0
  63. pyfvs/cfg/species/hb_hornbeam.yaml +254 -0
  64. pyfvs/cfg/species/hh_dogwood.yaml +251 -0
  65. pyfvs/cfg/species/hi_hickory_species.yaml +252 -0
  66. pyfvs/cfg/species/hl_holly.yaml +254 -0
  67. pyfvs/cfg/species/hm_eastern_hemlock.yaml +246 -0
  68. pyfvs/cfg/species/hy_holly.yaml +252 -0
  69. pyfvs/cfg/species/ju_eastern_juniper.yaml +247 -0
  70. pyfvs/cfg/species/lb_loblolly_bay.yaml +254 -0
  71. pyfvs/cfg/species/lk_laurel_oak.yaml +254 -0
  72. pyfvs/cfg/species/ll_longleaf_pine.yaml +265 -0
  73. pyfvs/cfg/species/lo_silver_maple.yaml +252 -0
  74. pyfvs/cfg/species/lp_loblolly_pine.yaml +268 -0
  75. pyfvs/cfg/species/mb_mountain_birch.yaml +250 -0
  76. pyfvs/cfg/species/mg_magnolia.yaml +251 -0
  77. pyfvs/cfg/species/ml_maple_leaf.yaml +254 -0
  78. pyfvs/cfg/species/ms_maple_species.yaml +247 -0
  79. pyfvs/cfg/species/mv_magnolia_vine.yaml +254 -0
  80. pyfvs/cfg/species/oh_other_hardwood.yaml +231 -0
  81. pyfvs/cfg/species/os_other_softwood.yaml +232 -0
  82. pyfvs/cfg/species/ot_other_tree.yaml +210 -0
  83. pyfvs/cfg/species/ov_overcup_oak.yaml +254 -0
  84. pyfvs/cfg/species/pc_pond_cypress.yaml +254 -0
  85. pyfvs/cfg/species/pd_pitch_pine.yaml +245 -0
  86. pyfvs/cfg/species/pi_pine_species.yaml +246 -0
  87. pyfvs/cfg/species/po_american_beech.yaml +254 -0
  88. pyfvs/cfg/species/pp_pond_pine.yaml +246 -0
  89. pyfvs/cfg/species/ps_persimmon.yaml +251 -0
  90. pyfvs/cfg/species/pu_pond_pine.yaml +249 -0
  91. pyfvs/cfg/species/qs_flowering_dogwood.yaml +254 -0
  92. pyfvs/cfg/species/ra_red_ash.yaml +245 -0
  93. pyfvs/cfg/species/rd_redbud.yaml +251 -0
  94. pyfvs/cfg/species/rl_red_elm.yaml +240 -0
  95. pyfvs/cfg/species/rm_red_maple.yaml +256 -0
  96. pyfvs/cfg/species/ro_eastern_hemlock.yaml +255 -0
  97. pyfvs/cfg/species/sa_slash_pine.yaml +265 -0
  98. pyfvs/cfg/species/sb_sweet_birch.yaml +255 -0
  99. pyfvs/cfg/species/sd_sand_pine.yaml +251 -0
  100. pyfvs/cfg/species/sk_swamp_oak.yaml +253 -0
  101. pyfvs/cfg/species/sm_sugar_maple.yaml +252 -0
  102. pyfvs/cfg/species/sn_loblolly_pine.yaml +254 -0
  103. pyfvs/cfg/species/so_southern_oak.yaml +253 -0
  104. pyfvs/cfg/species/sp_shortleaf_pine.yaml +267 -0
  105. pyfvs/cfg/species/sr_spruce_pine.yaml +246 -0
  106. pyfvs/cfg/species/ss_basswood.yaml +251 -0
  107. pyfvs/cfg/species/su_sweetgum.yaml +255 -0
  108. pyfvs/cfg/species/sv_silver_maple.yaml +255 -0
  109. pyfvs/cfg/species/sy_sycamore.yaml +254 -0
  110. pyfvs/cfg/species/tm_tamarack.yaml +246 -0
  111. pyfvs/cfg/species/to_tulip_oak.yaml +254 -0
  112. pyfvs/cfg/species/ts_tulip_tree.yaml +253 -0
  113. pyfvs/cfg/species/vp_virginia_pine.yaml +248 -0
  114. pyfvs/cfg/species/wa_white_ash.yaml +254 -0
  115. pyfvs/cfg/species/we_white_elm.yaml +250 -0
  116. pyfvs/cfg/species/wi_willow.yaml +248 -0
  117. pyfvs/cfg/species/wk_water_oak.yaml +254 -0
  118. pyfvs/cfg/species/wn_walnut.yaml +254 -0
  119. pyfvs/cfg/species/wo_white_oak.yaml +256 -0
  120. pyfvs/cfg/species/wp_white_pine.yaml +250 -0
  121. pyfvs/cfg/species/wt_water_tupelo.yaml +254 -0
  122. pyfvs/cfg/species/yp_yellow_poplar.yaml +261 -0
  123. pyfvs/cfg/species_config.yaml +106 -0
  124. pyfvs/clark_profile.py +323 -0
  125. pyfvs/competition.py +332 -0
  126. pyfvs/config_loader.py +375 -0
  127. pyfvs/crown_competition_factor.py +464 -0
  128. pyfvs/crown_ratio.py +377 -0
  129. pyfvs/crown_width.py +512 -0
  130. pyfvs/data_export.py +356 -0
  131. pyfvs/ecological_unit.py +272 -0
  132. pyfvs/exceptions.py +86 -0
  133. pyfvs/fia_integration.py +876 -0
  134. pyfvs/forest_type.py +253 -0
  135. pyfvs/growth_plots.py +579 -0
  136. pyfvs/harvest.py +603 -0
  137. pyfvs/height_diameter.py +248 -0
  138. pyfvs/large_tree_height_growth.py +822 -0
  139. pyfvs/logging_config.py +213 -0
  140. pyfvs/main.py +99 -0
  141. pyfvs/mortality.py +431 -0
  142. pyfvs/parameters.py +121 -0
  143. pyfvs/simulation_engine.py +386 -0
  144. pyfvs/stand.py +1004 -0
  145. pyfvs/stand_metrics.py +436 -0
  146. pyfvs/stand_output.py +552 -0
  147. pyfvs/tree.py +756 -0
  148. pyfvs/validation.py +190 -0
  149. pyfvs/volume_library.py +761 -0
@@ -0,0 +1,246 @@
1
+ metadata:
2
+ code: HM
3
+ fia_code: 261
4
+ scientific_name: Tsuga canadensis
5
+ common_name: eastern hemlock
6
+ valid_site_species: true
7
+ site_index:
8
+ min: 35
9
+ max: 90
10
+ site_index_group: 1
11
+ height_growth_equation: 'NC-128: 261/142'
12
+ density:
13
+ sdi_max: 518
14
+ height_diameter:
15
+ model: curtis_arney
16
+ curtis_arney:
17
+ p2: 266.4562239
18
+ p3: 3.99313675
19
+ p4: -0.38600287
20
+ dbw: 0.1
21
+ wykoff:
22
+ b1: 4.5084
23
+ b2: -6.0116
24
+ bark_ratio:
25
+ b1: -0.04931
26
+ b2: 0.92272
27
+ crown_ratio:
28
+ acr_equation: 4.3.1.5
29
+ d0: 63.51
30
+ d1: null
31
+ d2: -0.09
32
+ a: 4.0659
33
+ b0: -6.8708
34
+ b1: 1.051
35
+ c: 4.1741
36
+ diameter_growth:
37
+ model: ln_dds
38
+ coefficients:
39
+ b1: -2.267851
40
+ b2: 1.442529
41
+ b3: -0.000548
42
+ b4: 0.568468
43
+ b5: -0.403762
44
+ b6: -0.001151
45
+ b7: -0.002503
46
+ b8: -0.241408
47
+ b9: 0.066508
48
+ b10: 0.0
49
+ b11: 0.086959
50
+ dbh_bounds:
51
+ lower_limit: 39.3
52
+ upper_limit: 84.0
53
+ volume:
54
+ pulpwood:
55
+ min_dbh: 6
56
+ top_diameter: 4
57
+ sawtimber:
58
+ min_dbh: 10
59
+ top_diameter: 7
60
+ crown_width:
61
+ forest_grown:
62
+ equation_number: '26101'
63
+ a1: 6.1924
64
+ a2: 1.4491
65
+ a3: -0.0178
66
+ a4: null
67
+ a5: -0.0341
68
+ bounds: DBH < 40
69
+ open_grown:
70
+ equation_number: '26101'
71
+ a1: 6.1924
72
+ a2: 1.4491
73
+ a3: -0.0178
74
+ a4: null
75
+ a5: -0.0341
76
+ bounds: DBH < 40
77
+ small_tree_height_growth:
78
+ model: chapman_richards_nc128
79
+ threshold_diameter: 3.0
80
+ fia_code: '261'
81
+ page_number: '142'
82
+ c1: 2.1493
83
+ c2: 0.9979
84
+ c3: -0.0175
85
+ c4: 1.4086
86
+ c5: -0.0008
87
+ large_tree_height_growth:
88
+ model: wensel_1987
89
+ threshold_diameter: 3.0
90
+ methodology:
91
+ approach: Wensel and others (1987)
92
+ crown_ratio_weight: 0.25
93
+ relative_height_weight: 0.75
94
+ equations:
95
+ main: HTG = POTHTG * (0.25 * HGMDCR + 0.75 * HGMDRH)
96
+ crown_ratio_modifier: HGMDCR = 100 * CR^3.0 * exp(-5.0*CR)
97
+ relative_height_modifier: HGMDRH = RHK * (1 + FCTRKX * exp(FCTRRB*FCTRXB))^FCTRM
98
+ shade_tolerance: Very Tolerant
99
+ shade_tolerance_coefficients:
100
+ RHR: 20
101
+ RHYXS: 0.2
102
+ RHM: 1.1
103
+ RHB: -1.1
104
+ RHXS: 0
105
+ RHK: 1
106
+ fortype:
107
+ base_fortype: FTUPOK
108
+ coefficients:
109
+ FTLOHD: 0.0
110
+ FTNOHD: -0.023264
111
+ FTOKPN: 0.294886
112
+ FTSFHP: -0.271743
113
+ FTUPHD: -0.004304
114
+ FTUPOK: 0.0
115
+ FTYLPN: 0.039012
116
+ forest_type_groups:
117
+ FTLOHD:
118
+ name: Lowland Hardwoods
119
+ fia_forest_types:
120
+ - 168
121
+ - 508
122
+ - 601
123
+ - 602
124
+ - 605
125
+ - 606
126
+ - 607
127
+ - 608
128
+ - 702
129
+ - 703
130
+ - 704
131
+ - 705
132
+ - 706
133
+ - 708
134
+ FTNOHD:
135
+ name: Northern Hardwoods
136
+ fia_forest_types:
137
+ - 701
138
+ - 801
139
+ - 805
140
+ FTOKPN:
141
+ name: Oak - Pine
142
+ fia_forest_types:
143
+ - 165
144
+ - 403
145
+ - 404
146
+ - 405
147
+ - 406
148
+ - 407
149
+ - 409
150
+ FTSFHP:
151
+ name: Spruce - Fir - Hemlock - Pine
152
+ fia_forest_types:
153
+ - 104
154
+ - 105
155
+ - 121
156
+ - 124
157
+ FTUPHD:
158
+ name: Upland Hardwoods
159
+ fia_forest_types:
160
+ - 103
161
+ - 167
162
+ - 181
163
+ - 401
164
+ - 402
165
+ - 506
166
+ - 511
167
+ - 512
168
+ - 513
169
+ - 519
170
+ - 520
171
+ - 802
172
+ - 807
173
+ - 809
174
+ FTUPOK:
175
+ name: Upland Oak
176
+ fia_forest_types:
177
+ - 501
178
+ - 502
179
+ - 503
180
+ - 504
181
+ - 505
182
+ - 510
183
+ - 514
184
+ - 515
185
+ FTYLPN:
186
+ name: Yellow Pine
187
+ fia_forest_types:
188
+ - 141
189
+ - 142
190
+ - 161
191
+ - 162
192
+ - 163
193
+ - 164
194
+ - 166
195
+ ecounit:
196
+ table_4_7_1_5:
197
+ base_ecounit: M221
198
+ coefficients:
199
+ M221: 0.0
200
+ M222: 0.0
201
+ M231: 0.0
202
+ '221': -0.121082
203
+ '222': 0.0
204
+ 231T: 0.022498
205
+ ecological_unit_groups:
206
+ M221: Ecological unit group M221
207
+ M222: Ecological unit group M222
208
+ M231: Ecological unit group M231
209
+ '221': Ecological unit group 221
210
+ '222': Ecological unit group 222
211
+ 231T: Ecological unit group 231T
212
+ 231L: Ecological unit group 231L
213
+ '232': Ecological unit group 232
214
+ '234': Ecological unit group 234
215
+ '255': Ecological unit group 255
216
+ '411': Ecological unit group 411
217
+ table_4_7_1_6:
218
+ base_ecounit: M221
219
+ coefficients:
220
+ 231L: -0.097721
221
+ '232': 0.0
222
+ '234': 0.0
223
+ '255': 0.0
224
+ '411': 0.0
225
+ ecological_unit_groups:
226
+ 231L: Ecological unit group 231L
227
+ '232': Ecological unit group 232
228
+ '234': Ecological unit group 234
229
+ '255': Ecological unit group 255
230
+ '411': Ecological unit group 411
231
+ mortality:
232
+ background_mortality:
233
+ equation: 5.0.1
234
+ formula: RI = [1 / (1 + exp(p0 + p1 * DBH))]
235
+ coefficients:
236
+ p0: 5.1676998
237
+ p1: -0.0077681
238
+ mortality_weight:
239
+ mwt: 0.1
240
+ description: Species-specific mortality weight value representing shade tolerance
241
+ regeneration:
242
+ parameters:
243
+ sprouting_capable: false
244
+ min_bud_width: 0.1
245
+ min_height: 0.66
246
+ max_height: 20
@@ -0,0 +1,252 @@
1
+ metadata:
2
+ code: HY
3
+ fia_code: 591
4
+ scientific_name: Ilex opaca
5
+ common_name: holly
6
+ valid_site_species: false
7
+ site_index:
8
+ min: 35
9
+ max: 70
10
+ site_index_group: 3
11
+ height_growth_equation: 'NC-128: 531/26'
12
+ density:
13
+ sdi_max: 155
14
+ height_diameter:
15
+ model: curtis_arney
16
+ curtis_arney:
17
+ p2: 1467.643523
18
+ p3: 5.33438509
19
+ p4: -0.17395792
20
+ dbw: 0.1
21
+ wykoff:
22
+ b1: 4.0151
23
+ b2: -4.3314
24
+ bark_ratio:
25
+ b1: -0.33014
26
+ b2: 0.94215
27
+ crown_ratio:
28
+ acr_equation: 4.3.1.5
29
+ d0: 52.05
30
+ d1: null
31
+ d2: -0.11
32
+ a: 4.6965
33
+ b0: -14.3809
34
+ b1: 1.2016
35
+ c: 3.5571
36
+ diameter_growth:
37
+ model: ln_dds
38
+ coefficients:
39
+ b1: -1.981934
40
+ b2: 1.456263
41
+ b3: -0.002061
42
+ b4: 0.215249
43
+ b5: -0.414064
44
+ b6: 0.00424
45
+ b7: -0.003096
46
+ b8: -0.000394
47
+ b9: -0.303627
48
+ b10: 0.210525
49
+ b11: -0.159362
50
+ dbh_bounds:
51
+ lower_limit: null
52
+ upper_limit: null
53
+ note: No diameter bounds applied
54
+ volume:
55
+ pulpwood:
56
+ min_dbh: 6
57
+ top_diameter: 4
58
+ sawtimber:
59
+ min_dbh: 10
60
+ top_diameter: 7
61
+ crown_width:
62
+ forest_grown:
63
+ equation_number: '59101'
64
+ a1: 4.5803
65
+ a2: 1.0747
66
+ a3: null
67
+ a4: 0.0661
68
+ a5: null
69
+ bounds: FCW < 31
70
+ open_grown:
71
+ equation_number: '59101'
72
+ a1: 4.5803
73
+ a2: 1.0747
74
+ a3: null
75
+ a4: 0.0661
76
+ a5: null
77
+ bounds: OCW < 31
78
+ small_tree_height_growth:
79
+ model: chapman_richards_nc128
80
+ threshold_diameter: 3.0
81
+ fia_code: '531'
82
+ page_number: '26'
83
+ c1: 29.73
84
+ c2: 0.3631
85
+ c3: -0.0127
86
+ c4: 16.7616
87
+ c5: -0.6804
88
+ large_tree_height_growth:
89
+ model: wensel_1987
90
+ threshold_diameter: 3.0
91
+ methodology:
92
+ approach: Wensel and others (1987)
93
+ crown_ratio_weight: 0.25
94
+ relative_height_weight: 0.75
95
+ equations:
96
+ main: HTG = POTHTG * (0.25 * HGMDCR + 0.75 * HGMDRH)
97
+ crown_ratio_modifier: HGMDCR = 100 * CR^3.0 * exp(-5.0*CR)
98
+ relative_height_modifier: HGMDRH = RHK * (1 + FCTRKX * exp(FCTRRB*FCTRXB))^FCTRM
99
+ shade_tolerance: Very Tolerant
100
+ shade_tolerance_coefficients:
101
+ RHR: 20
102
+ RHYXS: 0.2
103
+ RHM: 1.1
104
+ RHB: -1.1
105
+ RHXS: 0
106
+ RHK: 1
107
+ fortype:
108
+ base_fortype: FTLOHD
109
+ coefficients:
110
+ FTLOHD: 0.0
111
+ FTNOHD: -0.003095
112
+ FTOKPN: -0.007689
113
+ FTSFHP: 0.0
114
+ FTUPHD: -0.082245
115
+ FTUPOK: -0.187742
116
+ FTYLPN: -0.008297
117
+ forest_type_groups:
118
+ FTLOHD:
119
+ name: Lowland Hardwoods
120
+ fia_forest_types:
121
+ - 168
122
+ - 508
123
+ - 601
124
+ - 602
125
+ - 605
126
+ - 606
127
+ - 607
128
+ - 608
129
+ - 702
130
+ - 703
131
+ - 704
132
+ - 705
133
+ - 706
134
+ - 708
135
+ FTNOHD:
136
+ name: Northern Hardwoods
137
+ fia_forest_types:
138
+ - 701
139
+ - 801
140
+ - 805
141
+ FTOKPN:
142
+ name: Oak - Pine
143
+ fia_forest_types:
144
+ - 165
145
+ - 403
146
+ - 404
147
+ - 405
148
+ - 406
149
+ - 407
150
+ - 409
151
+ FTSFHP:
152
+ name: Spruce - Fir - Hemlock - Pine
153
+ fia_forest_types:
154
+ - 104
155
+ - 105
156
+ - 121
157
+ - 124
158
+ FTUPHD:
159
+ name: Upland Hardwoods
160
+ fia_forest_types:
161
+ - 103
162
+ - 167
163
+ - 181
164
+ - 401
165
+ - 402
166
+ - 506
167
+ - 511
168
+ - 512
169
+ - 513
170
+ - 519
171
+ - 520
172
+ - 802
173
+ - 807
174
+ - 809
175
+ FTUPOK:
176
+ name: Upland Oak
177
+ fia_forest_types:
178
+ - 501
179
+ - 502
180
+ - 503
181
+ - 504
182
+ - 505
183
+ - 510
184
+ - 514
185
+ - 515
186
+ FTYLPN:
187
+ name: Yellow Pine
188
+ fia_forest_types:
189
+ - 141
190
+ - 142
191
+ - 161
192
+ - 162
193
+ - 163
194
+ - 164
195
+ - 166
196
+ ecounit:
197
+ table_4_7_1_5:
198
+ base_ecounit: '232'
199
+ coefficients:
200
+ M221: -0.126229
201
+ M222: 0.0
202
+ M231: 0.0
203
+ '221': -0.278119
204
+ '222': -0.179796
205
+ 231T: 0.019636
206
+ ecological_unit_groups:
207
+ M221: Ecological unit group M221
208
+ M222: Ecological unit group M222
209
+ M231: Ecological unit group M231
210
+ '221': Ecological unit group 221
211
+ '222': Ecological unit group 222
212
+ 231T: Ecological unit group 231T
213
+ 231L: Ecological unit group 231L
214
+ '232': Ecological unit group 232
215
+ '234': Ecological unit group 234
216
+ '255': Ecological unit group 255
217
+ '411': Ecological unit group 411
218
+ table_4_7_1_6:
219
+ base_ecounit: '232'
220
+ coefficients:
221
+ 231L: 0.163182
222
+ '232': 0.0
223
+ '234': -0.283774
224
+ '255': 0.941544
225
+ '411': 0.0
226
+ ecological_unit_groups:
227
+ 231L: Ecological unit group 231L
228
+ '232': Ecological unit group 232
229
+ '234': Ecological unit group 234
230
+ '255': Ecological unit group 255
231
+ '411': Ecological unit group 411
232
+ mortality:
233
+ background_mortality:
234
+ equation: 5.0.1
235
+ formula: RI = [1 / (1 + exp(p0 + p1 * DBH))]
236
+ coefficients:
237
+ p0: 5.1676998
238
+ p1: -0.0077681
239
+ mortality_weight:
240
+ mwt: 0.1
241
+ description: Species-specific mortality weight value representing shade tolerance
242
+ regeneration:
243
+ parameters:
244
+ sprouting_capable: true
245
+ min_bud_width: 0.1
246
+ min_height: 0.5
247
+ max_height: 20
248
+ sprouting:
249
+ probability: 0.94
250
+ equation: fixed
251
+ sprout_records: 1
252
+ source: Keyser and Loftis, 2014
@@ -0,0 +1,247 @@
1
+ metadata:
2
+ code: JU
3
+ fia_code: 68
4
+ scientific_name: Juniperus virginiana
5
+ common_name: eastern juniper
6
+ valid_site_species: true
7
+ site_index:
8
+ min: 15
9
+ max: 70
10
+ site_index_group: 1
11
+ height_growth_equation: 'NC-128: 068/73'
12
+ density:
13
+ sdi_max: 354
14
+ height_diameter:
15
+ model: curtis_arney
16
+ curtis_arney:
17
+ p2: 212.7932729
18
+ p3: 3.47154903
19
+ p4: -0.3258523
20
+ dbw: 0.3
21
+ wykoff:
22
+ b1: 4.0374
23
+ b2: -4.2964
24
+ bark_ratio:
25
+ b1: -0.27012
26
+ b2: 0.97546
27
+ crown_ratio:
28
+ acr_equation: 4.3.1.5
29
+ d0: 67.64
30
+ d1: null
31
+ d2: -2.25
32
+ a: 2.4435
33
+ b0: -32.4837
34
+ b1: 1.6503
35
+ c: 2.6518
36
+ diameter_growth:
37
+ model: ln_dds
38
+ coefficients:
39
+ b1: -1.864431
40
+ b2: 1.403065
41
+ b3: -0.001237
42
+ b4: 0.273616
43
+ b5: 0.177408
44
+ b6: -0.000374
45
+ b7: -0.00362
46
+ b8: -0.00189
47
+ b9: -0.231988
48
+ b10: 0.077542
49
+ b11: -0.025792
50
+ dbh_bounds:
51
+ lower_limit: null
52
+ upper_limit: null
53
+ note: No diameter bounds applied
54
+ volume:
55
+ pulpwood:
56
+ min_dbh: 6
57
+ top_diameter: 4
58
+ sawtimber:
59
+ min_dbh: 10
60
+ top_diameter: 7
61
+ crown_width:
62
+ forest_grown:
63
+ equation_number: 06801
64
+ a1: 1.2359
65
+ a2: 1.2962
66
+ a3: null
67
+ a4: 0.0545
68
+ a5: null
69
+ bounds: FCW < 33
70
+ open_grown:
71
+ equation_number: 06801
72
+ a1: 1.2359
73
+ a2: 1.2962
74
+ a3: null
75
+ a4: 0.0545
76
+ a5: null
77
+ bounds: OCW < 33
78
+ small_tree_height_growth:
79
+ model: chapman_richards_nc128
80
+ threshold_diameter: 3.0
81
+ fia_code: 068
82
+ page_number: '73'
83
+ c1: 0.9276
84
+ c2: 1.0591
85
+ c3: -0.0424
86
+ c4: 0.3529
87
+ c5: 0.3114
88
+ large_tree_height_growth:
89
+ model: wensel_1987
90
+ threshold_diameter: 3.0
91
+ methodology:
92
+ approach: Wensel and others (1987)
93
+ crown_ratio_weight: 0.25
94
+ relative_height_weight: 0.75
95
+ equations:
96
+ main: HTG = POTHTG * (0.25 * HGMDCR + 0.75 * HGMDRH)
97
+ crown_ratio_modifier: HGMDCR = 100 * CR^3.0 * exp(-5.0*CR)
98
+ relative_height_modifier: HGMDRH = RHK * (1 + FCTRKX * exp(FCTRRB*FCTRXB))^FCTRM
99
+ shade_tolerance: Intolerant
100
+ shade_tolerance_coefficients:
101
+ RHR: 13
102
+ RHYXS: 0.05
103
+ RHM: 1.1
104
+ RHB: -1.6
105
+ RHXS: 0
106
+ RHK: 1
107
+ fortype:
108
+ base_fortype: FTUPOK
109
+ coefficients:
110
+ FTLOHD: 0.128828
111
+ FTNOHD: -0.020186
112
+ FTOKPN: 0.054362
113
+ FTSFHP: 0.0
114
+ FTUPHD: 0.079239
115
+ FTUPOK: 0.0
116
+ FTYLPN: 0.144288
117
+ forest_type_groups:
118
+ FTLOHD:
119
+ name: Lowland Hardwoods
120
+ fia_forest_types:
121
+ - 168
122
+ - 508
123
+ - 601
124
+ - 602
125
+ - 605
126
+ - 606
127
+ - 607
128
+ - 608
129
+ - 702
130
+ - 703
131
+ - 704
132
+ - 705
133
+ - 706
134
+ - 708
135
+ FTNOHD:
136
+ name: Northern Hardwoods
137
+ fia_forest_types:
138
+ - 701
139
+ - 801
140
+ - 805
141
+ FTOKPN:
142
+ name: Oak - Pine
143
+ fia_forest_types:
144
+ - 165
145
+ - 403
146
+ - 404
147
+ - 405
148
+ - 406
149
+ - 407
150
+ - 409
151
+ FTSFHP:
152
+ name: Spruce - Fir - Hemlock - Pine
153
+ fia_forest_types:
154
+ - 104
155
+ - 105
156
+ - 121
157
+ - 124
158
+ FTUPHD:
159
+ name: Upland Hardwoods
160
+ fia_forest_types:
161
+ - 103
162
+ - 167
163
+ - 181
164
+ - 401
165
+ - 402
166
+ - 506
167
+ - 511
168
+ - 512
169
+ - 513
170
+ - 519
171
+ - 520
172
+ - 802
173
+ - 807
174
+ - 809
175
+ FTUPOK:
176
+ name: Upland Oak
177
+ fia_forest_types:
178
+ - 501
179
+ - 502
180
+ - 503
181
+ - 504
182
+ - 505
183
+ - 510
184
+ - 514
185
+ - 515
186
+ FTYLPN:
187
+ name: Yellow Pine
188
+ fia_forest_types:
189
+ - 141
190
+ - 142
191
+ - 161
192
+ - 162
193
+ - 163
194
+ - 164
195
+ - 166
196
+ ecounit:
197
+ table_4_7_1_5:
198
+ base_ecounit: 231T
199
+ coefficients:
200
+ M221: 0.131771
201
+ M222: 0.217904
202
+ M231: 0.436986
203
+ '221': 0.083896
204
+ '222': -0.005539
205
+ 231T: 0.0
206
+ ecological_unit_groups:
207
+ M221: Ecological unit group M221
208
+ M222: Ecological unit group M222
209
+ M231: Ecological unit group M231
210
+ '221': Ecological unit group 221
211
+ '222': Ecological unit group 222
212
+ 231T: Ecological unit group 231T
213
+ 231L: Ecological unit group 231L
214
+ '232': Ecological unit group 232
215
+ '234': Ecological unit group 234
216
+ '255': Ecological unit group 255
217
+ '411': Ecological unit group 411
218
+ table_4_7_1_6:
219
+ base_ecounit: 231T
220
+ coefficients:
221
+ 231L: 0.49074
222
+ '232': 0.399497
223
+ '234': 0.938548
224
+ '255': 1.088152
225
+ '411': 0.0
226
+ ecological_unit_groups:
227
+ 231L: Ecological unit group 231L
228
+ '232': Ecological unit group 232
229
+ '234': Ecological unit group 234
230
+ '255': Ecological unit group 255
231
+ '411': Ecological unit group 411
232
+ mortality:
233
+ background_mortality:
234
+ equation: 5.0.1
235
+ formula: RI = [1 / (1 + exp(p0 + p1 * DBH))]
236
+ coefficients:
237
+ p0: 9.6942997
238
+ p1: -0.0127328
239
+ mortality_weight:
240
+ mwt: 0.7
241
+ description: Species-specific mortality weight value representing shade tolerance
242
+ regeneration:
243
+ parameters:
244
+ sprouting_capable: false
245
+ min_bud_width: 0.3
246
+ min_height: 2.08
247
+ max_height: 27