read_prms_parms: Read a PRMS parameter file

Description Usage Arguments Value References See Also

View source: R/read_prms_parms.R

Description

read_prms_parms reads in a PRMS parameter file and returns an PRMS Parameter Object with comments, dimensions and parameter elements

Usage

1
read_prms_parms(path = paste(getwd(), "input/input.params", sep = "/"))

Arguments

path

path to the parameter file

Value

an PRMS Parameter Object which is a list with 3 elements: comments (character vector), dimensions (list with names and values) and parameters (list with names, number of dimensions, dimensions, number of values, types and values)

References

Markstrom, S.L., Regan, R.S., Hay, L.E., Viger, R.J., Webb, R.M.T., Payn, R.A., and LaFontaine, J.H., 2015, PRMS-IV, the precipitation-runoff modeling system, version 4: U.S. Geological Survey Techniques and Methods, book 6, chap. B7, 158 p., https://dx.doi.org/10.3133/tm6B7, https://pubs.usgs.gov/tm/6b7/pdf/tm6-b7.pdf

See Also

create_prms_parms, write_prms_parms


cneyens/prms documentation built on May 19, 2019, 1:42 a.m.