You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My code is below. How do I run e.g. for the entire 2019? When I wrote
days = c("2019-01-01", "2019-01-01") instead of just days = "2019-07-14" then only trajectories were run for 1 Jan 2019 and 31 Dec 2019 and not for each day in 2019
Please help
Thanks!
trajectory_model <-
create_trajectory_model() %>%
add_trajectory_params(
lat = -25.731826,
lon = 28.200408,
height = 750,
duration = 72,
days = "2019-07-14",
daily_hours = c(0, 6, 12, 18), #### so every 6th hour in a day
direction = "backward",
met_type = "reanalysis",
met_dir = here::here("met"),
exec_dir = here::here("out")
) %>%
run_model()
The text was updated successfully, but these errors were encountered:
Hi there
My code is below. How do I run e.g. for the entire 2019? When I wrote
days = c("2019-01-01", "2019-01-01") instead of just days = "2019-07-14" then only trajectories were run for 1 Jan 2019 and 31 Dec 2019 and not for each day in 2019
Please help
Thanks!
trajectory_model <-
create_trajectory_model() %>%
add_trajectory_params(
lat = -25.731826,
lon = 28.200408,
height = 750,
duration = 72,
days = "2019-07-14",
daily_hours = c(0, 6, 12, 18), #### so every 6th hour in a day
direction = "backward",
met_type = "reanalysis",
met_dir = here::here("met"),
exec_dir = here::here("out")
) %>%
run_model()
The text was updated successfully, but these errors were encountered: