forked from vilnat/microclimf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.44 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
Package: microclimf
Type: Package
Title: Fast above, below or within canopy gridded microclimate modelling with R
Version: 0.1.0
Authors@R: c(
person("Ilya", "Maclean", email = "[email protected]", role = "cre"))
Maintainer: Ilya M. D. Maclean <[email protected]>
Description: The functions in the microclimf package contain tools for
fast modelling of the mechanistic processes that govern below or above canopy
microclimate on gridded data. It builds on the microclima and microclimc packages, but
contains all the functions needed to run the model in isolation, with no other
microclimate package dependancies. A simplified means of estimating soil temperatures is
included, eliminating the need to run the model in time-steps. In consequences calculations
are performed simultaniously on all grid cells and over all time-increments. The models
can be run either in hourly or in daily time-increments, the latter quicker with with lower
memory requirements. In interpolation method to derive hourly estimates from daily data is
also included.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports: ncdf4,
sf,
sp,
terra,
stats,
abind,
zoo,
stats
Suggests:
knitr,
rmarkdown,
plotly
VignetteBuilder: knitr
URL: https://github.com/ilyamaclean/microclimf
BugReports: http://github.com/microclimf/issues
Depends:
R (>= 2.10)
Config/testthat/edition: 3