driversRand: Models fire behaviour across ranged variables using species...

View source: R/Ensembles.R

driversRandR Documentation

Models fire behaviour across ranged variables using species specific details

Description

Models fire behaviour across ranged variables using species specific details

Usage

driversRand(
  base.params,
  a,
  db.path = "out_mc.db",
  replicates,
  windMin,
  windReps,
  windStep,
  slopes,
  DFMCs,
  moistureMultiplier,
  moistureSD,
  moistureRange,
  temperature,
  Variation,
  leafVar,
  updateProgress = NULL
)

Arguments

base.params

Input parameter file

a

A unique identifier for the record being run

db.path

Name of the exported database

windMin

Lowest wind velocity tested (km/h)

windReps

Number of wind speeds tested

windStep

Gap (km/h) between wind steps

slopes

List of slope values for testing

DFMCs

List of DFMC values for testing

moistureMultiplier

Multiplies all LFMC values by this number

moistureSD

Standard deviation of moisture

moistureRange

Truncates variability by +/- mean * range

temperature

Standardised air temperature for the test

Variation

A database of plant variability in traits, with the fields: record - a unique, consecutively numbered identifier per site species - the name of the species, which will call trait data from 'default.species.params' stratum - numeric value from 1 to 4, counting from lowest stratum Hs - Standard deviation of plant height variations Hr - Truncates plant height variability by +/- Hr * height

leafVar

Variation around input leaf dimensions, equivalent to l

updateProgress

Progress bar for use in the dashboard

jitters

Number of repetitions for each row in the weather table


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