-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
57 lines (57 loc) · 1.54 KB
/
DESCRIPTION
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
Package: FLAREr
Title: Forecasting Lake and Reservoir Ecosystems in R
Version: 3.0.2
Authors@R:
c(person(given = "R. Quinn",
family = "Thomas",
role = c("aut", "cre"),
email = "rqthomas@vt.edu",
comment = c(ORCID = "0000-0003-1282-7825")),
person(given = "Vahid",
family = "Daneshmand",
role = c("ctb")),
person(given = "Tadhg",
family = "Moore",
role = c("ctb")),
person(given = "Freya",
family = "Olsson",
role = c("ctb")),
person(given = "Austin",
family = "Delany",
role = c("ctb")))
Description: This package uses the Ensemble Kalman Filter (EnKF) or the Particle Filter to assimilate observations and generate forecasts of lake water quality using the General Lake Model - Aquatic Ecosystem Dynamics. The package includes functions to generate the weather and inflow forcing files, organize observations in the form required by the data assimilation, and visualize output.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
ncdf4,
dplyr,
lubridate,
readr,
mvtnorm,
yaml,
stringr,
imputeTS,
tools,
furrr,
future,
purrr,
zoo,
aws.s3,
tidyr,
tsibble,
ggplot2,
tibble,
arrow,
glue
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
remotes,
ropenmeteo
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: http://flare-forecast.org/FLAREr/