Difference between revisions of "Fire code in WRF release"

From openwfm
Jump to navigation Jump to search
(No difference)

Revision as of 03:45, 1 April 2012

This page tracks the fire code as released with WRF.

WRF 3.2

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

WRF 3.3

The code 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]

How was the comparison obtained

To track the files, branch WRF_release_3.3 was created in our 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 a published code description

See also