Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backward airmass only run for 3 months. #75

Open
adh19d opened this issue Aug 2, 2022 · 0 comments
Open

backward airmass only run for 3 months. #75

adh19d opened this issue Aug 2, 2022 · 0 comments

Comments

@adh19d
Copy link

adh19d commented Aug 2, 2022

Hi All, Please help. I can only get my backward air masses to run for 3 month periods. If i extend the period e.g., to 4 months of greater it doesn't work

here's the code:

trajectory_model <-
create_trajectory_model() %>%
add_trajectory_params(
lat = 0.0402,
lon = -77.9969,
met_dir="~/hysplit/met",
height = 50,
duration = 96,
days = seq(
lubridate::ymd("2020-01-01"),
lubridate::ymd("2020-03-01"), ###if i change to 2020-05-01 for example i get an error.
by = "7 day"),
daily_hours = c(0,6,12,18),
direction = "backward",
met_type = "gdas1") %>%
run_model

Get a data frame containing the model results

mod1=get_output_tbl(trajectory_model)
trajectory_plot(mod1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant