geotopZProfile: Execution of GEOtop Hydrological Model and extraction of time...

Description Usage Arguments See Also Examples

Description

Execution of GEOtop Hydrological Model and extraction of time series for soil dapth variables

Usage

1
2
3
4
5
geotopZProfile(..., variable = c("SoilAveragedTempProfileFile",
  "SoilLiqWaterPressProfileFile", "SoilLiqContentProfileFile",
  "SoilIceContentProfileFile", "AvailableSoilWaterContent"),
  zformatter = "z%04d", unit = c("centimeters", "millimeters"),
  geotop_unit = "millimeters")

Arguments

...

arguments for geotopExec

variable

name of "Profile' variable to extract. Choose a subset of the default values. It is passed to geotopExec through getKeywords argument.

zformatter

decimal formatters for soil layer identification. Default is "z%04d", expressed in centimeters.

unit

z coordinate measurement unit. GEOtop values expressed in millimeters which are converted to centimeters by default. Default is c("centimeters","millimeters"). Otherwise can be the ratio between the unit and one meter.

geotop_unit

z coordinate measurement unit used by GEOtop. Default is millimeters.

See Also

geotopExec

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
simpath <- system.file("Muntatschini_pnt_1_225_B2_004",package="geotopOptim")
bin <-   "/home/ecor/local/geotop/GEOtop/bin/geotop-2.0.0"
runpath <- "/home/ecor/temp/geotopOptim_tests"

vars <- c("SoilAveragedTempProfileFile",	"SoilLiqWaterPressProfileFile",
"SoilLiqContentProfileFile","SoilIceContentProfileFile")

vars <- "SoilLiqContentProfileFile"

out <- geotopZProfile(bin=bin,simpath=simpath,runpath=runpath,
			clean=TRUE,variable=vars,data.frame=TRUE,level=1)

ecor/geotopOptim documentation built on May 15, 2019, 8:54 p.m.