master-thesis/python/richard_hops
2021-11-05 10:20:58 +01: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 format coblib 2021-10-26 11:42:47 +02:00
energy_flow.org look at consistency 2021-10-22 18:01:05 +02:00
energy_flow_gauss.org test gauss 2021-10-22 18:01:50 +02:00
energy_flow_nonlinear.org project updates 2021-11-05 10:20:58 +01:00
energy_flow_thermal.org project updates 2021-11-05 10:20:58 +01:00
energy_flow_thermal_lin.org project updates 2021-11-05 10:20:58 +01:00
good_fit_data_abs_brute_force add richards hops 2021-10-15 16:18:03 +02:00
hierarchyData.py found the culprit! 2021-11-03 11:14:23 +01:00
hierarchyLib.py updates 2021-11-02 14:39:09 +01: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
test_derivative.org missguided attempts at process differentiation 2021-10-22 18:03:05 +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