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,1664 @@
1
+ {
2
+ "metadata": {
3
+ "source": "FVS Southern Variant Documentation",
4
+ "description": "Crown width equation coefficients and assignments",
5
+ "equations": {
6
+ "4.4.1": {
7
+ "name": "Bechtold (2003)",
8
+ "type": "forest_grown",
9
+ "formula": "FCW = a1 + (a2 * DBH) + (a3 * DBH^2) + (a4 * CR) + (a5 * HI)",
10
+ "bounds": "DBH > 5.0 for full equation, DBH < 5.0 uses scaled version"
11
+ },
12
+ "4.4.2": {
13
+ "name": "Bragg (2001)",
14
+ "type": "forest_grown",
15
+ "formula": "FCW = a1 + (a2 * DBH^a3)",
16
+ "bounds": "DBH > 5.0 for full equation, DBH < 5.0 uses scaled version"
17
+ },
18
+ "4.4.3": {
19
+ "name": "Ek (1974)",
20
+ "type": "open_grown",
21
+ "formula": "OCW = a1 + (a2 * DBH^a3)",
22
+ "bounds": "DBH > 3.0 for full equation, DBH < 3.0 uses scaled version"
23
+ },
24
+ "4.4.4": {
25
+ "name": "Krajicek et al. (1961)",
26
+ "type": "open_grown",
27
+ "formula": "OCW = a1 + (a2 * DBH)",
28
+ "bounds": "DBH > 3.0 for full equation, DBH < 3.0 uses scaled version"
29
+ },
30
+ "4.4.5": {
31
+ "name": "Smith et al. (1992)",
32
+ "type": "open_grown",
33
+ "formula": "OCW = a1 + (a2 * DBH * 2.54) + (a3 * (DBH * 2.54)^2) * 3.28084",
34
+ "bounds": "DBH > 3.0 for full equation, DBH < 3.0 uses scaled version"
35
+ }
36
+ },
37
+ "variables": {
38
+ "FCW": "Forest-grown crown width (feet) - used in PCC calculations",
39
+ "OCW": "Open-grown crown width (feet) - used in CCF calculations",
40
+ "DBH": "Diameter at breast height (inches)",
41
+ "CR": "Crown ratio (percent)",
42
+ "HI": "Hopkins Index = (ELEVATION - 887)/100 * 1.0 + (LATITUDE - 39.54) * 4.0 + (-82.52 - LONGITUDE) * 1.25"
43
+ },
44
+ "ccf_calculation": {
45
+ "formula": "CCF = 0.001803 * OCW^2 (for DBH > 0.1), CCF = 0.001 (for DBH <= 0.1)",
46
+ "description": "Crown Competition Factor calculation using open-grown crown width"
47
+ }
48
+ },
49
+ "forest_grown": {
50
+ "FR": {
51
+ "equation_number": "01201",
52
+ "a1": 0.6564,
53
+ "a2": 0.8403,
54
+ "a3": null,
55
+ "a4": 0.0792,
56
+ "a5": null,
57
+ "bounds": "FCW < 34"
58
+ },
59
+ "JU": {
60
+ "equation_number": "06801",
61
+ "a1": 1.2359,
62
+ "a2": 1.2962,
63
+ "a3": null,
64
+ "a4": 0.0545,
65
+ "a5": null,
66
+ "bounds": "FCW < 33"
67
+ },
68
+ "PI": {
69
+ "equation_number": "09401",
70
+ "a1": 0.3789,
71
+ "a2": 0.8658,
72
+ "a3": null,
73
+ "a4": 0.0878,
74
+ "a5": null,
75
+ "bounds": "FCW < 30"
76
+ },
77
+ "PU": {
78
+ "equation_number": "13201",
79
+ "a1": -0.1211,
80
+ "a2": 1.2319,
81
+ "a3": null,
82
+ "a4": 0.1212,
83
+ "a5": null,
84
+ "bounds": "FCW < 34"
85
+ },
86
+ "SP": {
87
+ "equation_number": "11001",
88
+ "a1": -2.2564,
89
+ "a2": 1.3004,
90
+ "a3": null,
91
+ "a4": 0.1031,
92
+ "a5": -0.0562,
93
+ "bounds": "FCW < 34"
94
+ },
95
+ "SA": {
96
+ "equation_number": "11101",
97
+ "a1": -6.9659,
98
+ "a2": 2.1192,
99
+ "a3": -0.0333,
100
+ "a4": 0.0587,
101
+ "a5": -0.0959,
102
+ "bounds": "DBH < 30"
103
+ },
104
+ "SR": {
105
+ "equation_number": "11001",
106
+ "a1": -2.2564,
107
+ "a2": 1.3004,
108
+ "a3": null,
109
+ "a4": 0.1031,
110
+ "a5": -0.0562,
111
+ "bounds": "FCW < 34"
112
+ },
113
+ "LL": {
114
+ "equation_number": "12101",
115
+ "a1": -12.2105,
116
+ "a2": 1.3376,
117
+ "a3": null,
118
+ "a4": 0.1237,
119
+ "a5": -0.2759,
120
+ "bounds": "FCW < 50"
121
+ },
122
+ "TM": {
123
+ "equation_number": "12601",
124
+ "a1": -0.9442,
125
+ "a2": 1.4531,
126
+ "a3": null,
127
+ "a4": 0.0543,
128
+ "a5": -0.1144,
129
+ "bounds": "FCW < 34"
130
+ },
131
+ "PP": {
132
+ "equation_number": "12601",
133
+ "a1": -0.9442,
134
+ "a2": 1.4531,
135
+ "a3": null,
136
+ "a4": 0.0543,
137
+ "a5": -0.1144,
138
+ "bounds": "FCW < 34"
139
+ },
140
+ "PD": {
141
+ "equation_number": "12801",
142
+ "a1": -8.7711,
143
+ "a2": 3.7252,
144
+ "a3": -0.1063,
145
+ "a4": null,
146
+ "a5": null,
147
+ "bounds": "DBH < 18"
148
+ },
149
+ "WP": {
150
+ "equation_number": "12901",
151
+ "a1": 0.3914,
152
+ "a2": 0.9923,
153
+ "a3": null,
154
+ "a4": 0.108,
155
+ "a5": null,
156
+ "bounds": "FCW < 45"
157
+ },
158
+ "LP": {
159
+ "equation_number": "13101",
160
+ "a1": -0.8277,
161
+ "a2": 1.3946,
162
+ "a3": null,
163
+ "a4": 0.0768,
164
+ "a5": null,
165
+ "bounds": "FCW < 55"
166
+ },
167
+ "VP": {
168
+ "equation_number": "13201",
169
+ "a1": -0.1211,
170
+ "a2": 1.2319,
171
+ "a3": null,
172
+ "a4": 0.1212,
173
+ "a5": null,
174
+ "bounds": "FCW < 34"
175
+ },
176
+ "BY": {
177
+ "equation_number": "22101",
178
+ "a1": -1.0183,
179
+ "a2": 0.8856,
180
+ "a3": null,
181
+ "a4": 0.1162,
182
+ "a5": null,
183
+ "bounds": "FCW < 37"
184
+ },
185
+ "PC": {
186
+ "equation_number": "22101",
187
+ "a1": -1.0183,
188
+ "a2": 0.8856,
189
+ "a3": null,
190
+ "a4": 0.1162,
191
+ "a5": null,
192
+ "bounds": "FCW < 37"
193
+ },
194
+ "HM": {
195
+ "equation_number": "26101",
196
+ "a1": 6.1924,
197
+ "a2": 1.4491,
198
+ "a3": -0.0178,
199
+ "a4": null,
200
+ "a5": -0.0341,
201
+ "bounds": "DBH < 40"
202
+ },
203
+ "FM": {
204
+ "equation_number": "31801",
205
+ "a1": 4.9399,
206
+ "a2": 1.0727,
207
+ "a3": null,
208
+ "a4": 0.1096,
209
+ "a5": -0.0493,
210
+ "bounds": "FCW < 54"
211
+ },
212
+ "BE": {
213
+ "equation_number": "31301",
214
+ "a1": 6.4741,
215
+ "a2": 1.0778,
216
+ "a3": null,
217
+ "a4": 0.0719,
218
+ "a5": -0.0637,
219
+ "bounds": "FCW < 57"
220
+ },
221
+ "RM": {
222
+ "equation_number": "31601",
223
+ "a1": 2.7563,
224
+ "a2": 1.4212,
225
+ "a3": 0.0143,
226
+ "a4": 0.0993,
227
+ "a5": null,
228
+ "bounds": "DBH < 50"
229
+ },
230
+ "SV": {
231
+ "equation_number": "31701",
232
+ "a1": 3.3576,
233
+ "a2": 1.1312,
234
+ "a3": null,
235
+ "a4": 0.1011,
236
+ "a5": -0.173,
237
+ "bounds": "FCW < 45"
238
+ },
239
+ "SM": {
240
+ "equation_number": "31801",
241
+ "a1": 4.9399,
242
+ "a2": 1.0727,
243
+ "a3": null,
244
+ "a4": 0.1096,
245
+ "a5": -0.0493,
246
+ "bounds": "FCW < 54"
247
+ },
248
+ "BU": {
249
+ "equation_number": "40701",
250
+ "a1": 4.5453,
251
+ "a2": 1.3721,
252
+ "a3": null,
253
+ "a4": 0.043,
254
+ "a5": null,
255
+ "bounds": "FCW < 54"
256
+ },
257
+ "BB": {
258
+ "equation_number": "37301",
259
+ "a1": 11.6634,
260
+ "a2": 1.0028,
261
+ "a3": null,
262
+ "a4": null,
263
+ "a5": null,
264
+ "bounds": "FCW < 68"
265
+ },
266
+ "SB": {
267
+ "equation_number": "37201",
268
+ "a1": 4.6725,
269
+ "a2": 1.2968,
270
+ "a3": null,
271
+ "a4": 0.0787,
272
+ "a5": null,
273
+ "bounds": "FCW < 54"
274
+ },
275
+ "AH": {
276
+ "equation_number": "39101",
277
+ "a1": 0.9219,
278
+ "a2": 1.6303,
279
+ "a3": null,
280
+ "a4": 0.115,
281
+ "a5": -0.1113,
282
+ "bounds": "FCW < 42"
283
+ },
284
+ "HI": {
285
+ "equation_number": "40701",
286
+ "a1": 4.5453,
287
+ "a2": 1.3721,
288
+ "a3": null,
289
+ "a4": 0.043,
290
+ "a5": null,
291
+ "bounds": "FCW < 54"
292
+ },
293
+ "CA": {
294
+ "equation_number": "93101",
295
+ "a1": 4.6311,
296
+ "a2": 1.0108,
297
+ "a3": null,
298
+ "a4": 0.0564,
299
+ "a5": null,
300
+ "bounds": "FCW < 29"
301
+ },
302
+ "HB": {
303
+ "equation_number": "46201",
304
+ "a1": 7.1043,
305
+ "a2": 1.3041,
306
+ "a3": null,
307
+ "a4": 0.0456,
308
+ "a5": null,
309
+ "bounds": "FCW < 51"
310
+ },
311
+ "RD": {
312
+ "equation_number": "49101",
313
+ "a1": 2.9646,
314
+ "a2": 1.9917,
315
+ "a3": null,
316
+ "a4": 0.0707,
317
+ "a5": null,
318
+ "bounds": "FCW < 36"
319
+ },
320
+ "DW": {
321
+ "equation_number": "49101",
322
+ "a1": 2.9646,
323
+ "a2": 1.9917,
324
+ "a3": null,
325
+ "a4": 0.0707,
326
+ "a5": null,
327
+ "bounds": "FCW < 36"
328
+ },
329
+ "PS": {
330
+ "equation_number": "52101",
331
+ "a1": 3.5393,
332
+ "a2": 1.3939,
333
+ "a3": null,
334
+ "a4": 0.0625,
335
+ "a5": null,
336
+ "bounds": "FCW < 36"
337
+ },
338
+ "AB": {
339
+ "equation_number": "53101",
340
+ "a1": 3.9361,
341
+ "a2": 1.15,
342
+ "a3": null,
343
+ "a4": 0.1237,
344
+ "a5": -0.0691,
345
+ "bounds": "FCW < 80"
346
+ },
347
+ "AS": {
348
+ "equation_number": "54401",
349
+ "a1": 2.9672,
350
+ "a2": 1.3066,
351
+ "a3": null,
352
+ "a4": 0.0585,
353
+ "a5": null,
354
+ "bounds": "FCW < 61"
355
+ },
356
+ "WA": {
357
+ "equation_number": "54101",
358
+ "a1": 1.7625,
359
+ "a2": 1.3413,
360
+ "a3": null,
361
+ "a4": 0.0957,
362
+ "a5": null,
363
+ "bounds": "FCW < 62"
364
+ },
365
+ "BA": {
366
+ "equation_number": "54301",
367
+ "a1": 5.2824,
368
+ "a2": 1.1184,
369
+ "a3": null,
370
+ "a4": null,
371
+ "a5": null,
372
+ "bounds": "FCW < 34"
373
+ },
374
+ "GA": {
375
+ "equation_number": "54401",
376
+ "a1": 2.9672,
377
+ "a2": 1.3066,
378
+ "a3": null,
379
+ "a4": 0.0585,
380
+ "a5": null,
381
+ "bounds": "FCW < 61"
382
+ },
383
+ "HL": {
384
+ "equation_number": "55201",
385
+ "a1": 4.1971,
386
+ "a2": 1.5567,
387
+ "a3": null,
388
+ "a4": 0.088,
389
+ "a5": null,
390
+ "bounds": "FCW < 46"
391
+ },
392
+ "LB": {
393
+ "equation_number": "65301",
394
+ "a1": 8.2119,
395
+ "a2": 0.9708,
396
+ "a3": null,
397
+ "a4": null,
398
+ "a5": null,
399
+ "bounds": "FCW < 41"
400
+ },
401
+ "HA": {
402
+ "equation_number": "49101",
403
+ "a1": 2.9646,
404
+ "a2": 1.9917,
405
+ "a3": null,
406
+ "a4": 0.0707,
407
+ "a5": null,
408
+ "bounds": "FCW < 36"
409
+ },
410
+ "HY": {
411
+ "equation_number": "59101",
412
+ "a1": 4.5803,
413
+ "a2": 1.0747,
414
+ "a3": null,
415
+ "a4": 0.0661,
416
+ "a5": null,
417
+ "bounds": "FCW < 31"
418
+ },
419
+ "BN": {
420
+ "equation_number": "60201",
421
+ "a1": 3.6031,
422
+ "a2": 1.1472,
423
+ "a3": null,
424
+ "a4": 0.1224,
425
+ "a5": null,
426
+ "bounds": "FCW < 37"
427
+ },
428
+ "WN": {
429
+ "equation_number": "60201",
430
+ "a1": 3.6031,
431
+ "a2": 1.1472,
432
+ "a3": null,
433
+ "a4": 0.1224,
434
+ "a5": null,
435
+ "bounds": "FCW < 37"
436
+ },
437
+ "SU": {
438
+ "equation_number": "61101",
439
+ "a1": 1.8853,
440
+ "a2": 1.1625,
441
+ "a3": null,
442
+ "a4": 0.0656,
443
+ "a5": null,
444
+ "bounds": "FCW < 50"
445
+ },
446
+ "YP": {
447
+ "equation_number": "62101",
448
+ "a1": 3.3543,
449
+ "a2": 1.1627,
450
+ "a3": null,
451
+ "a4": 0.0857,
452
+ "a5": null,
453
+ "bounds": "FCW < 61"
454
+ },
455
+ "MG": {
456
+ "equation_number": "65301",
457
+ "a1": 8.2119,
458
+ "a2": 0.9708,
459
+ "a3": null,
460
+ "a4": null,
461
+ "a5": null,
462
+ "bounds": "FCW < 41"
463
+ },
464
+ "CT": {
465
+ "equation_number": "65101",
466
+ "a1": 4.1711,
467
+ "a2": 1.6275,
468
+ "a3": null,
469
+ "a4": null,
470
+ "a5": null,
471
+ "bounds": "FCW < 39"
472
+ },
473
+ "MS": {
474
+ "equation_number": "65301",
475
+ "a1": 8.2119,
476
+ "a2": 0.9708,
477
+ "a3": null,
478
+ "a4": null,
479
+ "a5": null,
480
+ "bounds": "FCW < 41"
481
+ },
482
+ "MV": {
483
+ "equation_number": "65301",
484
+ "a1": 8.2119,
485
+ "a2": 0.9708,
486
+ "a3": null,
487
+ "a4": null,
488
+ "a5": null,
489
+ "bounds": "FCW < 41"
490
+ },
491
+ "ML": {
492
+ "equation_number": "65301",
493
+ "a1": 8.2119,
494
+ "a2": 0.9708,
495
+ "a3": null,
496
+ "a4": null,
497
+ "a5": null,
498
+ "bounds": "FCW < 41"
499
+ },
500
+ "AP": {
501
+ "equation_number": "76102",
502
+ "a1": 4.102718,
503
+ "a2": 1.396006,
504
+ "a3": 1.077474,
505
+ "a4": null,
506
+ "a5": null,
507
+ "bounds": "FCW < 52"
508
+ },
509
+ "MB": {
510
+ "equation_number": "68201",
511
+ "a1": 13.3255,
512
+ "a2": 1.0735,
513
+ "a3": null,
514
+ "a4": null,
515
+ "a5": null,
516
+ "bounds": "FCW < 46"
517
+ },
518
+ "WT": {
519
+ "equation_number": "69101",
520
+ "a1": 5.3409,
521
+ "a2": 0.7499,
522
+ "a3": null,
523
+ "a4": 0.1047,
524
+ "a5": null,
525
+ "bounds": "FCW < 37"
526
+ },
527
+ "BG": {
528
+ "equation_number": "69301",
529
+ "a1": 5.5037,
530
+ "a2": 1.0567,
531
+ "a3": null,
532
+ "a4": 0.088,
533
+ "a5": 0.061,
534
+ "bounds": "FCW < 50"
535
+ },
536
+ "TS": {
537
+ "equation_number": "69401",
538
+ "a1": 1.3564,
539
+ "a2": 1.0991,
540
+ "a3": null,
541
+ "a4": 0.1243,
542
+ "a5": null,
543
+ "bounds": "FCW < 41"
544
+ },
545
+ "HH": {
546
+ "equation_number": "70101",
547
+ "a1": 7.8084,
548
+ "a2": 0.8129,
549
+ "a3": null,
550
+ "a4": 0.0941,
551
+ "a5": -0.0817,
552
+ "bounds": "FCW < 39"
553
+ },
554
+ "SD": {
555
+ "equation_number": "71101",
556
+ "a1": 7.975,
557
+ "a2": 0.8303,
558
+ "a3": null,
559
+ "a4": 0.0423,
560
+ "a5": -0.0706,
561
+ "bounds": "FCW < 36"
562
+ },
563
+ "RA": {
564
+ "equation_number": "72101",
565
+ "a1": 4.2756,
566
+ "a2": 1.0773,
567
+ "a3": null,
568
+ "a4": 0.1526,
569
+ "a5": 0.165,
570
+ "bounds": "FCW < 25"
571
+ },
572
+ "SY": {
573
+ "equation_number": "73101",
574
+ "a1": -1.3973,
575
+ "a2": 1.3756,
576
+ "a3": null,
577
+ "a4": 0.1835,
578
+ "a5": null,
579
+ "bounds": "FCW < 66"
580
+ },
581
+ "CW": {
582
+ "equation_number": "74201",
583
+ "a1": 3.4375,
584
+ "a2": 1.4092,
585
+ "a3": null,
586
+ "a4": null,
587
+ "a5": null,
588
+ "bounds": "FCW < 80"
589
+ },
590
+ "BT": {
591
+ "equation_number": "74301",
592
+ "a1": 0.6847,
593
+ "a2": 1.105,
594
+ "a3": null,
595
+ "a4": 0.142,
596
+ "a5": -0.0265,
597
+ "bounds": "FCW < 43"
598
+ },
599
+ "BC": {
600
+ "equation_number": "76201",
601
+ "a1": 3.0237,
602
+ "a2": 1.1119,
603
+ "a3": null,
604
+ "a4": 0.1112,
605
+ "a5": -0.0493,
606
+ "bounds": "FCW < 52"
607
+ },
608
+ "WO": {
609
+ "equation_number": "80201",
610
+ "a1": 3.2375,
611
+ "a2": 1.5234,
612
+ "a3": null,
613
+ "a4": 0.0455,
614
+ "a5": -0.0324,
615
+ "bounds": "FCW < 69"
616
+ },
617
+ "SO": {
618
+ "equation_number": "80601",
619
+ "a1": 0.5656,
620
+ "a2": 1.6766,
621
+ "a3": null,
622
+ "a4": 0.0739,
623
+ "a5": null,
624
+ "bounds": "FCW < 66"
625
+ },
626
+ "SK": {
627
+ "equation_number": "81201",
628
+ "a1": 2.1517,
629
+ "a2": 1.6064,
630
+ "a3": null,
631
+ "a4": 0.0609,
632
+ "a5": null,
633
+ "bounds": "FCW < 56"
634
+ },
635
+ "CB": {
636
+ "equation_number": "81201",
637
+ "a1": 2.1517,
638
+ "a2": 1.6064,
639
+ "a3": null,
640
+ "a4": 0.0609,
641
+ "a5": null,
642
+ "bounds": "FCW < 56"
643
+ },
644
+ "TO": {
645
+ "equation_number": "81901",
646
+ "a1": 5.8858,
647
+ "a2": 1.4935,
648
+ "a3": null,
649
+ "a4": null,
650
+ "a5": null,
651
+ "bounds": "FCW < 29"
652
+ },
653
+ "LK": {
654
+ "equation_number": "82001",
655
+ "a1": 6.3149,
656
+ "a2": 1.6455,
657
+ "a3": null,
658
+ "a4": null,
659
+ "a5": null,
660
+ "bounds": "FCW < 54"
661
+ },
662
+ "OV": {
663
+ "equation_number": "82301",
664
+ "a1": 1.7827,
665
+ "a2": 1.6549,
666
+ "a3": null,
667
+ "a4": 0.0343,
668
+ "a5": null,
669
+ "bounds": "FCW < 61"
670
+ },
671
+ "BJ": {
672
+ "equation_number": "82401",
673
+ "a1": 0.5443,
674
+ "a2": 1.4882,
675
+ "a3": null,
676
+ "a4": 0.0565,
677
+ "a5": null,
678
+ "bounds": "FCW < 37"
679
+ },
680
+ "SN": {
681
+ "equation_number": "83201",
682
+ "a1": 2.148,
683
+ "a2": 1.6928,
684
+ "a3": -0.0176,
685
+ "a4": 0.0569,
686
+ "a5": null,
687
+ "bounds": "DBH < 50"
688
+ },
689
+ "CK": {
690
+ "equation_number": "82601",
691
+ "a1": 0.5189,
692
+ "a2": 1.4134,
693
+ "a3": null,
694
+ "a4": 0.1365,
695
+ "a5": -0.0806,
696
+ "bounds": "FCW < 45"
697
+ },
698
+ "WK": {
699
+ "equation_number": "82701",
700
+ "a1": 1.6349,
701
+ "a2": 1.5443,
702
+ "a3": null,
703
+ "a4": 0.0637,
704
+ "a5": -0.0764,
705
+ "bounds": "FCW < 57"
706
+ },
707
+ "CO": {
708
+ "equation_number": "83201",
709
+ "a1": 2.148,
710
+ "a2": 1.6928,
711
+ "a3": -0.0176,
712
+ "a4": 0.0569,
713
+ "a5": null,
714
+ "bounds": "DBH < 50"
715
+ },
716
+ "RO": {
717
+ "equation_number": "83301",
718
+ "a1": 2.8908,
719
+ "a2": 1.4077,
720
+ "a3": null,
721
+ "a4": 0.0643,
722
+ "a5": null,
723
+ "bounds": "FCW < 82"
724
+ },
725
+ "QS": {
726
+ "equation_number": "81201",
727
+ "a1": 2.1517,
728
+ "a2": 1.6064,
729
+ "a3": null,
730
+ "a4": 0.0609,
731
+ "a5": null,
732
+ "bounds": "FCW < 56"
733
+ },
734
+ "PO": {
735
+ "equation_number": "83501",
736
+ "a1": 1.6125,
737
+ "a2": 1.6669,
738
+ "a3": null,
739
+ "a4": 0.0536,
740
+ "a5": null,
741
+ "bounds": "FCW < 45"
742
+ },
743
+ "BO": {
744
+ "equation_number": "83701",
745
+ "a1": 2.8974,
746
+ "a2": 1.3697,
747
+ "a3": null,
748
+ "a4": 0.0671,
749
+ "a5": null,
750
+ "bounds": "FCW < 52"
751
+ },
752
+ "LO": {
753
+ "equation_number": "83801",
754
+ "a1": 5.6694,
755
+ "a2": 1.6402,
756
+ "a3": null,
757
+ "a4": null,
758
+ "a5": null,
759
+ "bounds": "FCW < 66"
760
+ },
761
+ "BK": {
762
+ "equation_number": "90101",
763
+ "a1": 3.0012,
764
+ "a2": 0.8165,
765
+ "a3": null,
766
+ "a4": 0.1395,
767
+ "a5": null,
768
+ "bounds": "FCW < 48"
769
+ },
770
+ "WI": {
771
+ "equation_number": "97201",
772
+ "a1": 1.7296,
773
+ "a2": 2.0732,
774
+ "a3": null,
775
+ "a4": 0.059,
776
+ "a5": -0.0869,
777
+ "bounds": "FCW < 50"
778
+ },
779
+ "SS": {
780
+ "equation_number": "93101",
781
+ "a1": 4.6311,
782
+ "a2": 1.0108,
783
+ "a3": null,
784
+ "a4": 0.0564,
785
+ "a5": null,
786
+ "bounds": "FCW < 29"
787
+ },
788
+ "BD": {
789
+ "equation_number": "95101",
790
+ "a1": 1.6871,
791
+ "a2": 1.211,
792
+ "a3": null,
793
+ "a4": 0.1194,
794
+ "a5": -0.0264,
795
+ "bounds": "FCW < 61"
796
+ },
797
+ "EL": {
798
+ "equation_number": "97201",
799
+ "a1": 1.7296,
800
+ "a2": 2.0732,
801
+ "a3": null,
802
+ "a4": 0.059,
803
+ "a5": -0.0869,
804
+ "bounds": "FCW < 50"
805
+ },
806
+ "WE": {
807
+ "equation_number": "97101",
808
+ "a1": 4.3649,
809
+ "a2": 1.6612,
810
+ "a3": null,
811
+ "a4": 0.0643,
812
+ "a5": null,
813
+ "bounds": "FCW < 40"
814
+ },
815
+ "AE": {
816
+ "equation_number": "97201",
817
+ "a1": 1.7296,
818
+ "a2": 2.0732,
819
+ "a3": null,
820
+ "a4": 0.059,
821
+ "a5": -0.0869,
822
+ "bounds": "FCW < 50"
823
+ },
824
+ "RL": {
825
+ "equation_number": "97501",
826
+ "a1": 9.0023,
827
+ "a2": 1.3933,
828
+ "a3": null,
829
+ "a4": null,
830
+ "a5": -0.0785,
831
+ "bounds": "FCW < 49"
832
+ },
833
+ "OS": {
834
+ "equation_number": "06801",
835
+ "a1": 1.2359,
836
+ "a2": 1.2962,
837
+ "a3": null,
838
+ "a4": 0.0545,
839
+ "a5": null,
840
+ "bounds": "FCW < 33"
841
+ },
842
+ "OH": {
843
+ "equation_number": "93101",
844
+ "a1": 4.6311,
845
+ "a2": 1.0108,
846
+ "a3": null,
847
+ "a4": 0.0564,
848
+ "a5": null,
849
+ "bounds": "FCW < 29"
850
+ },
851
+ "OT": {
852
+ "equation_number": "31601",
853
+ "a1": 2.7563,
854
+ "a2": 1.4212,
855
+ "a3": 0.0143,
856
+ "a4": 0.0993,
857
+ "a5": null,
858
+ "bounds": "DBH < 50"
859
+ }
860
+ },
861
+ "open_grown": {
862
+ "FR": {
863
+ "equation_number": "01203",
864
+ "a1": 0.327,
865
+ "a2": 5.116,
866
+ "a3": 0.5035,
867
+ "a4": null,
868
+ "a5": null,
869
+ "bounds": "OCW < 34"
870
+ },
871
+ "JU": {
872
+ "equation_number": "06801",
873
+ "a1": 1.2359,
874
+ "a2": 1.2962,
875
+ "a3": null,
876
+ "a4": 0.0545,
877
+ "a5": null,
878
+ "bounds": "OCW < 33"
879
+ },
880
+ "PI": {
881
+ "equation_number": "09403",
882
+ "a1": 3.594,
883
+ "a2": 1.963,
884
+ "a3": 0.882,
885
+ "a4": null,
886
+ "a5": null,
887
+ "bounds": "OCW < 37"
888
+ },
889
+ "PU": {
890
+ "equation_number": "13201",
891
+ "a1": -0.1211,
892
+ "a2": 1.2319,
893
+ "a3": null,
894
+ "a4": 0.1212,
895
+ "a5": null,
896
+ "bounds": "OCW < 34"
897
+ },
898
+ "SP": {
899
+ "equation_number": "11005",
900
+ "a1": 0.583,
901
+ "a2": 0.245,
902
+ "a3": 0.0009,
903
+ "a4": null,
904
+ "a5": null,
905
+ "bounds": "OCW < 45"
906
+ },
907
+ "SA": {
908
+ "equation_number": "11101",
909
+ "a1": -6.9659,
910
+ "a2": 2.1192,
911
+ "a3": -0.0333,
912
+ "a4": 0.0587,
913
+ "a5": -0.0959,
914
+ "bounds": "DBH < 30"
915
+ },
916
+ "SR": {
917
+ "equation_number": "11005",
918
+ "a1": 0.583,
919
+ "a2": 0.245,
920
+ "a3": 0.0009,
921
+ "a4": null,
922
+ "a5": null,
923
+ "bounds": "OCW < 45"
924
+ },
925
+ "LL": {
926
+ "equation_number": "12105",
927
+ "a1": 0.113,
928
+ "a2": 0.259,
929
+ "a3": null,
930
+ "a4": null,
931
+ "a5": null,
932
+ "bounds": "OCW < 50"
933
+ },
934
+ "TM": {
935
+ "equation_number": "12601",
936
+ "a1": -0.9442,
937
+ "a2": 1.4531,
938
+ "a3": null,
939
+ "a4": 0.0543,
940
+ "a5": -0.1144,
941
+ "bounds": "OCW < 34"
942
+ },
943
+ "PP": {
944
+ "equation_number": "12601",
945
+ "a1": -0.9442,
946
+ "a2": 1.4531,
947
+ "a3": null,
948
+ "a4": 0.0543,
949
+ "a5": -0.1144,
950
+ "bounds": "OCW < 34"
951
+ },
952
+ "PD": {
953
+ "equation_number": "12801",
954
+ "a1": -8.7711,
955
+ "a2": 3.7252,
956
+ "a3": -0.1063,
957
+ "a4": null,
958
+ "a5": null,
959
+ "bounds": "DBH < 18"
960
+ },
961
+ "WP": {
962
+ "equation_number": "12903",
963
+ "a1": 1.62,
964
+ "a2": 3.197,
965
+ "a3": 0.7981,
966
+ "a4": null,
967
+ "a5": null,
968
+ "bounds": "OCW < 58"
969
+ },
970
+ "LP": {
971
+ "equation_number": "13105",
972
+ "a1": 0.738,
973
+ "a2": 0.245,
974
+ "a3": 0.000809,
975
+ "a4": null,
976
+ "a5": null,
977
+ "bounds": "OCW < 66"
978
+ },
979
+ "VP": {
980
+ "equation_number": "13201",
981
+ "a1": -0.1211,
982
+ "a2": 1.2319,
983
+ "a3": null,
984
+ "a4": 0.1212,
985
+ "a5": null,
986
+ "bounds": "OCW < 34"
987
+ },
988
+ "BY": {
989
+ "equation_number": "22101",
990
+ "a1": -1.0183,
991
+ "a2": 0.8856,
992
+ "a3": null,
993
+ "a4": 0.1162,
994
+ "a5": null,
995
+ "bounds": "OCW < 37"
996
+ },
997
+ "PC": {
998
+ "equation_number": "22101",
999
+ "a1": -1.0183,
1000
+ "a2": 0.8856,
1001
+ "a3": null,
1002
+ "a4": 0.1162,
1003
+ "a5": null,
1004
+ "bounds": "OCW < 37"
1005
+ },
1006
+ "HM": {
1007
+ "equation_number": "26101",
1008
+ "a1": 6.1924,
1009
+ "a2": 1.4491,
1010
+ "a3": -0.0178,
1011
+ "a4": null,
1012
+ "a5": -0.0341,
1013
+ "bounds": "DBH < 40"
1014
+ },
1015
+ "FM": {
1016
+ "equation_number": "31803",
1017
+ "a1": 0.868,
1018
+ "a2": 4.15,
1019
+ "a3": 0.7514,
1020
+ "a4": null,
1021
+ "a5": null,
1022
+ "bounds": "OCW < 54"
1023
+ },
1024
+ "BE": {
1025
+ "equation_number": "31301",
1026
+ "a1": 6.4741,
1027
+ "a2": 1.0778,
1028
+ "a3": null,
1029
+ "a4": 0.0719,
1030
+ "a5": -0.0637,
1031
+ "bounds": "OCW < 57"
1032
+ },
1033
+ "RM": {
1034
+ "equation_number": "31603",
1035
+ "a1": 0.0,
1036
+ "a2": 4.776,
1037
+ "a3": 0.7656,
1038
+ "a4": null,
1039
+ "a5": null,
1040
+ "bounds": "OCW < 55"
1041
+ },
1042
+ "SV": {
1043
+ "equation_number": "31701",
1044
+ "a1": 3.3576,
1045
+ "a2": 1.1312,
1046
+ "a3": null,
1047
+ "a4": 0.1011,
1048
+ "a5": -0.173,
1049
+ "bounds": "OCW < 45"
1050
+ },
1051
+ "SM": {
1052
+ "equation_number": "31803",
1053
+ "a1": 0.868,
1054
+ "a2": 4.15,
1055
+ "a3": 0.7514,
1056
+ "a4": null,
1057
+ "a5": null,
1058
+ "bounds": "OCW < 54"
1059
+ },
1060
+ "BU": {
1061
+ "equation_number": "40703",
1062
+ "a1": 2.36,
1063
+ "a2": 3.548,
1064
+ "a3": 0.7986,
1065
+ "a4": null,
1066
+ "a5": null,
1067
+ "bounds": "OCW < 54"
1068
+ },
1069
+ "BB": {
1070
+ "equation_number": "37301",
1071
+ "a1": 11.6634,
1072
+ "a2": 1.0028,
1073
+ "a3": null,
1074
+ "a4": null,
1075
+ "a5": null,
1076
+ "bounds": "OCW < 68"
1077
+ },
1078
+ "SB": {
1079
+ "equation_number": "37201",
1080
+ "a1": 4.6725,
1081
+ "a2": 1.2968,
1082
+ "a3": null,
1083
+ "a4": 0.0787,
1084
+ "a5": null,
1085
+ "bounds": "OCW < 54"
1086
+ },
1087
+ "AH": {
1088
+ "equation_number": "39101",
1089
+ "a1": 0.9219,
1090
+ "a2": 1.6303,
1091
+ "a3": null,
1092
+ "a4": 0.115,
1093
+ "a5": -0.1113,
1094
+ "bounds": "OCW < 42"
1095
+ },
1096
+ "HI": {
1097
+ "equation_number": "40703",
1098
+ "a1": 2.36,
1099
+ "a2": 3.548,
1100
+ "a3": 0.7986,
1101
+ "a4": null,
1102
+ "a5": null,
1103
+ "bounds": "OCW < 54"
1104
+ },
1105
+ "CA": {
1106
+ "equation_number": "93101",
1107
+ "a1": 4.6311,
1108
+ "a2": 1.0108,
1109
+ "a3": null,
1110
+ "a4": 0.0564,
1111
+ "a5": null,
1112
+ "bounds": "OCW < 29"
1113
+ },
1114
+ "HB": {
1115
+ "equation_number": "46201",
1116
+ "a1": 7.1043,
1117
+ "a2": 1.3041,
1118
+ "a3": null,
1119
+ "a4": 0.0456,
1120
+ "a5": null,
1121
+ "bounds": "OCW < 51"
1122
+ },
1123
+ "RD": {
1124
+ "equation_number": "49101",
1125
+ "a1": 2.9646,
1126
+ "a2": 1.9917,
1127
+ "a3": null,
1128
+ "a4": 0.0707,
1129
+ "a5": null,
1130
+ "bounds": "OCW < 36"
1131
+ },
1132
+ "DW": {
1133
+ "equation_number": "49101",
1134
+ "a1": 2.9646,
1135
+ "a2": 1.9917,
1136
+ "a3": null,
1137
+ "a4": 0.0707,
1138
+ "a5": null,
1139
+ "bounds": "OCW < 36"
1140
+ },
1141
+ "PS": {
1142
+ "equation_number": "52101",
1143
+ "a1": 3.5393,
1144
+ "a2": 1.3939,
1145
+ "a3": null,
1146
+ "a4": 0.0625,
1147
+ "a5": null,
1148
+ "bounds": "OCW < 36"
1149
+ },
1150
+ "AB": {
1151
+ "equation_number": "53101",
1152
+ "a1": 3.9361,
1153
+ "a2": 1.15,
1154
+ "a3": null,
1155
+ "a4": 0.1237,
1156
+ "a5": -0.0691,
1157
+ "bounds": "OCW < 80"
1158
+ },
1159
+ "AS": {
1160
+ "equation_number": "54403",
1161
+ "a1": 0.0,
1162
+ "a2": 4.755,
1163
+ "a3": 0.7381,
1164
+ "a4": null,
1165
+ "a5": null,
1166
+ "bounds": "OCW < 61"
1167
+ },
1168
+ "WA": {
1169
+ "equation_number": "54101",
1170
+ "a1": 1.7625,
1171
+ "a2": 1.3413,
1172
+ "a3": null,
1173
+ "a4": 0.0957,
1174
+ "a5": null,
1175
+ "bounds": "OCW < 62"
1176
+ },
1177
+ "BA": {
1178
+ "equation_number": "54301",
1179
+ "a1": 5.2824,
1180
+ "a2": 1.1184,
1181
+ "a3": null,
1182
+ "a4": null,
1183
+ "a5": null,
1184
+ "bounds": "OCW < 34"
1185
+ },
1186
+ "GA": {
1187
+ "equation_number": "54403",
1188
+ "a1": 0.0,
1189
+ "a2": 4.755,
1190
+ "a3": 0.7381,
1191
+ "a4": null,
1192
+ "a5": null,
1193
+ "bounds": "OCW < 61"
1194
+ },
1195
+ "HL": {
1196
+ "equation_number": "55201",
1197
+ "a1": 4.1971,
1198
+ "a2": 1.5567,
1199
+ "a3": null,
1200
+ "a4": 0.088,
1201
+ "a5": null,
1202
+ "bounds": "OCW < 46"
1203
+ },
1204
+ "LB": {
1205
+ "equation_number": "65301",
1206
+ "a1": 8.2119,
1207
+ "a2": 0.9708,
1208
+ "a3": null,
1209
+ "a4": null,
1210
+ "a5": null,
1211
+ "bounds": "OCW < 41"
1212
+ },
1213
+ "HA": {
1214
+ "equation_number": "49101",
1215
+ "a1": 2.9646,
1216
+ "a2": 1.9917,
1217
+ "a3": null,
1218
+ "a4": 0.0707,
1219
+ "a5": null,
1220
+ "bounds": "OCW < 36"
1221
+ },
1222
+ "HY": {
1223
+ "equation_number": "59101",
1224
+ "a1": 4.5803,
1225
+ "a2": 1.0747,
1226
+ "a3": null,
1227
+ "a4": 0.0661,
1228
+ "a5": null,
1229
+ "bounds": "OCW < 31"
1230
+ },
1231
+ "BN": {
1232
+ "equation_number": "60201",
1233
+ "a1": 3.6031,
1234
+ "a2": 1.1472,
1235
+ "a3": null,
1236
+ "a4": 0.1224,
1237
+ "a5": null,
1238
+ "bounds": "OCW < 37"
1239
+ },
1240
+ "WN": {
1241
+ "equation_number": "60201",
1242
+ "a1": 3.6031,
1243
+ "a2": 1.1472,
1244
+ "a3": null,
1245
+ "a4": 0.1224,
1246
+ "a5": null,
1247
+ "bounds": "OCW < 37"
1248
+ },
1249
+ "SU": {
1250
+ "equation_number": "61101",
1251
+ "a1": 1.8853,
1252
+ "a2": 1.1625,
1253
+ "a3": null,
1254
+ "a4": 0.0656,
1255
+ "a5": -0.03,
1256
+ "bounds": "OCW < 50"
1257
+ },
1258
+ "YP": {
1259
+ "equation_number": "62101",
1260
+ "a1": 3.3543,
1261
+ "a2": 1.1627,
1262
+ "a3": null,
1263
+ "a4": 0.0857,
1264
+ "a5": null,
1265
+ "bounds": "OCW < 61"
1266
+ },
1267
+ "MG": {
1268
+ "equation_number": "65301",
1269
+ "a1": 8.2119,
1270
+ "a2": 0.9708,
1271
+ "a3": null,
1272
+ "a4": null,
1273
+ "a5": null,
1274
+ "bounds": "OCW < 41"
1275
+ },
1276
+ "CT": {
1277
+ "equation_number": "65101",
1278
+ "a1": 4.1711,
1279
+ "a2": 1.6275,
1280
+ "a3": null,
1281
+ "a4": null,
1282
+ "a5": null,
1283
+ "bounds": "OCW < 39"
1284
+ },
1285
+ "MV": {
1286
+ "equation_number": "65301",
1287
+ "a1": 8.2119,
1288
+ "a2": 0.9708,
1289
+ "a3": null,
1290
+ "a4": null,
1291
+ "a5": null,
1292
+ "bounds": "OCW < 41"
1293
+ },
1294
+ "ML": {
1295
+ "equation_number": "65301",
1296
+ "a1": 8.2119,
1297
+ "a2": 0.9708,
1298
+ "a3": null,
1299
+ "a4": null,
1300
+ "a5": null,
1301
+ "bounds": "OCW < 41"
1302
+ },
1303
+ "AP": {
1304
+ "equation_number": "76102",
1305
+ "a1": 4.102718,
1306
+ "a2": 1.396006,
1307
+ "a3": 1.077474,
1308
+ "a4": null,
1309
+ "a5": null,
1310
+ "bounds": "OCW < 52"
1311
+ },
1312
+ "MB": {
1313
+ "equation_number": "68201",
1314
+ "a1": 13.3255,
1315
+ "a2": 1.0735,
1316
+ "a3": null,
1317
+ "a4": null,
1318
+ "a5": null,
1319
+ "bounds": "OCW < 46"
1320
+ },
1321
+ "WT": {
1322
+ "equation_number": "69101",
1323
+ "a1": 5.3409,
1324
+ "a2": 0.7499,
1325
+ "a3": null,
1326
+ "a4": 0.1047,
1327
+ "a5": null,
1328
+ "bounds": "OCW < 37"
1329
+ },
1330
+ "BG": {
1331
+ "equation_number": "69301",
1332
+ "a1": 5.5037,
1333
+ "a2": 1.0567,
1334
+ "a3": null,
1335
+ "a4": 0.088,
1336
+ "a5": 0.061,
1337
+ "bounds": "OCW < 50"
1338
+ },
1339
+ "TS": {
1340
+ "equation_number": "69401",
1341
+ "a1": 1.3564,
1342
+ "a2": 1.0991,
1343
+ "a3": null,
1344
+ "a4": 0.1243,
1345
+ "a5": null,
1346
+ "bounds": "OCW < 41"
1347
+ },
1348
+ "HH": {
1349
+ "equation_number": "70101",
1350
+ "a1": 7.8084,
1351
+ "a2": 0.8129,
1352
+ "a3": null,
1353
+ "a4": 0.0941,
1354
+ "a5": -0.0817,
1355
+ "bounds": "OCW < 39"
1356
+ },
1357
+ "SD": {
1358
+ "equation_number": "71101",
1359
+ "a1": 7.975,
1360
+ "a2": 0.8303,
1361
+ "a3": null,
1362
+ "a4": 0.0423,
1363
+ "a5": -0.0706,
1364
+ "bounds": "OCW < 36"
1365
+ },
1366
+ "RA": {
1367
+ "equation_number": "72101",
1368
+ "a1": 4.2756,
1369
+ "a2": 1.0773,
1370
+ "a3": null,
1371
+ "a4": 0.1526,
1372
+ "a5": 0.165,
1373
+ "bounds": "OCW < 25"
1374
+ },
1375
+ "SY": {
1376
+ "equation_number": "73101",
1377
+ "a1": -1.3973,
1378
+ "a2": 1.3756,
1379
+ "a3": null,
1380
+ "a4": 0.1835,
1381
+ "a5": null,
1382
+ "bounds": "OCW < 66"
1383
+ },
1384
+ "CW": {
1385
+ "equation_number": "74203",
1386
+ "a1": 2.934,
1387
+ "a2": 2.538,
1388
+ "a3": 0.8617,
1389
+ "a4": null,
1390
+ "a5": null,
1391
+ "bounds": "OCW < 80"
1392
+ },
1393
+ "BT": {
1394
+ "equation_number": "74301",
1395
+ "a1": 0.6847,
1396
+ "a2": 1.105,
1397
+ "a3": null,
1398
+ "a4": 0.142,
1399
+ "a5": -0.0265,
1400
+ "bounds": "OCW < 43"
1401
+ },
1402
+ "BC": {
1403
+ "equation_number": "76203",
1404
+ "a1": 0.621,
1405
+ "a2": 7.059,
1406
+ "a3": 0.5441,
1407
+ "a4": null,
1408
+ "a5": null,
1409
+ "bounds": "OCW < 52"
1410
+ },
1411
+ "WO": {
1412
+ "equation_number": "80204",
1413
+ "a1": 1.8,
1414
+ "a2": 1.883,
1415
+ "a3": null,
1416
+ "a4": null,
1417
+ "a5": null,
1418
+ "bounds": "OCW < 69"
1419
+ },
1420
+ "SO": {
1421
+ "equation_number": "80601",
1422
+ "a1": 0.5656,
1423
+ "a2": 1.6766,
1424
+ "a3": null,
1425
+ "a4": 0.0739,
1426
+ "a5": null,
1427
+ "bounds": "OCW < 66"
1428
+ },
1429
+ "SK": {
1430
+ "equation_number": "81201",
1431
+ "a1": 2.1517,
1432
+ "a2": 1.6064,
1433
+ "a3": null,
1434
+ "a4": 0.0609,
1435
+ "a5": null,
1436
+ "bounds": "OCW < 56"
1437
+ },
1438
+ "CB": {
1439
+ "equation_number": "81201",
1440
+ "a1": 2.1517,
1441
+ "a2": 1.6064,
1442
+ "a3": null,
1443
+ "a4": 0.0609,
1444
+ "a5": null,
1445
+ "bounds": "OCW < 56"
1446
+ },
1447
+ "TO": {
1448
+ "equation_number": "81901",
1449
+ "a1": 5.8858,
1450
+ "a2": 1.4935,
1451
+ "a3": null,
1452
+ "a4": null,
1453
+ "a5": null,
1454
+ "bounds": "OCW < 29"
1455
+ },
1456
+ "LK": {
1457
+ "equation_number": "82001",
1458
+ "a1": 6.3149,
1459
+ "a2": 1.6455,
1460
+ "a3": null,
1461
+ "a4": null,
1462
+ "a5": null,
1463
+ "bounds": "OCW < 54"
1464
+ },
1465
+ "OV": {
1466
+ "equation_number": "82303",
1467
+ "a1": 0.942,
1468
+ "a2": 3.539,
1469
+ "a3": 0.7952,
1470
+ "a4": null,
1471
+ "a5": null,
1472
+ "bounds": "OCW < 78"
1473
+ },
1474
+ "BJ": {
1475
+ "equation_number": "82401",
1476
+ "a1": 0.5443,
1477
+ "a2": 1.4882,
1478
+ "a3": null,
1479
+ "a4": 0.0565,
1480
+ "a5": null,
1481
+ "bounds": "OCW < 37"
1482
+ },
1483
+ "SN": {
1484
+ "equation_number": "83201",
1485
+ "a1": 2.148,
1486
+ "a2": 1.6928,
1487
+ "a3": -0.0176,
1488
+ "a4": 0.0569,
1489
+ "a5": null,
1490
+ "bounds": "DBH < 50"
1491
+ },
1492
+ "CK": {
1493
+ "equation_number": "82601",
1494
+ "a1": 0.5189,
1495
+ "a2": 1.4134,
1496
+ "a3": null,
1497
+ "a4": 0.1365,
1498
+ "a5": -0.0806,
1499
+ "bounds": "OCW < 45"
1500
+ },
1501
+ "WK": {
1502
+ "equation_number": "82701",
1503
+ "a1": 1.6349,
1504
+ "a2": 1.5443,
1505
+ "a3": null,
1506
+ "a4": 0.0637,
1507
+ "a5": -0.0764,
1508
+ "bounds": "OCW < 57"
1509
+ },
1510
+ "CO": {
1511
+ "equation_number": "83201",
1512
+ "a1": 2.148,
1513
+ "a2": 1.6928,
1514
+ "a3": -0.0176,
1515
+ "a4": 0.0569,
1516
+ "a5": null,
1517
+ "bounds": "DBH < 50"
1518
+ },
1519
+ "RO": {
1520
+ "equation_number": "83303",
1521
+ "a1": 2.85,
1522
+ "a2": 3.782,
1523
+ "a3": 0.7968,
1524
+ "a4": null,
1525
+ "a5": null,
1526
+ "bounds": "OCW < 82"
1527
+ },
1528
+ "QS": {
1529
+ "equation_number": "81201",
1530
+ "a1": 2.1517,
1531
+ "a2": 1.6064,
1532
+ "a3": null,
1533
+ "a4": 0.0609,
1534
+ "a5": null,
1535
+ "bounds": "OCW < 56"
1536
+ },
1537
+ "PO": {
1538
+ "equation_number": "83501",
1539
+ "a1": 1.6125,
1540
+ "a2": 1.6669,
1541
+ "a3": null,
1542
+ "a4": 0.0536,
1543
+ "a5": null,
1544
+ "bounds": "OCW < 45"
1545
+ },
1546
+ "BO": {
1547
+ "equation_number": "83704",
1548
+ "a1": 4.51,
1549
+ "a2": 1.67,
1550
+ "a3": null,
1551
+ "a4": null,
1552
+ "a5": null,
1553
+ "bounds": "OCW < 52"
1554
+ },
1555
+ "LO": {
1556
+ "equation_number": "83801",
1557
+ "a1": 5.6694,
1558
+ "a2": 1.6402,
1559
+ "a3": null,
1560
+ "a4": null,
1561
+ "a5": null,
1562
+ "bounds": "OCW < 66"
1563
+ },
1564
+ "BK": {
1565
+ "equation_number": "90101",
1566
+ "a1": 3.0012,
1567
+ "a2": 0.8165,
1568
+ "a3": null,
1569
+ "a4": 0.1395,
1570
+ "a5": null,
1571
+ "bounds": "OCW < 48"
1572
+ },
1573
+ "WI": {
1574
+ "equation_number": "97203",
1575
+ "a1": 2.829,
1576
+ "a2": 3.456,
1577
+ "a3": 0.8575,
1578
+ "a4": null,
1579
+ "a5": null,
1580
+ "bounds": "OCW < 72"
1581
+ },
1582
+ "SS": {
1583
+ "equation_number": "93101",
1584
+ "a1": 4.6311,
1585
+ "a2": 1.0108,
1586
+ "a3": null,
1587
+ "a4": 0.0564,
1588
+ "a5": null,
1589
+ "bounds": "OCW < 29"
1590
+ },
1591
+ "BD": {
1592
+ "equation_number": "95101",
1593
+ "a1": 1.6871,
1594
+ "a2": 1.211,
1595
+ "a3": null,
1596
+ "a4": 0.1194,
1597
+ "a5": -0.0264,
1598
+ "bounds": "OCW < 61"
1599
+ },
1600
+ "EL": {
1601
+ "equation_number": "97203",
1602
+ "a1": 2.829,
1603
+ "a2": 3.456,
1604
+ "a3": 0.8575,
1605
+ "a4": null,
1606
+ "a5": null,
1607
+ "bounds": "OCW < 72"
1608
+ },
1609
+ "WE": {
1610
+ "equation_number": "97101",
1611
+ "a1": 4.3649,
1612
+ "a2": 1.6612,
1613
+ "a3": null,
1614
+ "a4": 0.0643,
1615
+ "a5": null,
1616
+ "bounds": "OCW < 40"
1617
+ },
1618
+ "AE": {
1619
+ "equation_number": "97203",
1620
+ "a1": 2.829,
1621
+ "a2": 3.456,
1622
+ "a3": 0.8575,
1623
+ "a4": null,
1624
+ "a5": null,
1625
+ "bounds": "OCW < 72"
1626
+ },
1627
+ "RL": {
1628
+ "equation_number": "97501",
1629
+ "a1": 9.0023,
1630
+ "a2": 1.3933,
1631
+ "a3": null,
1632
+ "a4": null,
1633
+ "a5": -0.0785,
1634
+ "bounds": "OCW < 49"
1635
+ },
1636
+ "OS": {
1637
+ "equation_number": "06801",
1638
+ "a1": 1.2359,
1639
+ "a2": 1.2962,
1640
+ "a3": null,
1641
+ "a4": 0.0545,
1642
+ "a5": null,
1643
+ "bounds": "OCW < 33"
1644
+ },
1645
+ "OH": {
1646
+ "equation_number": "93101",
1647
+ "a1": 4.6311,
1648
+ "a2": 1.0108,
1649
+ "a3": null,
1650
+ "a4": 0.0564,
1651
+ "a5": null,
1652
+ "bounds": "OCW < 29"
1653
+ },
1654
+ "OT": {
1655
+ "equation_number": "31603",
1656
+ "a1": 0.0,
1657
+ "a2": 4.776,
1658
+ "a3": 0.7656,
1659
+ "a4": null,
1660
+ "a5": null,
1661
+ "bounds": "OCW < 55"
1662
+ }
1663
+ }
1664
+ }