Skip to content

Commit f3af0d6

Browse files
committed
Fix clc and chelsa
1 parent 7d8a719 commit f3af0d6

14 files changed

+257
-251
lines changed

R/dwf_chelsa_prepare.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ chelsa_prepare <- function(
174174
down_command = purrr::map2_chr(
175175
.x = url, .y = path_down,
176176
.f = ~ stringr::str_glue(
177-
'curl -k -L --connect-timeout 120 --max-time 600 --retry 5 \\
177+
'curl -k -L --connect-timeout 240 --max-time 1200 --retry 5 \\
178178
"{.x}" -o "{.y}" --silent')),
179179

180180
# Unique name for variable / time combination

R/dwf_clc_plot.R

Lines changed: 105 additions & 110 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)