Skip to content

Commit

Permalink
Update dispersion_tests.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Sep 20, 2019
1 parent 4a4fcc0 commit 4c509ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/manual_tests/dispersion_tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ dispersion_model <-
name = "particle",
lat = 49.0, lon = -123.0, height = 50,
pdiam = 15, density = 1.5, shape_factor = 0.8,
rate = 10,
release_start = lubridate::ymd_hm("2015-07-01 00:00"),
release_end = lubridate::ymd_hm("2015-07-01 00:00") + lubridate::hours(2)
release_end = lubridate::ymd_hm("2015-07-01 00:00") +
lubridate::hours(2)
) %>%
add_dispersion_params(
start_time = lubridate::ymd_hm("2015-07-01 00:00"),
end_time = lubridate::ymd_hm("2015-07-01 00:00") + lubridate::hours(6),
end_time = lubridate::ymd_hm("2015-07-01 00:00") +
lubridate::hours(6),
direction = "forward",
met_type = "reanalysis",
met_dir = here::here("met"),
Expand Down

0 comments on commit 4c509ab

Please sign in to comment.