conDrivers: Models fire behaviour across defined slopes and DFMCs, with...

conDriversR Documentation

Models fire behaviour across defined slopes and DFMCs, with varied plants and random winds and within a defined range

Description

Private function under development

Usage

conDrivers(
  base.params,
  db.path = "out_mc.db",
  replicates,
  windMin,
  windMax,
  slopes = c(0, 10),
  DFMCs = c(0.05, 0.1, 0.15),
  moistureMultiplier,
  moistureSD,
  moistureRange,
  heightSD,
  heightRange,
  leafVar,
  updateProgress = NULL
)

Arguments

base.params

Input parameter file

db.path

Name of the exported database

replicates

Number of wind replicates per slope/DFMC combination

windMin

Lowest wind velocity tested (km/h)

windMax

Maximum wind velocity tested (km/h)

slopes

A string of slope values to be tested

DFMCs

A string of dead fuel moisture values to be tested

moistureMultiplier

Multiplies all LFMC values by this number

moistureSD

Standard deviation of moisture

moistureRange

Truncates variability by +/- mean * range

heightSD

Standard deviation of plant height

heightRange

Truncates variability by +/- mean * range

leafVar

Variation around input leaf dimensions, equivalent to l

updateProgress

Progress bar for use in the dashboard


pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.