Merge pull request #22 from wirc-sjsu/develop-w21
[WRF-Fire-merge.git] / test / em_fire / moisture / readme.txt
blobd791c92fa5e299f581c1a251a8ad9d2535187d9b
1 To set initial  moisture:
3 1. set in namelist_input
5  fmoist_run = .false.,  
6  fmoist_interp = .true., 
8 2. run ideal.exe or real.exe
10 3. start matlab in the fire_em directory, or cd to fire_em and run startup
11 to set the path
13 4. prepare in matlab the desired values  array x size (n1,n2,5) and run
14 ncreplace('wrfinput_d01','FMC_GC',x)
16 5. run ./wrf.exe 
18 To use constant moisture in some moisture class: set in namelist.fire
19 drying_lag and wetting lag to a large number, such as 1e10
21 The proportions of moisture classes in fuel categories are in the arrays
22 fmc_gw01,..., fmc_gw05 in namelist.fire