Difference between revisions of "WRF-Fire support"

From openwfm
Jump to navigation Jump to search
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.
+
* 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)''
* If you obtain the code by git ''(highly recommended)''
 
 
** <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 15:42, 4 April 2010

Email

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)
    • 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.