read_nml: read in a GLM simulation *.nml file

View source: R/read_nml.R

read_nmlR Documentation

read in a GLM simulation *.nml file

Description

read in a GLM simulation *.nml file and create a list.

Usage

read_nml(nml_file = "template")

Arguments

nml_file

a string with the path to the GLM glm2.nml file, or 'template' for loading the GLM template nml file with GLM3r (default)

Value

glm_nml a nml (a list) for GLM config

Author(s)

Jordan S. Read

See Also

get_nml_value

Examples

glm_nml <- read_nml()
print(glm_nml)

USGS-R/glmtools documentation built on March 26, 2024, 5:43 p.m.