rameau.core.TransferReservoir.transfer TransferReservoir.transfer(effective_rainfall, deltat=86400.0)[source] Transfer function. Parameters: effective_rainfall (float) – Effective rainfall (mm). deltat (float, optional) – Time step duration (s). Returns: dict – Output fluxes with keys: 'runoff'Runoff (mm). 'seepage'Seepage to groundwater (mm). 'overflow'Overflow (mm). Notes