get_outputs: Extract lake surface temperature

Description Usage Arguments Author(s) Examples

View source: R/get_outputs.R

Description

This extracts the modelled temperature and returns a dataframe

Usage

1
get_outputs(sim_folder)

Arguments

sim_folder

filepath; the directory where simulation files are contained

Author(s)

Sebastiano Piccoloroaz, Tadhg Moore

Examples

1
2
3
4
5
6
7
8
## Not run: 
sim_folder <- system.file('extdata', package = 'air2wateR')
gen_param(sim_folder = sim_folder, mean_depth = 147)
run_air2water(sim_folder = sim_folder)
out <- get_outputs(sim_folder = sim_folder)
out$wml <- out$C * 147 # estimate well-mixed layer as a function of mean depth

## End(Not run)

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