Description Usage Arguments Author(s) Examples
This calculates the 8 parameters needed to run air2water using the mean depth of the lake.
1 | gen_param(sim_folder, mean_depth)
|
sim_folder |
filepath; folder which contains the meteorological forcing data |
mean_depth |
numeric; mean depth of the lake (m) |
Sebastiano Piccoloroaz, Tadhg Moore
1 2 3 4 5 | ## Not run:
sim_folder <- system.file('extdata', package = 'air2wateR')
gen_param(sim_folder = sim_folder, mean_depth = 147)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.