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

View source: R/Ensembles.R

driversSR Documentation

Models fire behaviour across ranged variables using species specific details Discontinued function

Description

Models fire behaviour across ranged variables using species specific details Discontinued function

Usage

driversS(
  base.params,
  a,
  db.path = "out_mc.db",
  jitters,
  windMin,
  windReps,
  windStep,
  moistureMultiplier,
  moistureSD,
  moistureRange,
  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

jitters

Number of repetitions for each row in the weather table

windMin

Lowest wind velocity tested (km/h)

windReps

Number of wind speeds tested

windStep

Gap (km/h) between wind steps

moistureMultiplier

Multiplies all LFMC values by this number

moistureSD

Standard deviation of moisture

moistureRange

Truncates variability by +/- mean * range

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


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