Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.28 KB

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).

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]
Loading

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