Skip to content

Commit 7b05ffb

Browse files
committed
fix format_temperature
1 parent 589c200 commit 7b05ffb

4 files changed

+12
-3
lines changed

R/format_temperature.R

+2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
#'
66
#' @param ncdf_grid Default = NULL. output from process_temperature.
77
#' @param model Default = NULL. String for climate model that generates the ncdf file. Options: 'wrf' or 'cmip'.
8+
#' @param time_periods Default = NULL. Integer vector for selected time periods to process. If not specified, set to GCAM periods seq(2020, 2100, 5).
89
#' @param to_year Default = NULL. Integer for the time step the design year/representative year is for.
910
#' @importFrom magrittr %>%
1011
#' @importFrom data.table :=
1112
#' @export
1213

1314
format_temperature <- function(ncdf_grid = NULL,
1415
model = NULL,
16+
time_periods = NULL,
1517
to_year = NULL) {
1618

1719

man/format_temperature.Rd

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/hdcd.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/process_temperature.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)