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

V1.9 2024 04 01 run #15

Merged
merged 2 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions cfaforecastrenewalww/man/example_df.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions cfaforecastrenewalww/man/param_df.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

86 changes: 44 additions & 42 deletions model_definition.md

Large diffs are not rendered by default.

34,133 changes: 34,133 additions & 0 deletions output/forecasts/2024-04-01/2024-04-01.tsv

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions output/forecasts/2024-04-01/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
States without wastewaster data:
- - MS
- ND
- PR
States with insufficient wastewater data:
- DC
States we chose to use hospital admissions only model on:
- - CA
- GA
- IL
- NH
- NY
- SC
States we chose to not submit a forecast for: None
53 changes: 53 additions & 0 deletions output/forecasts/2024-04-01/wastewater_metadata_table.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
location additional_notes
AK None
AL None
AR None
AZ None
CA Hospital admissions only model was run due to either issues with input data or model
CO None
CT None
DC None
DE None
FL None
GA Hospital admissions only model was run due to either issues with input data or model
HI None
IA None
ID None
IL Hospital admissions only model was run due to either issues with input data or model
IN None
KS None
KY None
LA None
MA None
MD None
ME None
MI None
MN None
MO None
MS None
MT None
NC None
ND None
NE None
NH Hospital admissions only model was run due to either issues with input data or model
NJ None
NM None
NV None
NY Hospital admissions only model was run due to either issues with input data or model
OH None
OK None
OR None
PA None
PR None
RI None
SC Hospital admissions only model was run due to either issues with input data or model
SD None
TN None
TX None
UT None
VA None
VT None
WA None
WI None
WV None
WY None
18 changes: 0 additions & 18 deletions src/write_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,21 +107,6 @@ write_config <- function(run_id,
to = lubridate::ymd("2024-02-29"),
by = "days"
), # NM exclude repeats
seq(
from = lubridate::ymd("2024-02-27"),
to = lubridate::ymd("2024-03-02"),
by = "days"
), # TX anomalies
seq(
from = lubridate::ymd("2024-02-27"),
to = lubridate::ymd("2024-03-02"),
by = "days"
), # US exclusions bc of TX anomalies
seq(
from = lubridate::ymd("2024-03-18"),
to = lubridate::ymd("2024-03-19"),
by = "days"
), # NJ repeats
seq(
from = lubridate::ymd("2024-03-16"),
to = lubridate::ymd("2024-03-22"),
Expand All @@ -131,9 +116,6 @@ write_config <- function(run_id,

states_for_hosp_removal <- c(
rep("NM", 3),
rep("TX", 5),
rep("US", 5),
rep("NJ", 2),
rep("OR", 7)
)

Expand Down
Loading