Python extensions to the Hydrological Simulation Program in Fortran (HSPF), including classes for gathering input data, building input files, performing simulations, postprocessing results, calibrating hydrology process parameters, and forecasting climate and land use change effects on water resources
Other
83
stars
51
forks
source link
Perlnd and Implnd Class's get_*() methods return unnamed tuples. #11
For example, Perlnd line 276:
We could use a
namedtuple
to return a more useful result like:which would return something like
pwat_parm1(operation=1, CSNO=1, RTOP=1, UZFG=1, VCS=1, VUZ=1, VNN=1, VIFW=1, VIRC=1, VLE=1, IFFC=1, HWT=1, IRRG=1)