This is Hydrus-1D adapted for CMake and GFortran. See the Hydrus-1D technical manual for more information.
It was tested on
- Linux with gcc 4.8.1 and CMake 2.8.12.
- Windows with MinGW and MSYS and CMake 3.0.2
git clone https://github.com/bilke/hydrus.git
mkdir build
cd build
cmake ../hydrus [-G "MSYS Makefiles"]
make
./h1d_calc
- Install MinGW as described here
- In the MinGW Installation Manager choose the packages
mingw-developer-tools
,mingw32-base
,mingw32-gcc-g++
andmsys-base
- In the MinGW Installation Manager choose the packages
- On the msys-shell run
mingw-get install fortran