View source: R/get_hypsography.R
get_hypsography | R Documentation |
Retrieves hypsography information from glm_nml object or file.
Hypsography is the relationship between depth and area of a lake.
'Depth' is referenced from the lake surface and downward values are positive in meters. Areas are in square meters.
get_hypsography(glm_nml, file)
glm_nml |
a nml (a list) for GLM config |
file |
a string with the path to the GLM glm.nml file |
glm_bth a data.frame with depths
and areas
Jordan S. Read
read_nml, get_nml_value
sim_folder <- run_example_sim(verbose = FALSE)
nml_file <- file.path(sim_folder, 'glm3.nml')
glm_nml <- read_nml(nml_file)
get_hypsography(glm_nml)
get_hypsography(file = nml_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.