Skip to content

Commit

Permalink
Fix ATMOSPH.in (wrong irrigation values)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Sep 24, 2024
1 parent a311944 commit 2675451
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 551 deletions.
8 changes: 3 additions & 5 deletions data-raw/write_atmosphere.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ atmos <- kwb.hydrus1d::write_atmosphere(atm = atm_prep,
MaxAL = nrow(atm_prep)
)


writeLines(text = atmos,
"inst/extdata/model/test/ATMOSPH.IN")

file.path("inst/extdata/model/test/ATMOSPH.IN"))


writeLines(text = atmos,
system.file("extdata/model/test/ATMOSPH.IN", package = "flextreat.hydrus1d"))
# writeLines(text = atmos,
# system.file("extdata/model/test/ATMOSPH.IN", package = "flextreat.hydrus1d"))

Loading

0 comments on commit 2675451

Please sign in to comment.