-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
73 lines (73 loc) · 2.93 KB
/
Copy pathDESCRIPTION
File metadata and controls
73 lines (73 loc) · 2.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: rfaR
Title: RMC Reservoir Frequency Analysis in R
Version: 0.5.1
Authors@R: c(
person("Daniel", "McGraw", , "daniel.e.mcgraw@usace.army.mil",
role = c("aut", "cre"),
comment = c("P.E., USACE RMC", ORCID = "0009-0006-4859-0179")),
person("Andrew", "Verdin", , "andrew.p.verdin@usace.army.mil",
role = "aut",
comment = c("PhD, P.H., USACE RMC", ORCID = "0000-0003-1967-9626")),
person("C. Haden", "Smith", , "cole.h.smith@usace.army.mil",
role = "aut",
comment = c("P.E., USACE RMC", ORCID = "0000-0002-4651-9890")),
person("Allen", "Avance", , "allen.avance@usace.army.mil",
role = "ctb", comment = "P.E., USACE RMC"),
person("Samantha", "Hartke", , "samantha.h.hartke@usace.army.mil",
role = "ctb",
comment = c("PhD, USACE RMC", ORCID = "0000-0002-0239-4723")),
person("Julian", "Gonzalez", , "julian.t.gonzalez@usace.army.mil",
role = "ctb",
comment = c("USACE RMC", ORCID = "0009-0009-9058-7653")),
person("Sadie", "Niblett", , "sadie.s.niblett@usace.army.mil",
role = "rev",
comment = c("USACE RMC", ORCID = "0009-0008-8588-4816")),
person("Reuben", "Sasaki", , "reuben.a.sasaki@usace.army.mil",
role = "rev", comment = "P.E., USACE RMC"),
person("Bryan", "Robinson", , "bryan.j.robinson@usace.army.mil",
role = "rev", comment = "P.E., USACE RMC"))
Description: An R implementation of the U.S. Army Corps of Engineers (USACE)
Risk Management Center-Reservoir Frequency Analysis (RMC-RFA) methodology/software.
This package produces reservoir stage-frequency curves with uncertainty bounds
by combining deterministic flood routing (Modified Puls method) with a nested
Monte Carlo framework. The outer loop quantifies knowledge uncertainty in inflow
volume frequency distributions, while the inner loop simulates natural variability
across thousands of flood events. Uncertain variables include inflow volume,
flood hydrograph shape, seasonal occurrence, and antecedent reservoir stage.
The resulting stage-frequency curves provide critical hydrologic hazard
assessment data for dam safety risk analyses, enabling evaluation of loading
parameters (stage, discharge, duration) and their associated annual exceedance
probabilities.
Nickname: Friday
License: file LICENSE
URL: https://github.com/USACE-RMC/rfaR, https://usace-rmc.github.io/rfaR/
BugReports: https://github.com/USACE-RMC/rfaR/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1)
LazyData: true
Suggests:
gt,
knitr,
rmarkdown,
scales,
testthat (>= 3.0.0),
dplyr,
tidyr,
kableExtra,
patchwork,
ggsci
VignetteBuilder: knitr
Imports:
cli,
future,
future.apply,
ggplot2,
lmom,
lubridate,
progressr,
zoo
Config/testthat/edition: 3
Config/Needs/website: rmarkdown