1 &fuel_scalars ! scalar fuel constants
2 cmbcnst = 17.433e+06, ! J/kg combustion heat dry fuel
3 hfgl = 17.e4 , ! W/m^2 heat flux to ignite canopy
4 fuelmc_g = 0.08, ! ground fuel moisture, set = 0 for dry
5 fuelmc_c = 1.00, ! canopy fuel moisture, set = 0 for dry
6 nfuelcats = 13, ! number of fuel categories used
7 no_fuel_cat = 14 ! extra category for no fuel
12 '1: Short grass (1 ft)',
13 '2: Timber (grass and understory)',
14 '3: Tall grass (2.5 ft)',
15 '4: Chaparral (6 ft)',
17 '6: Dormant brush, hardwood slash',
19 '8: Closed timber litter',
21 '10: Timber (litter + understory)',
22 '11: Light logging slash',
23 '12: Medium logging slash',
24 '13: Heavy logging slash',
26 windrf= 0.36, 0.36, 0.44, 0.55, 0.42, 0.44, 0.44,
27 0.36, 0.36, 0.36, 0.36, 0.43, 0.46, 1e-7
28 fgi = 0.166, 0.896, 0.674, 3.591, 0.784, 1.344, 1.091, 1.120, 0.780, 2.692, 2.582, 7.749, 13.024, 1.e-7,
29 fueldepthm=0.305, 0.305, 0.762, 1.829, 0.61, 0.762, 0.762,
30 0.061, 0.061, 0.305, 0.305, 0.701, 0.914, 0.305,
31 savr = 3500., 2784., 1500., 1739., 1683., 1564., 1562.,
32 1889., 2484., 1764., 1182., 1145., 1159., 3500.,
33 fuelmce = 0.12, 0.15, 0.25, 0.20, 0.20, 0.25, 0.40,
34 0.30, 0.25, 0.25, 0.15, 0.20, 0.25, 0.12,
35 fueldens = 32.,32.,32.,32.,32.,32.,32. ,
36 32.,32.,32.,32.,32.,32.,32. , ! 32 if solid, 19 if rotten
37 st = 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555,
38 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555,
39 se = 0.010, 0.010, 0.010, 0.010, 0.010, 0.010, 0.010,
40 0.010, 0.010, 0.010, 0.010, 0.010, 0.010, 0.010,
41 ! ----- Notes on weight: (4) - best fit of Latham data;
42 ! (5)-(7) could be 60-120; (8)-(10) could be 300-1600;
43 ! (11)-(13) could be 300-1600
44 weight = 7., 7., 7., 180., 100., 100., 100.,
45 900., 900., 900., 900., 900., 900., 7. ,
46 ! !----- 1.12083 is 5 tons/acre. 5-50 tons/acre orig., 100-300 after blowdown
47 ! fci_d = 0., 0., 0., 1.123, 0., 0., 0.,
48 ! 1.121, 1.121, 1.121, 1.121, 1.121, 1.121, 0.,
49 ! fct = 60., 60., 60., 60., 60., 60., 60.,
50 ! 60., 120., 180., 180., 180., 180. , 60.,
51 ! ichap = 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
53 ! fuel loading 1-h, 10-h, 100-h, 1000-h, live following Albini 1976 as reprinted in Anderson 1982 Table 1
54 ! for relative proportions between classes only
55 ! 1 2 3 4 5 6 7 8 9 10 11 12 13
56 fgi_1h = 0.74, 2.00, 3.01, 5.01, 1.00, 1.50, 1.13, 1.50, 2.92, 3.01, 1.50, 4.01, 7.01,
57 fgi_10h = 0.000, 1.00, 0.00, 4.01, 0.50, 2.50, 1.87, 1.00, 0.41, 2.00, 4.51, 14.03, 23.04,
58 fgi_100h = 0.000, 0.50, 0.00, 2.00, 0.00, 2.00, 1.50, 2.50, 0.15, 5.01, 5.51, 16.53, 28.05,
59 fgi_1000h = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
60 fgi_live = 0.000, 0.50, 0.000, 5.01, 2.00, 0.00, 0.37, 0.00, 0.00, 2.00, 0.00, 2.3, 0.00
64 ! Fuel moisture model coefficients to experiment with different models.
65 ! Can be omitted, then the defaults in the code are used.
67 moisture_class_name= '1-h','10-h','100-h','1000-h','Live', ! identification to be printed
68 drying_model= 1, 1, 1, 1, 1, ! number of model - only 1= equilibrium moisture Van Wagner (1972) per Viney (1991) allowed
69 drying_lag= 1, 10, 100, 1000, 1e9, ! so-called 10hr and 100hr fuel
70 wetting_model= 1, 1, 1, 1, 1, ! number of model - only 1= allowed at this moment
71 wetting_lag= 1.4, 14.0, 140.0, 1400.0, 1e9, ! 10-h lag callibrated to VanWagner&Pickett 1985, Canadian fire danger rating system, rest by scaling
72 saturation_moisture= 2.5, 2.5, 2.5, 2.5, 2.5, ! ditto
73 saturation_rain = 8.0, 8.0, 8.0, 8.0, 8.0, ! stronger rain than this (mm/h) does not make much difference.
74 rain_threshold = 0.05, 0.05, 0.05, 0.05, 0.05,! mm/h rain too weak to wet anything.
75 fmc_gc_initialization= 2, 2, 2, 2, 3,! 0: from wrfinput, 1:from fuelmc_g, 2: from equilibrium, 3: from fmc_1h,...,fmc_live
76 fmc_1h = 0.08, ! as in fuelmc_g, used only if fmc_gc_initialization(1) = 3
77 fmc_10h = 0.08, ! as in fuelmc_g, used only if fmc_gc_initialization(2) = 3
78 fmc_100h = 0.08, ! as in fuelmc_g, used only if fmc_gc_initialization(3) = 3
79 fmc_1000h = 0.08, ! as in fuelmc_g, used only if fmc_gc_initialization(4) = 3
80 fmc_live = 0.30, ! Completely cured, used only if fmc_gc_initialization(5) = 3