Fire code in WRF release

From openwfm
Jump to navigation Jump to search

This page tracks the code as released with WRF under the name WRF-Fire.

WRF 3.2

Code version of 19 Feb 2010 was released with WRF 3.2 on April, 2 2010.

WRF 3.3

The code we submitted for the WRF release was the version of Nov 20, 2010 with the bug fix of Jan 17, 2011. The fire module files released in WRF 3.3 on April 6, 2011 were modified at NCAR from the submitted version.

Differences from the submitted code

Scroll down for line-by-line list of differences. Removed lines are colored red and marked with -. Added lines are colored green and marked with +.
  • The wind reduction factors feature was removed [1] [2]. This in effect limits the code to ideal runs with a single fuel.
  • Comments were removed and replaced [3] [4] [5] [6] [7], plus a number of smaller edits.
  • Small (max about 1%) changes to default values of fuel data variables [8]
  • Several variables were renamed [9] [10].
  • Spread rate was changed in two cases [11] [12] by effectively counting the zero-wind rate twice later on [13] [14].
  • Identification of the git commit the files come from was deleted [15] [16].
  • The examples were replaced.
  • Routine software engineering changes: ONLY was added to USE statements [17] [18] [19] [20] [21] [22]

Compare with WRF-Fire mailing list post of April 7, 2011, announcing the changes in the code in the WRF release.

How was the comparison obtained

To track the files, we have created the branch branch WRF_release in our git repository, starting from the files as submitted. One bug fix was applied, giving the final version submitted for the WRF release. We have then copied over separately the fire module files from the WRF 3.3 release at http://www.mmm.ucar.edu/wrf/src/WRFV3.3.TAR.gz, giving the comparison of the fire module files above. Finally, the rest of the files in the WRF release was copied over in order to get the final files in the release.

Resulting changes in the model description paper

Resulting changes in the Users Guide

  • Since the guide distributed as appendix in WRF Users's Guide is not updated to the current code, the fire code Users Guide was moved to the openwfm.org wiki in August 2011. This also made it possible to grow the guide by the existing wiki howtos reused as chapters.

WRF 3.4

We did not submit a new version of the fire code for WRF 3.4, released on April 6, 2012.

The only differences in the fire module files between the 3.3 and 3.4 releases are due to routine software maintenance done at NCAR:

  • More variables were added [23] to the fire_sfire package description in file registry.fire, to save space when WRF is compiled without the fire option.
  • Some uninitialized variables were corrected [24] [25] [26] in dead code left over from experiments in 2008 and 2010. Following up, we have cleaned up the dead code in our repository.

To track the changes in the code in the WRF release, we have copied the fire module code from WRF 3.4 over the files in branch WRF_release. To keep tracking in future, we have then copied the rest of the files from the WRF release in branch WRF_release.

WRF 3.5

We did not submit a new version of the fire code for 3.5 release. The only change in the fire code in this release were done at NCAR and consisted of renaming of SFIRE to FIRE everywhere, including all file names, subroutine names, and message strings.

See also