Skip to content

Commit

Permalink
added news file
Browse files Browse the repository at this point in the history
  • Loading branch information
stineb committed Oct 31, 2024
1 parent a82d268 commit a3aa60f
Show file tree
Hide file tree
Showing 11 changed files with 148 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: FluxDataKit
Title: Flux Data Kit
Version: 3.1
Version: 3.4
Authors@R: c(
person(
family = "Hufkens",
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# FluxDataKit v3.4

- Complemented site info file with vegetation height, measurement height, mean annual temperature (`mat`) and mean annual precipitation over potential evapotranspiration (`p_over_pet`).
- Revised site info file: classification into vegetation zones.

# Previous versions

- No descriptions available.
2 changes: 1 addition & 1 deletion R/fdk_format_drivers.R
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ fdk_format_drivers <- function(
# construct the final driver file
# first join in the site info data
df_drivers <- site_info |>
dplyr::select(sitename, lon, lat, elv, whc) |>
dplyr::select(sitename, lon, lat, elv, whc, canopy_height, reference_height) |>
dplyr::group_by(sitename) |>
tidyr::nest() |>
dplyr::rename(
Expand Down
4 changes: 1 addition & 3 deletions analysis/02_batch_format_rsofun_drivers.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ driver_data <- lapply(sites$sitename, function(site){
# bind all tibbles into one big tibble
driver_data <- dplyr::bind_rows(driver_data)

# wr

ite all drivers to file
# write all drivers to file
# apply compression to minimize space
saveRDS(
driver_data,
Expand Down
28 changes: 28 additions & 0 deletions man/fdk_impute_knn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions man/fdk_site_fullyearsequence.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/interpolate2daily_CO2_F_MDS.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/interpolate2daily_PA_F.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/interpolate2daily_TA_F_MDS.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/interpolate2daily_WS_F.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/interpolate2daily_fpar.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3aa60f

Please sign in to comment.