From 84051d17c03feaa4feb07165ef251be78f38db56 Mon Sep 17 00:00:00 2001 From: ZacharyRobbins Date: Wed, 17 Mar 2021 14:05:57 -0400 Subject: [PATCH] Added citations as to source of FWI calculations Added citation for FWI calculations. This is what is cited in the dynamic fire extension, which is the source for this code. --- src/FireClimate.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/FireClimate.cs b/src/FireClimate.cs index aca533c..555a79f 100644 --- a/src/FireClimate.cs +++ b/src/FireClimate.cs @@ -1,4 +1,13 @@ // Authors: Amin Almassian, Robert M. Scheller, John McNabb, Melissa Lucash, Vincent Schuster +// Derived from +// Forestry Canada Fire Danger Group 1992. Development and structure of +// the Canadian Forest Fire Behavior Prediction System. Forestry +// Canada, Science and Sustainable Development Directorate, +// Information Report ST-X-3, Ottawa, Ontario, Canada. +// +// Van Wagner, C. E. 1987. Development and structure of the Canadian +// Forest Fire Weather Index System. Canadian Forest Service, Ottawa, +// Ontario. Forestry Technical Report 35. using System; using System.Collections.Generic;