1 &fuel_scalars ! scalar fuel constants
2 fire_wind_height = 6.096, ! height to take wind from (m), 6.096 Behave, 0 to use fwh
3 cmbcnst = 17.433e+06, ! J/kg combustion heat dry fuel
4 hfgl = 17.e4 , ! W/m^2 heat flux to ignite canopy
5 fuelmc_g = 0.08, ! ground fuel moisture, set = 0 for dry
6 !jc fuelmc_g = 0.09, ! ground fuel moisture, set = 0 for dry
7 fuelmc_c = 1.00, ! canopy fuel moisture, set = 0 for dry
8 nfuelcats = 13, ! number of fuel categories used
9 no_fuel_cat = 14 ! extra category for no fuel
10 no_fuel_cat2= 100 ! all categories up to here are no fuel
15 '1: Short grass (1 ft)',
16 '2: Timber (grass and understory)',
17 '3: Tall grass (2.5 ft)',
18 '4: Chaparral (6 ft)',
20 '6: Dormant brush, hardwood slash',
22 '8: Closed timber litter',
24 '10: Timber (litter + understory)',
25 '11: Light logging slash',
26 '12: Medium logging slash',
27 '13: Heavy logging slash',
29 windrf= 0.36, 0.36, 0.44, 0.55, 0.42, 0.44, 0.44,
30 0.36, 0.36, 0.36, 0.36, 0.43, 0.46, 1e-7
31 fgi = 0.166, 0.897, 0.675, 2.468, 0.785, 1.345, 1.092,
32 !jc fgi= 0.166, 0.897, 1.076, 2.468, 0.785, 1.345, 1.092
33 1.121, 0.780, 2.694, 2.582, 7.749, 13.024, 1.e-7,
34 fueldepthm=0.305, 0.305, 0.762, 1.829, 0.61, 0.762, 0.762,
35 0.061, 0.061, 0.305, 0.305, 0.701, 0.914, 0.305,
36 savr = 3500., 2784., 1500., 1739., 1683., 1564., 1562.,
37 1889., 2484., 1764., 1182., 1145., 1159., 3500.,
38 fuelmce = 0.12, 0.15, 0.25, 0.20, 0.20, 0.25, 0.40,
39 0.30, 0.25, 0.25, 0.15, 0.20, 0.25, 0.12,
40 fueldens = 32.,32.,32.,32.,32.,32.,32. ,
41 32.,32.,32.,32.,32.,32.,32. , ! 32 if solid, 19 if rotten
42 st = 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555,
43 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555,
44 se = 0.010, 0.010, 0.010, 0.010, 0.010, 0.010, 0.010,
45 0.010, 0.010, 0.010, 0.010, 0.010, 0.010, 0.010,
46 ! ----- Notes on weight: (4) - best fit of Latham data;
47 ! (5)-(7) could be 60-120; (8)-(10) could be 300-1600;
48 ! (11)-(13) could be 300-1600
49 weight = 7., 7., 7., 180., 100., 100., 100.,
50 900., 900., 900., 900., 900., 900., 7. ,
51 ! !----- 1.12083 is 5 tons/acre. 5-50 tons/acre orig., 100-300 after blowdown
52 ! fci_d = 0., 0., 0., 1.123, 0., 0., 0.,
53 ! 1.121, 1.121, 1.121, 1.121, 1.121, 1.121, 0.,
54 ! fct = 60., 60., 60., 60., 60., 60., 60.,
55 ! 60., 120., 180., 180., 180., 180. , 60.,
56 ! ichap = 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
57 ffw = 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9,
58 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9,
59 adjr0 = 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
60 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
61 adjrw = 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
62 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
63 adjrs = 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
64 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
71 moisture_classes=2, ! number of classes
72 drying_model=1, 1, ! number of model - only 1= equilibrium moisture Van Wagner (1972) per Viney (1991) allowed at this moment
73 drying_lag=10.0, 100.0, ! so-called 10hr and 100hr fuel
74 wetting_model=1, 1, ! number of model - only 1= allowed at this moment
75 wetting_lag=14.0, 140.0, ! 14 is callibrated to VanWagner&Pickett 1985, Canadian fire danger rating system
76 saturation_moisture=2.5, 2.5, ! ditto
77 saturation_rain = 8.0,8.0, ! stronger rain than this (mm/h) does not make much difference.
78 rain_threshold = 0.05,0.05 ! mm/h rain too weak to wet anything.