Skip to content

Commit

Permalink
Tidying make script and updated Rd from build
Browse files Browse the repository at this point in the history
  • Loading branch information
waternumbers committed Nov 27, 2020
1 parent 8422ed3 commit 8551bf9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion make_dynatop.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ devtools::load_all("./dynatop"); data("Swindale");

profvis::profvis({m1 <- dynatop$new(Swindale$model)$add_data(Swindale$obs)$initialise(1e-6)$sim_hillslope(mass_check=TRUE)$sim_channel(mass_check=TRUE)})

Swindale$model$param["ln_t0_default"] <- -5

m1 <- dynatop$new(Swindale$model)$add_data(Swindale$obs)$initialise(1e-6)$sim_hillslope(mass_check=TRUE)$sim_channel(mass_check=TRUE)

head( m1$get_channel_inflow() )
Expand Down
23 changes: 9 additions & 14 deletions man/dynatop.Rd

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

0 comments on commit 8551bf9

Please sign in to comment.