/DRH_ORDINATE

This python code finds the first term of DRH and on the basis of it, it finds other terms. This code only prints the equation for finding non-zero ordinate of DRH in terms of rainfall and non-zero unit hydrograph ordinate. Input is made in a 'INPUT.txt' file and output is in 'OUTPUT.txt'. Number of rainfall pulse, number of non-zero unit hydrograph ordinate, and the row number or subscript of Q should be entered in a text file. That particular Q along with all the Q's will be printed in an output file. The output will be in format Q1 = R1U1, Q2 = R1U2 + R2U2, etc.

Primary LanguagePython

Watchers