
Original Wind Extension
OriginalWind.RdOriginal Wind Extension
References
LANDIS-II Original Wind v4.1 Extension User Guide https://github.com/LANDIS-II-Foundation/Extension-Base-Wind/blob/master/docs/LANDIS-II%20Original%20Wind%20v4%20User%20Guide.pdf
See also
Helpers that prepare inputs for this extension:
prepWindEventParametersTable().
Other Original Wind helpers:
defaultWindSeverities(),
insertWindEventParametersTable(),
insertWindSeverities(),
prepWindEventParametersTable()
Super class
LandisExtension -> OriginalWind
Active bindings
WindEventParametersTabledata.framewith columnsEcoregion,MaxSize,MeanSize,MinSize,WindRotationPeriod.WindSeveritiesdata.framewith columnsSeverity,LowerAge,UpperAge,MortalityProbability.MapNamesCharacter. File pattern for writing outputs to disk; must contain
{timestep}.SummaryLogFileCharacter. Relative file path.
EventLogFileCharacter. Relative file path.
output_filesCharacter vector of output files (relative paths from the scenario directory) that this extension is expected to produce at run time. Subclasses override this to return their extension-specific log files, event CSVs, etc. These paths are collected by
scenario()and written tooutput_manifest.txtsotar_landis()can track them explicitly without relying onlist.files()discovery.Map files whose names depend on the timestep (e.g.
BiomassC-10.tif) are NOT included here; they are discovered bytar_landis()'soutput_dirscan instead.
Methods
Inherited methods
OriginalWind$new()
Usage
OriginalWind$new(
path,
Timestep = NULL,
WindEventParametersTable = NULL,
WindSeverities = NULL,
MapNames = NULL,
SummaryLogFile = "wind/summary-log.csv",
EventLogFile = "wind/event-log.csv"
)Arguments
pathCharacter. Directory path.
TimestepInteger.
WindEventParametersTabledata.framewith columnsEcoregion,MaxSize,MeanSize,MinSize,WindRotationPeriod(seeprepWindEventParametersTable()).WindSeveritiesdata.framewith columnsSeverity,LowerAge,UpperAge,MortalityProbability; rows must be ordered by decreasingSeverity. Defaults todefaultWindSeverities().MapNamesCharacter. File pattern for writing outputs to disk; must contain
{timestep}.SummaryLogFileCharacter. Relative file path.
EventLogFileCharacter. Relative file path.