README.md

Build
Status codecov DOI

DWBmodelUN

The R package Modelling aims to implement Dynamic Water Balance model proposed by Zhang et al. (2008) in a monthly time step. It is a tool for hydrologic modelling using the Budyko Framework and the Dynamic Water Balance Model, with DDS Tolson and Shoemaker (2007) algorithm to calibrate the model and analyze the outputs.

Installation

Installing the latest stable version from CRAN:

install.packages("DWBmodelUN")

Or, you can install the version under development from Github, using these commands:

install.packages("devtools")
devtools::install_github("dazamora/DWBmodelUN")

Concepts behind DWBmodelUN

Two physical laws are taken into account in Dynamic Water Balance model (DWB), mass balance and energy balance. To represent the mass conservation, DWB is based on the equilibrium of water balance shown in equation (1).

Where (S_{c}) is the total stored water in the basin, P is the precipitation, ET is actual evapotranspiration, R corresponds to surface runoff and Q to aquifers recharge. To evaluate the water balance of a basin is necessary to know several kind information like climatic variables, basin physical characteristics and further uniqueness relationships of each study. In the case of water balance models, some information can be replaced by equations and mathematical relations physically based, which makes the models much simpler but functional.

To represent energy conservation the model includes a conceptualization made by Budyko (1961) where the energy availability influences over the atmospheric water demand which is represented by potential evapotranspiration (PET). The conceptualization also states that the dominant control of the water balance is atmospheric demand and water availability (P), which impose a limit to how much water can be evapotranspirated. Zhang et al. (2008) worked on the mathematical assumption presented by Baw-Puh (1981) (equation 2) that is a continuation of Budyko framework.

Where (\alpha) is a model parameter with an interval of [0-1]. Zhang et al. (2008) detailed the influence of α parameter on the hydrological response in their model DWB. DWB is a lumped conceptual hydrological model developed for annual and monthly time step. The model inputs are precipitation, potential evapotranspiration and streamflow. In general terms, DWB calculates the streamflow using two tanks and doing the following processes:

  1. Precipitation is partitioned to basin water consumption and basin water yield. When it rains the soil is replenished and part of the rainfall is returned to the atmosphere, this process corresponds to basin water consumption, by the other hand, the remaining rainfall is the basin water yield.
  2. Total water available for evapotranspiration is divided into water remaining in the soil storage and actual evapotranspiration.
  3. The basin water yield is divided into surface runoff and water that supplies the groundwater store.
  4. The base flow is the result of groundwater storage drainage.
  5. The total monthly flow is the result of adding base flow and surface runoff.

All these processes are done under the Top Down approach consider only four parameters are added to the model structure: (\alpha_{1}), precipitation catchment efficiency; (\alpha), evapotranspiration efficiency; d, groundwater store time constant; (S_{max}), maximum water holding capacity of soil store (Zhang et al. (2008)).

DWBmodelUN functions

DWBmodelUN package contains 12 functions, most of them have a practical example about their usage. The functions are:

Datasets

DWBmodelUN also contains 11 data that allow to run the practical examples (Duque (2018)):

Disclaimer

DWBmodelUN is a public R library that is made freely available by the voluntary work of the researchers/authors of the Grupo de Investigación en Recursos Hídricos (GIREH) at the Universidad Nacional de Colombia (UNAL), hereafter call as creators, so as to promote the environmental modelling of the water cycle.

The representations of the physical world within the software are widely known. The codification and use of them are offered through this R library as a public service and are no cause of action against the creators. The user of this software/information is responsible for verifying the suitability, accuracy, completeness and quality for the particular use of it and hence the user asumes all liability and waives any claims or actions against the creators. Creators do not make any claim, guarantee or warranty the, expressed or implied, suitability, accuracy, completeness and quality for the particular use of the library. The creators disclaim any and all liability for any claims or damages that may result from the application of the information/software contained in the library. The information/software is provided as a guide.

Regarding other information contained in the library. The links or information that are accessed through external sites, which are not maintained by the creators, do not make the creators responsible for that content or the any claims or damages that may result from the use of these external sites. Information within this library is considered to be accurate with the considerations of uncertainties associated with hydrological modelling.

References

Baw-Puh, Fu. 1981. “On the Calculation of the Evaporation from Land Surface \[J\].” *Chinese Journal of Atmospheric Sciences* 1.
Budyko, Mikhail Ivanovich. 1961. “The Heat Balance of the Earth’s Surface.” *Soviet Geography* 2 (4): 3–13.
Duque, Nicolás. 2018. “Estimación de Campos de Precipitación En Cuencas Hidrográficas Colombianas Con Escasez de Datos, Combinando Datos Teledetectados Y de Estaciones En Tierra, Utilizando Funciones de Kernel.” Master’s thesis, Universidad Nacional de Colombia - Sede Bogotá. .
Tolson, Bryan A, and Christine A Shoemaker. 2007. “Dynamically dimensioned search algorithm for computationally efficient watershed model calibration” 43: 1–16. .
Zhang, Lu, Nick Potter, Klaus Hickel, Yongqiang Zhang, and Quanxi Shao. 2008. “Water balance modeling over variable time scales based on the Budyko framework - Model development and testing.” *Journal of Hydrology* 360 (1-4): 117–31. .


dazamora/DWBmodelUN documentation built on Aug. 29, 2020, 11:41 a.m.