HARPgroup / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
1 stars 0 forks source link

test passing the TS and modifying the last step value #23

Closed rburghol closed 2 years ago

rburghol commented 2 years ago

I reconfigured the function arguments, passed the needed ones in main.py to the hydr() routine, then tested our ability to modify a member of the ts dictionary in a subroutine and have the value persist. It does persist (multiplied VOL by 5.0).

Check it out.