gen_param: Generate the parameters for the air2water model

Description Usage Arguments Author(s) Examples

View source: R/gen_param.R

Description

This calculates the 8 parameters needed to run air2water using the mean depth of the lake.

Usage

1
gen_param(sim_folder, mean_depth)

Arguments

sim_folder

filepath; folder which contains the meteorological forcing data

mean_depth

numeric; mean depth of the lake (m)

Author(s)

Sebastiano Piccoloroaz, Tadhg Moore

Examples

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)

aemon-j/air2wateR documentation built on Sept. 20, 2020, 11:49 a.m.