TopoSUB_preprocessor: TopoSUB preprocessor: landscape clustering and GEOtop

Description Usage Arguments Details Author(s) References

View source: R/TopoSUB_preprocessor.R

Description

The TopoSUB preprocessor is clustering landscape features as topography, climate, land use and soil types in order to prvide input simulation points for the LSM GEOtop. The LSM can be started with this function, define if in the setup configuration file. Each cluster centroid is simulated in the model's one dimensional mode.

Usage

1
2
3
4
TopoSUB_preprocessor(location.file="locations.txt", setup.file="setup.txt", 
                      PredNamesList=list(topo=c("dem"), clas=c("landuse", "soil")), 
                      mode_ls="ols", 
                      uniform_class = c(landcover=NULL, soil=NULL))

Arguments

location.file

name of file file defining data locations, e.g. input maps

setup.file

name of file defining TopoSUB model parameter

PredNamesList

list defining continious (e.g. topography, climate) and discrete features (e.g. land use, soil types)

mode_ls

mode of least square esimation, default "ols": ordinary least square

uniform_class

define uniform value for classes, e.g. one landcover/soil type class for the whole simulation domain, default c(landcover=NULL, soil=NULL) no uniform classes set.

Details

PredNamesList is defined by two named character vectors: list( topo=c(), clas=c() )

Author(s)

Johannes Brenner, Johannes.Brenner@eurac.edu

References

Fiddes, J., & Gruber, S. (2012). TopoSUB: a tool for efficient large area numerical modelling in complex topography at sub-grid scales. Geoscientific Model Development Discussions, 5(5), 1245<e2><80><93>1257. doi: 10.5194/gmd-5-1245-2012


JBrenn/TopoSUB documentation built on May 7, 2019, 7:39 a.m.