Skip to content

Commit feca703

Browse files
committed
MATILDA hourly test
1 parent f7f1154 commit feca703

File tree

6 files changed

+27
-855
lines changed

6 files changed

+27
-855
lines changed

MATILDA/MATILDA_slim/MATILDA.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ def MATILDA_parameter(input_df, set_up_start=None, set_up_end=None, sim_start=No
2222
hydro_year=10, TT_snow=0, TT_rain=2, CFMAX_snow=2.8, CFMAX_ice=5.6, CFR_snow=0.05, \
2323
CFR_ice=0.05, BETA=1.0, CET=0.15, FC=250, K0=0.055, K1=0.055, K2=0.04, LP=0.7, MAXBAS=3.0, \
2424
PERC=1.5, UZL=120, PCORR=1.0, SFCF=0.7, CWH=0.1, **kwargs):
25-
25+
26+
# takes parameters directly from a dataframe, eg. the output from SPOTPY
2627
if parameter_df is not None:
2728
parameter_df = parameter_df.set_index(parameter_df.columns[0])
2829
if "lr_temp" in parameter_df.index:

MATILDA/MATILDA_slim/functions_separated/MATILDA_plots.py

-90
This file was deleted.

MATILDA/MATILDA_slim/functions_separated/MATILDA_preparation.py

-164
This file was deleted.

MATILDA/MATILDA_slim/functions_separated/MATILDA_simulation.py

-111
This file was deleted.

0 commit comments

Comments
 (0)