Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/FireClimate.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down