Skip to content

Commit

Permalink
Extend meteorological boundary conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Sep 16, 2024
1 parent 13e1a75 commit c78db16
Show file tree
Hide file tree
Showing 2 changed files with 2,440 additions and 1,282 deletions.
3 changes: 2 additions & 1 deletion data-raw/write_atmosphere.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
library(flextreat.hydrus1d)

atm <- prepare_atmosphere_data()
atm_selected <- select_hydrologic_years(atm)
atm_selected <- atm[atm$date >= "2017-05-01" & atm$date <= "2023-12-31",]
#atm_selected <- select_hydrologic_years(atm)
atm_prep <- prepare_atmosphere(atm_selected)


Expand Down
Loading

0 comments on commit c78db16

Please sign in to comment.