Difference between revisions of "WRF-Fire support"
Jump to navigation
Jump to search
Email
(→Email) |
(→Email: link to download) |
||
Line 4: | Line 4: | ||
* Identify the version (WRF version if from the WRF release, the first line of the output of <code>git log</code> if your code is from the git repository) | * Identify the version (WRF version if from the WRF release, the first line of the output of <code>git log</code> if your code is from the git repository) | ||
− | * Make sure you test the issue first on the code exactly as you have received it and the code version is up to date. If you obtained the code by git ''(highly recommended)'' | + | * Make sure you test the issue first on the code exactly as you have received it and the code version is up to date. If you obtained the code by [[git]] ''(highly recommended)'' as described in [[How to get WRF-Fire]], |
** <code>git diff</code> should return no output | ** <code>git diff</code> should return no output | ||
** please verify that you are on the latest commit on the master branch from the repository. | ** please verify that you are on the latest commit on the master branch from the repository. |
Revision as of 03:56, 24 May 2010
Questions regarding WRF-Fire can be sent to wrffirehelp@openwfm.org. This email address is forwarded to the developers. When you write us, please:
- Identify the version (WRF version if from the WRF release, the first line of the output of
git log
if your code is from the git repository) - Make sure you test the issue first on the code exactly as you have received it and the code version is up to date. If you obtained the code by git (highly recommended) as described in How to get WRF-Fire,
git diff
should return no output- please verify that you are on the latest commit on the master branch from the repository.
- Recompile the code from scratch after typing
clean -a
first - Send us sufficient information to identify and reproduce the problem if needed (output of wrf compilation, namelist.input, output of wrf run)
Mailing list
For further support, WRF-Fire announcements, questions, and discussions, please subscribe to the WRF-Fire mailing list at http://mailman.ucar.edu/mailman/listinfo/wrf-fire.
Wiki
We welcome contributions and discussion on the pages of this wiki. Please see the Main Page how to get an account. Talk:WRF-Fire is recommended for discussions regarding future developments of WRF-Fire.