generated from ecohealthalliance/container-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor ecmwf transform function to convert units, calculate relativ…
…e humidity, and remove unused data
- Loading branch information
1 parent
c249872
commit e7c8c7d
Showing
6 changed files
with
545 additions
and
1,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#' .. content for \description{} (no empty lines) .. | ||
#' | ||
#' .. content for \details{} .. | ||
#' | ||
#' @title | ||
#' @param ecmwf_forecasts_transformed | ||
#' @param ecmwf_forecasts_transformed_directory | ||
#' @param weather_historical_means | ||
#' @param forecast_anomalies_directory | ||
#' @param model_dates | ||
#' @param model_dates_selected | ||
#' @param overwrite | ||
#' @return | ||
#' @author Emma Mendelsohn | ||
#' @export | ||
calculate_forecasts_anomalies <- function(ecmwf_forecasts_transformed, | ||
ecmwf_forecasts_transformed_directory, | ||
weather_historical_means, | ||
forecast_anomalies_directory, | ||
model_dates, model_dates_selected, | ||
overwrite = FALSE) { | ||
|
||
NULL | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.