Skip to content

This repository is dedicated to the ongoing project of using python to run Monte Carlo analysis on the soil physical and chemical model, Hydrus 1D

License

Notifications You must be signed in to change notification settings

ansleybrown1337/Hydrus-1D-Python-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f28eca · Aug 26, 2024

History

6 Commits
Feb 4, 2022
Nov 2, 2023
Feb 4, 2022
Feb 4, 2022
Aug 26, 2024

Repository files navigation

Hydrus-1D Monte Carlo Analysis

Created by:

A.J. Brown

Agricultural Data Scientist

[email protected]


Project Description

This tool was created to run Monte Carlo analysis in the soil geo-chemi-physical model, Hydrus 1D, to see the impact of the changing soil and water ion concentrations on soil solution electrical conductivity (EC).

Loading
graph TD
    R[Gapon coefficient tool in R] --> excel[Excel File with basic input parameters]
    excel --> python[Hydrus Python Wrapper Tool]
    python --> input[Generate Input Files with incrementing ion concentrations]
    input --> hydrus[Hydrus 1D Simulations]
    hydrus --> output[Output Files]
    output[Output Files] --> python
    python --> chart[Graph outputs]

It essentially creates new input files for Hydrus 1D, runs the model, collects output files, extracts EC data, and then repeats until you have reached the end of your desired ion iteration increment. These outputs are then graphed to show the impact of the changing ion concentrations on EC.

I never created a how-to doc for it unfortunately, and I'm not actively working on it, so if you are interested in using this code, please contact me directly at [email protected].

Cheers,

AJ

About

This repository is dedicated to the ongoing project of using python to run Monte Carlo analysis on the soil physical and chemical model, Hydrus 1D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published