jbeezley / wrf-fire
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
svnbranch
Jonathan Beezley (committer)
Wed Nov 05 18:49:00 -0800 2008
wrf-fire /
| name | age | message | |
|---|---|---|---|
| |
README.txt | ||
| |
env.csh | ||
| |
env.sh | ||
| |
wrfv2_fire/ |
README.txt
See documentation in 'doc' directory for more information.
BRANCHES
The repository contains these main branches:
* master : stable branch
*
*
*
RUNNING
Make sure you source either env.sh (for sh shells)
or env.csh (for csh shells) to set up environment
variables for building. Then,
cd wrfv2_fire
./configure # select an option for building
./compile em_fire &> compile.log
This will take a while. Make sure that compile.log contains
no errors. ("grep Error compile.log" shouldn't return anything).
Finally, run the code with:
cd test/em_fire
./run_me_first.csh
./wrf.exe

