source: lmdz_wrf/WRFV3/test/em_fire/namelist.fire @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 2.5 KB
Line 
1&fuel_scalars                      ! scalar fuel constants
2cmbcnst  = 17.433e+06,             ! J/kg combustion heat dry fuel
3hfgl     = 17.e4 ,                 ! W/m^2 heat flux to ignite canopy
4fuelmc_g = 0.08,                   ! ground fuel moisture, set = 0 for dry
5!jc fuelmc_g = 0.09,                   ! ground fuel moisture, set = 0 for dry
6fuelmc_c = 1.00,                   ! canopy fuel moisture, set = 0 for dry
7nfuelcats = 13,                    ! number of fuel categories used
8no_fuel_cat = 14                   ! extra category for no fuel
9/
10
11&fuel_categories                 
12 fuel_name =
13'1: Short grass (1 ft)',
14'2: Timber (grass and understory)',
15'3: Tall grass (2.5 ft)',
16'4: Chaparral (6 ft)',
17'5: Brush (2 ft) ',
18'6: Dormant brush, hardwood slash',
19'7: Southern rough',
20'8: Closed timber litter',
21'9: Hardwood litter',
22'10: Timber (litter + understory)',
23'11: Light logging slash',
24'12: Medium logging slash',
25'13: Heavy logging slash',
26'14: no fuel'
27 windrf= 0.36, 0.36, 0.44,  0.55,  0.42,  0.44,  0.44,
28         0.36, 0.36, 0.36,  0.36,  0.43,  0.46, 1e-7
29 fgi =  0.166, 0.897, 0.675, 2.468, 0.785, 1.345, 1.092,
30!jc fgi=  0.166, 0.897, 1.076, 2.468, 0.785, 1.345, 1.092
31        1.121, 0.780, 2.694, 2.582, 7.749, 13.024, 1.e-7,
32 fueldepthm=0.305, 0.305, 0.762, 1.829, 0.61,  0.762, 0.762,
33            0.061, 0.061, 0.305, 0.305, 0.701, 0.914, 0.305,
34 savr = 3500., 2784., 1500., 1739., 1683., 1564., 1562., 
35        1889., 2484., 1764., 1182., 1145., 1159., 3500.,
36 fuelmce = 0.12, 0.15, 0.25, 0.20, 0.20, 0.25, 0.40, 
37           0.30, 0.25, 0.25, 0.15, 0.20, 0.25, 0.12, 
38 fueldens = 32.,32.,32.,32.,32.,32.,32. ,
39            32.,32.,32.,32.,32.,32.,32. , ! 32 if solid, 19 if rotten
40 st = 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555,
41      0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555, 0.0555,
42 se = 0.010, 0.010, 0.010, 0.010, 0.010, 0.010, 0.010,
43      0.010, 0.010, 0.010, 0.010, 0.010, 0.010, 0.010,
44 ! ----- Notes on weight: (4) - best fit of Latham data;
45 !                 (5)-(7) could be 60-120; (8)-(10) could be 300-1600;
46 !                 (11)-(13) could be 300-1600
47 weight = 7.,  7.,  7., 180., 100., 100., 100., 
48         900., 900., 900., 900., 900., 900., 7. ,
49! !----- 1.12083 is 5 tons/acre.  5-50 tons/acre orig., 100-300 after blowdown
50! fci_d = 0., 0., 0., 1.123, 0., 0., 0., 
51!      1.121, 1.121, 1.121, 1.121, 1.121, 1.121, 0.,
52! fct = 60., 60., 60., 60., 60., 60., 60., 
53!      60., 120., 180., 180., 180., 180. , 60.,
54! ichap = 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
55 /
56
57
58
Note: See TracBrowser for help on using the repository browser.