Skip to content

Commit

Permalink
EOBS was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRoth committed Jun 30, 2017
1 parent ea93866 commit 92bab02
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/EOBS.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ specifyURL <- function(variableName, grid) {
url <- 'http:https://opendap.knmi.nl/knmi/thredds/dodsC/e-obs_'
if (grid=="0.50reg") {
url <- paste(url, '0.50regular/', sep="")
ending <- '_0.50deg_reg_v14.0.nc'
ending <- '_0.50deg_reg_v15.0.nc'
}
if (grid=="0.25reg") {
url <- paste(url, '0.25regular/', sep="")
ending <- '_0.25deg_reg_v14.0.nc'
ending <- '_0.25deg_reg_v15.0.nc'
}
url <- paste(url, variableName, ending, sep="")
return(url)
Expand Down
Binary file modified tests/testthat/EOBSreference/output.rds
Binary file not shown.
Binary file modified tests/testthat/EOBSreference/output_one_timestep.rds
Binary file not shown.
Binary file modified tests/testthat/EOBSreference/output_rr.rds
Binary file not shown.

0 comments on commit 92bab02

Please sign in to comment.