Skip to content

Commit

Permalink
href swtich around
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKusch committed Jun 25, 2024
1 parent 571ec1e commit b2ccee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/CDownloadS.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Downloading Data from ECMWF Climate Data Store
#'
#' This function is used to obtain data from the \href{Climate Data Store}{https://cds.climate.copernicus.eu/#!/home} hosted by the \href{Copernicus Climate Change Service (C3S)}{https://cds.climate.copernicus.eu/about-c3s}. By default, this function breaks down download calls into intervals so as to avoid submitting queries which fail, downloads queried data from \href{ECMWF}{https://www.ecmwf.int/} servers according to user-specification, and fuses the downloaded files together according to user-demands. The actual time to download is dependent on ECMWF download queues. Users need an \href{API key}{https://cds.climate.copernicus.eu/api-how-to} for download staging and accept terms and conditions for the specific queried dataset(s).
#' This function is used to obtain data from the \href{https://cds.climate.copernicus.eu/#!/home}{Climate Data Store (CDS)} hosted by the \href{https://cds.climate.copernicus.eu/about-c3s}{Copernicus Climate Change Service (C3S)}. By default, this function breaks down download calls into intervals so as to avoid submitting queries which fail, downloads queried data from \href{https://www.ecmwf.int/}{ECMWF} servers according to user-specification, and fuses the downloaded files together according to user-demands. The actual time to download is dependent on ECMWF download queues. Users need an \href{https://cds.climate.copernicus.eu/api-how-to}{API key} for download staging and accept terms and conditions for the specific queried dataset(s).
#'
#' @param Variable Character. Desired variable from queried dataset. See \code{\link{Meta.Variables}} for options per dataset.
#' @param CumulVar Logical. Some ECMWF CDS data is recorded in cumulative steps per hour/month from the 00:00 time mark per day. Setting CumulVar to TRUE converts these into records which represent the total records per hour using the \code{\link{Temporal.Cumul}} function. Monthly cumulative records express the average daily total value. Setting this argument to TRUE multiplies monthly records by the number of days per the respective month(s) to get to total records instead of average. Default is FALSE. This argument can only be set to TRUE for cumulatively recorded variables. See \code{\link{Meta.Variables}} for an overview of which variables at recorded cumulatively per dataset.
Expand Down
2 changes: 1 addition & 1 deletion man/CDownloadS.Rd

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

0 comments on commit b2ccee2

Please sign in to comment.