Translations:Dimensionner la récupération d'eau de pluie pour être autonome/194/en

  1. Minimum surface treshold calculus:

surf0=(1/2)*math.ceil((13*waterconsohebdo)/min(moyenne_trimestrielle_par_trimestre)) print(f"""Harvesting surface treshold with hypothesis and user input data (m2) hypothesis:(quarterly consumption / quarterly min precipitations) {int(math.ceil(surf0))} m2""")