Difference between revisions of "Fire code in WRF release"

From openwfm
Jump to navigation Jump to search
(→‎List of changes: from ccm wiki)
Line 20: Line 20:
 
* Routine software engineering changes: ONLY was added to USE statements [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L2L1] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L2L798] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L3L22] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L6L1411] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L6L1337] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L6L1411]
 
* Routine software engineering changes: ONLY was added to USE statements [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L2L1] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L2L798] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L3L22] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L6L1411] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L6L1337] [https://github.com/jbeezley/wrf-fire/commit/9a4e38390e19b612be459c4aacfdfb427ca472ba#L6L1411]
  
==See also==
+
==Links==
  
* [http://www.geosci-model-dev-discuss.net/4/497/2011/gmdd-4-497-2011.html Paper] describing the code as submitted for the release
+
* [http://www.geosci-model-dev-discuss.net/4/497/2011/gmdd-4-497-2011.html Paper manuscript] describing the code as submitted for the release
* [http://mailman.ucar.edu/pipermail/wrf-fire/2011-April/000053.html WRF-Fire mailing list post] regarding the changes
+
* [http://mailman.ucar.edu/pipermail/wrf-fire/2011-April/000053.html WRF-Fire mailing list post] announcing the changes
 
* [http://www.geosci-model-dev-discuss.net/4/497/2011/gmdd-4-497-2011-discussion.html Interactive discussion] about the paper
 
* [http://www.geosci-model-dev-discuss.net/4/497/2011/gmdd-4-497-2011-discussion.html Interactive discussion] about the paper
** [http://www.geosci-model-dev-discuss.net/4/C136/2011 Comment on the paper] noting that the release may be different
+
** [http://www.geosci-model-dev-discuss.net/4/C136/2011 Comment] stating that the release may be different
 
** [http://www.geosci-model-dev-discuss.net/4/C145/2011 Reply to the comment]
 
** [http://www.geosci-model-dev-discuss.net/4/C145/2011 Reply to the comment]
 
** [http://www.geosci-model-dev-discuss.net/4/C329/2011 Summary of the differences]
 
** [http://www.geosci-model-dev-discuss.net/4/C329/2011 Summary of the differences]
 +
* [http://www.geosci-model-dev.net/4/591/2011/gmd-4-591-2011.html Final version] of the paper modified due to these changes

Revision as of 12:33, 10 July 2011

The links below lead to a web image of our repository. 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 +.

Comparison of the files

The differences in the fire module files between the submitted version and the release can be seen in this comparison.

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.

List of changes

  • 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]

Links