Skip to content

Commit

Permalink
guess I was testing on a site with only one var
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph committed Sep 17, 2024
1 parent 7cc137d commit a3bbfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/data.atmosphere/R/download.AmerifluxLBL.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ download.AmerifluxLBL <- function(sitename, outfolder, start_date, end_date,
}

version <- amerifluxr::amf_var_info()
version <- version[version$Site_ID == site,]$BASE_Version
version <- unique(version[version$Site_ID == site,]$BASE_Version)
if (length(version) != 1) {
PEcAn.logger::logger.error("Could not find AmerifluxLBL version info for site", site)
}
Expand Down
2 changes: 1 addition & 1 deletion modules/data.atmosphere/man/download.AmerifluxLBL.Rd

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

0 comments on commit a3bbfa4

Please sign in to comment.