Index: wflow-py/wflow/wflow_lib.py =================================================================== diff -u -r911009b83b9c498347ba719f6a3bbec960014691 -r0b96c88d78399876956d6e546c7c88dc65f11075 --- wflow-py/wflow/wflow_lib.py (.../wflow_lib.py) (revision 911009b83b9c498347ba719f6a3bbec960014691) +++ wflow-py/wflow/wflow_lib.py (.../wflow_lib.py) (revision 0b96c88d78399876956d6e546c7c88dc65f11075) @@ -74,7 +74,7 @@ return retmap -def simpelreservoir(storage, inflow, maxstorage, target_perc_full, maximum_Q, demand, minimum_full_perc,ReserVoirLocs,timestepsecs=86400): +def simplereservoir(storage, inflow, maxstorage, target_perc_full, maximum_Q, demand, minimum_full_perc, ReserVoirLocs, timestepsecs=86400): """ :param storage: initial storage m^3