grass_fuel_moisture {cffdrs}R Documentation

Moisture content Calculation

Description

Calculation of moisture content for use in the GFMC calculation

Usage

grass_fuel_moisture(
  temp,
  rh,
  ws,
  prec,
  isol,
  GFMCold,
  roFL = 0.3,
  time.step = 1
)

Arguments

temp

Temperature

rh

Relative Humidity

ws

Wind Speed

prec

Precipitation

isol

Insolation

GFMCold

Yesterdays Grass Foliar Moisture Content

roFL

The nominal fuel load of the fine fuel layer, default is 0.3 kg/m^2

time.step

Time step (hour) [default 1 hour]

See Also

gfmc


[Package cffdrs version 1.9.0 Index]