master-thesis/python/richard_hops
2021-10-22 18:01:05 +02:00
..
progression add richards hops 2021-10-15 16:18:03 +02:00
bcf.py some_fixes 2021-10-18 18:40:50 +02:00
binfootprint.py add richards hops 2021-10-15 16:18:03 +02:00
combLib.py add richards hops 2021-10-15 16:18:03 +02:00
energy_flow.org look at consistency 2021-10-22 18:01:05 +02:00
good_fit_data_abs_brute_force add richards hops 2021-10-15 16:18:03 +02:00
hierarchyData.py some_fixes 2021-10-18 18:40:50 +02:00
hierarchyLib.py remove debug print 2021-10-22 18:00:47 +02:00
ode_wrapper.py add richards hops 2021-10-15 16:18:03 +02:00
README add richards hops 2021-10-15 16:18:03 +02:00
run_example.py some_fixes 2021-10-18 18:40:50 +02:00
run_Fulu.py some_fixes 2021-10-18 18:40:50 +02:00
signalDelay.py add richards hops 2021-10-15 16:18:03 +02:00
sobol_lib.py add richards hops 2021-10-15 16:18:03 +02:00
sobolLib.py add richards hops 2021-10-15 16:18:03 +02:00

how to install things before running

# install python dev package (on Debian)
apt-get install libpython3.7-dev

# install python dependencies
pip install numpy scipy matplotlib h5py sqlitedict mpmath cython

# install stocproc package
cd stocproc_pack
python3 setup.py build_ext --inplace
cd ..
ln -s stocproc_pack/stocproc .

# install fcSpline_pack
cd fcSpline_pack
python3 setup.py build_ext --inplace
cd ..
ln -s fcSpline_pack/fcSpline .

# now you can run
python3 run_Fulu.py