temprsim: Extracts temperature sequence for POT events

Description Usage Arguments Value Examples

Description

Extracts temperature sequence for POT events

Usage

1
2
temprsim(pathmain = NULL, incondFt, incondWt, incondSpt, incondSt, durt, tm,
  writeResults = FALSE, PDFplots = FALSE)

Arguments

pathmain

path to files , not needed if writeResults=FALSE

incondFt, incondWt, incondSpt, incondSt

dataframes that contain the POT for each season, not needed if writeResults=TRUE

durt

critical duration in hours

tm

dataframe of temperature data with 1 hour timestep with columns Date "%d/%m/%Y", time=%H:%M:%S" and value)

Value

returns csv files that contain temperature series for POT events

Examples

1
2
3
4
## Not run: 
h1=temprsim(incondFt=b$ntp1F,incondWt=b$ntp1W,incondSpt=b$ntp1Sp,incondSt=b$ntp1S,durt=24,tm,writeResults=FALSE,PDFplots=FALSE)

## End(Not run)

valeriyafilipova/StochasticPQRUT documentation built on May 26, 2019, 5:34 a.m.