GEOtop_CheckHydroBudget: Check the hydrological budget of a GEOtop 3d simulation

Description Usage Arguments Value Author(s) References Examples

Description

Comparison of simulated and observed runoff (if provided). Checking the hydrological budget of the simulation (dS/dt = P - Q - ET).

Usage

1
GEOtop_CheckHydroBudget(wpath, Q_obs, Q_obs_data, soil_files, list_file="listpoints.txt")

Arguments

wpath

working path, pointing into simulation folder

Q_obs

character describing if and in which time scale observed discharge data is provided. "hour": hourly data; "day": daily data;"n": no observed discharge data prvided

Q_obs_data

zoo object, observed discharge data in m^3/s

soil_files

boolean, TRUE: soil files are provided as GEOtop input. FALSE: soil is parameterized in the geotop.inpts file

list_file

character, name of the listpoint file defining GEOtop output points, if not available: list_file = NULL, information is read from geotop.inpts

Value

PDF files containing specific analyse plots:

Ppartitioning.pdf

Areal precipitation amounts and partitioning in the components snow and rain, first glew on discharge

QsimVSQobs.pdf

Simulated versus observed discharge, hourly - daily - monhly aggregations and GOFs

WaterBudget.pdf

Analytic plot on the water budget of the simulation

Author(s)

Johannes Brenner, Johannes.Brenner@eurac.edu

References

Endrizzi, S., Gruber, S., Amico, M. D., & Rigon, R. (2014). GEOtop 2.0 : simulating the combined energy and water balance at and below the land surface accounting for soil freezing , snow cover and terrain effects. Geosci. Model Dev., 7, 2831-2857. doi:10.5194/gmd-7-2831-2014

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--  or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x) 
{
  }

JBrenn/AnalyseGEOtop documentation built on May 7, 2019, 6:48 a.m.