Merge pull request #22 from wirc-sjsu/develop-w21
[WRF-Fire-merge.git] / test / em_fire / README.txt
blob622489d3157e472ca22a6363529f775400248d2b
1 ifire=1:
2 All files to run fire test cases are in this directory em_fire.
3 The files necessary for running the hill_simple case are linked directly 
4 in this directory.
6 Subdirectories for the other test cases and the links necessary for
7 running the test cases there are created by the script create_links.sh,
8 which is executed when running ./compile em_fire in the top level WRF 
9 directory, The subdirectories are destroyed when running ./clean -a.
11 If you want to make your own test case, you will simply need to 
12 create the files namelist.input and input_sounding that will
13 correspond to your case (best by modifying a copy from another case).
15 ifire=2:
16 The fire test problems are in subdirectories. At the moment, these include
18 rain_1
19 two_fires_1
20 fireflux
22 If you want to make your own test case subdirectory, all you need to do 
23 is to create soft links for ideal.exe and wrf.exe pointing the the parent 
24 directory, and to create the files namelist.input and input_sounding 
25 (best by modifying a copy from another subdirectory).
27 Do not just copy one of the existing subdirectories, the soft links might not 
28 be copied properly.