Skip to content

Commit

Permalink
Merge pull request #70 from geco-bern/add-ppfd-patm-to-cru
Browse files Browse the repository at this point in the history
Add ppfd and patm computation to CRU
  • Loading branch information
stineb authored Dec 20, 2024
2 parents 2765149 + 1c0e3e3 commit 845dc95
Show file tree
Hide file tree
Showing 25 changed files with 1,312 additions and 291 deletions.
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,22 @@ Imports:
tidyselect,
multidplyr,
readr,
hwsdr,
terra,
stringr,
ncdf4,
signal,
sf,
MODISTools,
data.table
data.table,
magrittr,
climate,
raster,
sp
Remotes:
bczernecki/climate
LazyData: true
ByteCompile: true
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Suggests:
ggplot2,
rmarkdown,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(calc_daily_solar)
export(calc_patm)
export(calc_tgrowth)
export(calc_vp)
Expand Down
Loading

0 comments on commit 845dc95

Please sign in to comment.