Read *.100 files.
read_100.Rd
read_100
reads all CENTURY files with extension '*.100' save for site files, which also have
a '.100' extension but have their own function to read them, called read_site
.
Examples
# Read one of the CENTURY example files included in the package.
pathname <- system.file("extdata/1.soil_texture_ppt", package = "Rcentury")
x <- read_100(pathname, "harv.100")