SoilPropertyMap: Craetion of a Physical Variable Map from a Catagory Map

Description Usage Arguments

Description

This functions creates physicalvariable maps from catagorical information, e.g. a map of hydraulic conductivity from the map of Soil Categories.

Usage

1
2
SoilPropertyMap(x, map = "SoilMapFile", metacat = "SoilParFile",
  header = "Header", names = NULL, ...)

Arguments

x

variable to map

map

catagory input map, i.e. soiltype maps or related GEOtop keyword.

metacat

list of dataframe containingcatagory definitions, e. g. the list of soil properties for each class or related GEOtop keyword.

header

header sting using in geotop.inpts file. Default is "Header"

...

further arguments for get.geotop.inpts.keyword.value such as wpath or inpts.file s

wpath <- system.file("geotop_simulation",package="AnalyzeMoistureInSuperslab") x <- "Alpha" b <- SoilPropertyMap(x,wpath=wpath)

### BELOW a list of some keywords used for soil property variables #HeaderSoilDz = "Dz" #HeaderLateralHydrConductivity = "Kh" #HeaderNormalHydrConductivity = "Kv" #HeaderThetaRes = "vwc_r" #HeaderWiltingPoint = "vwc_w" #HeaderFieldCapacity = "vwc_fc" #HeaderThetaSat = "vwc_s" #HeaderAlpha = "alpha" #HeaderN = "n" #HeaderSpecificStorativity = "stor" #HeaderKthSoilSolids = "Kth" #HeaderCthSoilSolids = "Cth" #HeaderSoilInitPres = "InitPsi"


ecor/AnalyzeMoistureinSuperslab documentation built on May 15, 2019, 8 p.m.