Skip to content

Commit 416be41

Browse files
authored
Update metnorenal3.R (#13)
passing variable date instead of constant (very stupid bug)
1 parent 7d6218f commit 416be41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/metnorenal3.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -1058,8 +1058,8 @@ swat_weather_input_chain <-
10581058
path1 <- get_metno_reanalysis3(
10591059
area,
10601060
directory = directory,
1061-
fromdate = "2012-09-01 10:00:00",
1062-
todate = "2012-09-02 20:00:00",
1061+
fromdate = from,
1062+
todate = to,
10631063
area_buffer = area_buffer,
10641064
preview = verbose
10651065
)

0 commit comments

Comments
 (0)