Skip to main content
Dryad

Data from: The PDI model system for parameterizing soil hydraulic properties

Data files

May 22, 2024 version files 6.14 KB
May 22, 2024 version files 6.14 KB

Abstract

The PDI ("Peters-Durner-Iden") model system represents a robust framework for parameterizing soil hydraulic properties, i.e. the water retention curve and the hydraulic conductivity curve, across the entire soil moisture spectrum. This model accounts for water retention and hydraulic conductivity in completely and partially-filled pores, including adsorption and film-flow. It was developed in stages and a comprehensive overview of the model development and the model equations is provided in Peters et al. (2024). In this repository, we provide a Python file named “pdi.py” which can be used to compute the various submodels (PDI-VG, PDI-KOS, PDI-FX, ...) of the PDI model system. One MS Excel file is provided for easy access to one PDI model, the PDI-VG. The PYTHON functions contained in "pdi.py" can be used to calculate the water retention curve, the unsaturated hydraulic conductivity curve, the specific water capacity function, and the soil water diffusivity function. In addition, we provide five python scripts which illustrate how to call the various PDI functions in different contexts. Notably, "pdi.py" incorporates a utility function, 'export_hydrus_materin', which generates an ASCII file named "MATER.IN". This file serves as input for simulations with Hydrus-1D and Hydrus-2D3D, offering seamless integration with these simulation platforms. It's important to emphasize that the provided Python scripts and accompanying documentation are closely aligned with the research article by Peters et al. (2024). To streamline accessibility, the repository refrains from redundantly restating the theory or equations already detailed in the referenced publication.