Skip to content

Commit

Permalink
V1.9 2024 04 01 run (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitejohnson authored Apr 1, 2024
1 parent fd5c349 commit 2925263
Show file tree
Hide file tree
Showing 7 changed files with 34,253 additions and 68 deletions.
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

0 comments on commit 2925263

Please sign in to comment.