Dynamic Fire System Extension
DynamicFire.RdDynamic Fire System Extension
Dynamic Fire System Extension
References
LANDIS-II Dynamic Fire System Extension v4 User Guide https://github.com/LANDIS-II-Foundation/Extension-Dynamic-Fire-System/blob/master/docs/LANDIS-II%20Dynamic%20Fire%20System%20v4%20User%20Guide.pdf
Super class
landisutils::LandisExtension -> DynamicFire
Active bindings
EventSizeTypeCharacter. One of "size_based" or "duration_based".
BuildUpIndexLogical, or character indicating "yes" or "no".
WeatherRandomizer(Optional) Integer
[0,4]controlling the strength of the linkage between fire size/duration distribution and weather distribution.FireSizesTabledata.frame.InitialFireEcoregionsMapCharacter. Relative file path.
DynamicEcoregionTabledata.frame.GroundSlopeFileCharacter. Relative file path.
UphillSlopeAzimuthMapCharacter. Relative file path.
SeasonTabledata.frame.InitialWeatherDatabaseCharacter. Relative file path.
DynamicWeatherTabledata.frame.FuelTypeTabledata.frame.SeverityCalibrationFactorNumeric.
FireDamageTabledata.frame.MapNamesCharacter. File pattern for writing outputs to disk.
LogFileCharacter. Relative file path.
SummaryLogFileCharacter. Relative file path.
Methods
Inherited methods
Method new()
Usage
DynamicFire$new(
path,
Timestep = 10,
EventSizeType = NULL,
BuildUpIndex = NULL,
WeatherRandomizer = NULL,
FireSizesTable = NULL,
InitialFireEcoregionsMap = NULL,
DynamicEcoregionTable = NULL,
GroundSlopeFile = NULL,
UphillSlopeAzimuthMap = NULL,
SeasonTable = NULL,
InitialWeatherDatabase = NULL,
DynamicWeatherTable = NULL,
FuelTypeTable = NULL,
SeverityCalibrationFactor = NULL,
FireDamageTable = NULL,
MapNames = NULL,
LogFile = "fire/log.csv",
SummaryLogFile = "fire/summary-log.csv"
)Arguments
pathCharacter. Directory path.
TimestepInteger.
EventSizeTypeCharacter. One of "size_based" or "duration_based".
BuildUpIndexLogical, or character indicating "yes" or "no".
WeatherRandomizerInteger
[0, 4].FireSizesTabledata.frame.InitialFireEcoregionsMapCharacter. Relative file path.
DynamicEcoregionTabledata.frame.GroundSlopeFileCharacter. Relative file path.
UphillSlopeAzimuthMapCharacter. Relative file path.
SeasonTabledata.frame.InitialWeatherDatabaseCharacter. Relative file path.
DynamicWeatherTabledata.frame.FuelTypeTabledata.frame.SeverityCalibrationFactordata.frame.FireDamageTabledata.frame.MapNamesCharacter. File pattern for writing outputs to disk.
LogFileCharacter. Relative file path.
SummaryLogFileCharacter. Relative file path.