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
11 ibeh =2 ! ROS formula: 0 = MacArthur, 1 = Rothermel, 2 = Balbi
17 '1: Short grass (1 ft)',
18 '2: Timber (grass and understory)',
19 '3: Tall grass (2.5 ft)',
20 '4: Chaparral (6 ft)',
22 '6: Dormant brush, hardwood slash',
24 '8: Closed timber litter',
26 '10: Timber (litter + understory)',
27 '11: Light logging slash',
28 '12: Medium logging slash',
29 '13: Heavy logging slash',
31 windrf= 0.36, 0.36, 0.44, 0.55, 0.42, 0.44, 0.44,
32 0.36, 0.36, 0.36, 0.36, 0.43, 0.46, 1e-7
33 fgi = 0.166, 0.897, 0.675, 2.468, 0.785, 1.345, 1.092,
34 !jc fgi= 0.166, 0.897, 1.076, 2.468, 0.785, 1.345, 1.092
35 1.121, 0.780, 2.694, 2.582, 7.749, 13.024, 1.e-7,
36 fueldepthm=0.305, 0.305, 0.762, 1.829, 0.61, 0.762, 0.762,
37 0.061, 0.061, 0.305, 0.305, 0.701, 0.914, 0.305,
38 savr = 3500., 2784., 1500., 1739., 1683., 1564., 1562.,
39 1889., 2484., 1764., 1182., 1145., 1159., 3500.,
40 fuelmce = 0.12, 0.15, 0.25, 0.20, 0.20, 0.25, 0.40,
41 0.30, 0.25, 0.25, 0.15, 0.20, 0.25, 0.12,
42 fueldens = 32.,32.,32.,32.,32.,32.,32. ,
43 32.,32.,32.,32.,32.,32.,32. , ! 32 if solid, 19 if rotten
44 st = 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555,
45 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555,
46 se = 0.010, 0.010, 0.010, 0.010, 0.010, 0.010, 0.010,
47 0.010, 0.010, 0.010, 0.010, 0.010, 0.010, 0.010,
48 ! ----- Notes on weight: (4) - best fit of Latham data;
49 ! (5)-(7) could be 60-120; (8)-(10) could be 300-1600;
50 ! (11)-(13) could be 300-1600
51 weight = 7., 7., 7., 180., 100., 100., 100.,
52 900., 900., 900., 900., 900., 900., 7. ,
53 ! !----- 1.12083 is 5 tons/acre. 5-50 tons/acre orig., 100-300 after blowdown
54 ! fci_d = 0., 0., 0., 1.123, 0., 0., 0.,
55 ! 1.121, 1.121, 1.121, 1.121, 1.121, 1.121, 0.,
56 ! fct = 60., 60., 60., 60., 60., 60., 60.,
57 ! 60., 120., 180., 180., 180., 180. , 60.,
58 ! ichap = 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
59 ffw = 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9,
60 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9,
61 adjr0 = 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 adjrw = 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,
65 adjrs = 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
66 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
73 moisture_classes=2, ! number of classes
74 drying_model=1, 1, ! number of model - only 1= equilibrium moisture Van Wagner (1972) per Viney (1991) allowed at this moment
75 drying_lag=10.0, 100.0, ! so-called 10hr and 100hr fuel
76 wetting_model=1, 1, ! number of model - only 1= allowed at this moment
77 wetting_lag=14.0, 140.0, ! 14 is callibrated to VanWagner&Pickett 1985, Canadian fire danger rating system
78 saturation_moisture=2.5, 2.5, ! ditto
79 saturation_rain = 8.0,8.0, ! stronger rain than this (mm/h) does not make much difference.
80 rain_threshold = 0.05,0.05 ! mm/h rain too weak to wet anything.