HydPy 6.3.1__tar.gz → 6.3.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (863) hide show
  1. {hydpy-6.3.1 → hydpy-6.3.2}/HydPy.egg-info/PKG-INFO +1 -1
  2. {hydpy-6.3.1 → hydpy-6.3.2}/PKG-INFO +1 -1
  3. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/__init__.py +1 -1
  4. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/armatools.py +1 -1
  5. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/mypy_plugin_data.pickle +0 -0
  6. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/devicetools.py +3 -4
  7. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/filetools.py +1 -4
  8. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/masktools.py +1 -1
  9. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/objecttools.py +3 -5
  10. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/parametertools.py +7 -7
  11. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/sequencetools.py +1 -1
  12. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/testtools.py +48 -24
  13. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/typingtools.py +2 -3
  14. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/variabletools.py +12 -10
  15. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/conf.py +1 -1
  16. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_model.py +1 -2
  17. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/run_doctests.py +4 -6
  18. {hydpy-6.3.1 → hydpy-6.3.2}/setup.py +1 -1
  19. {hydpy-6.3.1 → hydpy-6.3.2}/HydPy.egg-info/SOURCES.txt +0 -0
  20. {hydpy-6.3.1 → hydpy-6.3.2}/LICENSE +0 -0
  21. {hydpy-6.3.1 → hydpy-6.3.2}/README.rst +0 -0
  22. {hydpy-6.3.1 → hydpy-6.3.2}/call_installer.py +0 -0
  23. {hydpy-6.3.1 → hydpy-6.3.2}/execute_exe.py +0 -0
  24. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/aliases.py +0 -0
  25. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/__init__.py +0 -0
  26. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/anntools.py +0 -0
  27. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/calibtools.py +0 -0
  28. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/interptools.py +0 -0
  29. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/iuhtools.py +0 -0
  30. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/networktools.py +0 -0
  31. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/ppolytools.py +0 -0
  32. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/quadtools.py +0 -0
  33. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/roottools.py +0 -0
  34. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/smoothtools.py +0 -0
  35. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/statstools.py +0 -0
  36. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/validtools.py +0 -0
  37. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/HydPyConfigBase.xsd +0 -0
  38. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/HydPyConfigBase.xsdt +0 -0
  39. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/HydPyConfigMultipleRuns.xsd +0 -0
  40. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/HydPyConfigSingleRun.xsd +0 -0
  41. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/__init__.py +0 -0
  42. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/a_coefficients_explicit_lobatto_sequence.npy +0 -0
  43. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/support_points_for_smoothpar_logistic2.npy +0 -0
  44. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/config.py +0 -0
  45. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/__init__.py +0 -0
  46. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/aliastools.py +0 -0
  47. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/autodoctools.py +0 -0
  48. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/auxfiletools.py +0 -0
  49. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/exceptiontools.py +0 -0
  50. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/hydpytools.py +0 -0
  51. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/importtools.py +0 -0
  52. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/indextools.py +0 -0
  53. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/itemtools.py +0 -0
  54. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/modeltools.py +0 -0
  55. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/netcdftools.py +0 -0
  56. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/optiontools.py +0 -0
  57. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/printtools.py +0 -0
  58. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/propertytools.py +0 -0
  59. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/pubtools.py +0 -0
  60. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/selectiontools.py +0 -0
  61. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/seriestools.py +0 -0
  62. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/threadingtools.py +0 -0
  63. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/timetools.py +0 -0
  64. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/__init__.py +0 -0
  65. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/annutils.pxd +0 -0
  66. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/annutils.pyi +0 -0
  67. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/annutils.pyx +0 -0
  68. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/__init__.py +0 -0
  69. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/annutils.pxd +0 -0
  70. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/annutils.pyx +0 -0
  71. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_arma.pxd +0 -0
  72. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_arma.pyx +0 -0
  73. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_arma_rimorido.pxd +0 -0
  74. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_arma_rimorido.pyx +0 -0
  75. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv.pxd +0 -0
  76. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv.pyx +0 -0
  77. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_idw.pxd +0 -0
  78. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_idw.pyx +0 -0
  79. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_idw_ed.pxd +0 -0
  80. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_idw_ed.pyx +0 -0
  81. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_nn.pxd +0 -0
  82. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_nn.pyx +0 -0
  83. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam.pxd +0 -0
  84. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam.pyx +0 -0
  85. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_detention.pxd +0 -0
  86. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_detention.pyx +0 -0
  87. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_llake.pxd +0 -0
  88. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_llake.pyx +0 -0
  89. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_lreservoir.pxd +0 -0
  90. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_lreservoir.pyx +0 -0
  91. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_lretention.pxd +0 -0
  92. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_lretention.pyx +0 -0
  93. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_pump.pxd +0 -0
  94. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_pump.pyx +0 -0
  95. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_pump_sluice.pxd +0 -0
  96. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_pump_sluice.pyx +0 -0
  97. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_sluice.pxd +0 -0
  98. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_sluice.pyx +0 -0
  99. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v001.pxd +0 -0
  100. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v001.pyx +0 -0
  101. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v002.pxd +0 -0
  102. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v002.pyx +0 -0
  103. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v003.pxd +0 -0
  104. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v003.pyx +0 -0
  105. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v004.pxd +0 -0
  106. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v004.pyx +0 -0
  107. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v005.pxd +0 -0
  108. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v005.pyx +0 -0
  109. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy.pxd +0 -0
  110. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy.pyx +0 -0
  111. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_interceptedwater.pxd +0 -0
  112. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_interceptedwater.pyx +0 -0
  113. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_node2node.pxd +0 -0
  114. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_node2node.pyx +0 -0
  115. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowalbedo.pxd +0 -0
  116. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowalbedo.pyx +0 -0
  117. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowcover.pxd +0 -0
  118. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowcover.pyx +0 -0
  119. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowycanopy.pxd +0 -0
  120. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowycanopy.pyx +0 -0
  121. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_soilwater.pxd +0 -0
  122. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_soilwater.pyx +0 -0
  123. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap.pxd +0 -0
  124. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap.pyx +0 -0
  125. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_hbv96.pxd +0 -0
  126. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_hbv96.pyx +0 -0
  127. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_minhas.pxd +0 -0
  128. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_minhas.pyx +0 -0
  129. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_morsim.pxd +0 -0
  130. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_morsim.pyx +0 -0
  131. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_ambav1.pxd +0 -0
  132. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_ambav1.pyx +0 -0
  133. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_hbv96.pxd +0 -0
  134. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_hbv96.pyx +0 -0
  135. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_m.pxd +0 -0
  136. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_m.pyx +0 -0
  137. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_mlc.pxd +0 -0
  138. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_mlc.pyx +0 -0
  139. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_fao56.pxd +0 -0
  140. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_fao56.pyx +0 -0
  141. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_io.pxd +0 -0
  142. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_io.pyx +0 -0
  143. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_tw2002.pxd +0 -0
  144. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_tw2002.pyx +0 -0
  145. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch.pxd +0 -0
  146. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch.pyx +0 -0
  147. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_branch_hbv96.pxd +0 -0
  148. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_branch_hbv96.pyx +0 -0
  149. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_interp.pxd +0 -0
  150. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_interp.pyx +0 -0
  151. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_waterlevel.pxd +0 -0
  152. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_waterlevel.pyx +0 -0
  153. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_weir_hbv96.pxd +0 -0
  154. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_weir_hbv96.pyx +0 -0
  155. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga.pxd +0 -0
  156. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga.pyx +0 -0
  157. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga_garto.pxd +0 -0
  158. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga_garto.pyx +0 -0
  159. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga_garto_submodel1.pxd +0 -0
  160. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga_garto_submodel1.pyx +0 -0
  161. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland.pxd +0 -0
  162. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland.pyx +0 -0
  163. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr4.pxd +0 -0
  164. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr4.pyx +0 -0
  165. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr5.pxd +0 -0
  166. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr5.pyx +0 -0
  167. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr6.pxd +0 -0
  168. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr6.pyx +0 -0
  169. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland.pxd +0 -0
  170. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland.pyx +0 -0
  171. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96.pxd +0 -0
  172. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96.pyx +0 -0
  173. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96c.pxd +0 -0
  174. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96c.pyx +0 -0
  175. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96p.pxd +0 -0
  176. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96p.pyx +0 -0
  177. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw.pxd +0 -0
  178. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw.pyx +0 -0
  179. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_impl_euler.pxd +0 -0
  180. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_impl_euler.pyx +0 -0
  181. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_williams.pxd +0 -0
  182. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_williams.pyx +0 -0
  183. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_williams_ext.pxd +0 -0
  184. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_williams_ext.pyx +0 -0
  185. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland.pxd +0 -0
  186. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland.pyx +0 -0
  187. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_dd.pxd +0 -0
  188. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_dd.pyx +0 -0
  189. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_knauf.pxd +0 -0
  190. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_knauf.pyx +0 -0
  191. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_knauf_ic.pxd +0 -0
  192. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_knauf_ic.pyx +0 -0
  193. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_manager.pxd +0 -0
  194. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_manager.pyx +0 -0
  195. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_manager_lwc.pxd +0 -0
  196. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_manager_lwc.pyx +0 -0
  197. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo.pxd +0 -0
  198. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo.pyx +0 -0
  199. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pxd +0 -0
  200. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pyx +0 -0
  201. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_fao56.pxd +0 -0
  202. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_fao56.pyx +0 -0
  203. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_io.pxd +0 -0
  204. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_io.pyx +0 -0
  205. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_morsim.pxd +0 -0
  206. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_morsim.pyx +0 -0
  207. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_precip_io.pxd +0 -0
  208. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_precip_io.pyx +0 -0
  209. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pxd +0 -0
  210. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pyx +0 -0
  211. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_sun_fao56.pxd +0 -0
  212. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_sun_fao56.pyx +0 -0
  213. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_sun_morsim.pxd +0 -0
  214. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_sun_morsim.pyx +0 -0
  215. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_temp_io.pxd +0 -0
  216. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_temp_io.pyx +0 -0
  217. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk.pxd +0 -0
  218. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk.pyx +0 -0
  219. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk_classic.pxd +0 -0
  220. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk_classic.pyx +0 -0
  221. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk_mct.pxd +0 -0
  222. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk_mct.pyx +0 -0
  223. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc.pxd +0 -0
  224. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc.pyx +0 -0
  225. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc_nash.pxd +0 -0
  226. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc_nash.pyx +0 -0
  227. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc_uh.pxd +0 -0
  228. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc_uh.pyx +0 -0
  229. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow.pxd +0 -0
  230. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow.pyx +0 -0
  231. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow_cn.pxd +0 -0
  232. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow_cn.pyx +0 -0
  233. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow_cn_minmax.pxd +0 -0
  234. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow_cn_minmax.pyx +0 -0
  235. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d.pxd +0 -0
  236. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d.pyx +0 -0
  237. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_channel.pxd +0 -0
  238. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_channel.pyx +0 -0
  239. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_gate_out.pxd +0 -0
  240. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_gate_out.pyx +0 -0
  241. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_lias.pxd +0 -0
  242. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_lias.pyx +0 -0
  243. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pxd +0 -0
  244. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pyx +0 -0
  245. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_network.pxd +0 -0
  246. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_network.pyx +0 -0
  247. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_pump.pxd +0 -0
  248. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_pump.pyx +0 -0
  249. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_q_in.pxd +0 -0
  250. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_q_in.pyx +0 -0
  251. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_q_out.pxd +0 -0
  252. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_q_out.pyx +0 -0
  253. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_storage.pxd +0 -0
  254. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_storage.pyx +0 -0
  255. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_weir_out.pxd +0 -0
  256. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_weir_out.pyx +0 -0
  257. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test.pxd +0 -0
  258. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test.pyx +0 -0
  259. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_discontinous.pxd +0 -0
  260. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_discontinous.pyx +0 -0
  261. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_stiff0d.pxd +0 -0
  262. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_stiff0d.pyx +0 -0
  263. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_stiff1d.pxd +0 -0
  264. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_stiff1d.pyx +0 -0
  265. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod.pxd +0 -0
  266. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod.pyx +0 -0
  267. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod_rural.pxd +0 -0
  268. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod_rural.pyx +0 -0
  269. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod_urban.pxd +0 -0
  270. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod_urban.pyx +0 -0
  271. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland.pxd +0 -0
  272. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland.pyx +0 -0
  273. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland_gd.pxd +0 -0
  274. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland_gd.pyx +0 -0
  275. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland_wag.pxd +0 -0
  276. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland_wag.pyx +0 -0
  277. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq.pxd +0 -0
  278. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq.pyx +0 -0
  279. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_trapeze.pxd +0 -0
  280. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_trapeze.pyx +0 -0
  281. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pxd +0 -0
  282. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pyx +0 -0
  283. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_walrus.pxd +0 -0
  284. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_walrus.pyx +0 -0
  285. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_widths_strickler.pxd +0 -0
  286. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_widths_strickler.pyx +0 -0
  287. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/configutils.pxd +0 -0
  288. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/configutils.pyx +0 -0
  289. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/interfaceutils.pxd +0 -0
  290. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/interfaceutils.pyx +0 -0
  291. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/interputils.pxd +0 -0
  292. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/interputils.pyx +0 -0
  293. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/masterinterface.pxd +0 -0
  294. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/masterinterface.pyx +0 -0
  295. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/pointerutils.pxd +0 -0
  296. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/pointerutils.pyx +0 -0
  297. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/ppolyutils.pxd +0 -0
  298. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/ppolyutils.pyx +0 -0
  299. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/quadutils.pxd +0 -0
  300. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/quadutils.pyx +0 -0
  301. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/rootutils.pxd +0 -0
  302. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/rootutils.pyx +0 -0
  303. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/sequenceutils.pxd +0 -0
  304. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/sequenceutils.pyx +0 -0
  305. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/smoothutils.pxd +0 -0
  306. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/smoothutils.pyx +0 -0
  307. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/configutils.pxd +0 -0
  308. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/configutils.pyi +0 -0
  309. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/configutils.pyx +0 -0
  310. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interfaceutils.pxd +0 -0
  311. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interfaceutils.pyi +0 -0
  312. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interfaceutils.pyx +0 -0
  313. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interputils.pxd +0 -0
  314. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interputils.pyi +0 -0
  315. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interputils.pyx +0 -0
  316. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/modelutils.py +0 -0
  317. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/pointerutils.pxd +0 -0
  318. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/pointerutils.pyi +0 -0
  319. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/pointerutils.pyx +0 -0
  320. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/ppolyutils.pxd +0 -0
  321. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/ppolyutils.pyi +0 -0
  322. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/ppolyutils.pyx +0 -0
  323. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/quadutils.pxd +0 -0
  324. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/quadutils.pyi +0 -0
  325. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/quadutils.pyx +0 -0
  326. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/rootutils.pxd +0 -0
  327. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/rootutils.pyi +0 -0
  328. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/rootutils.pyx +0 -0
  329. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/sequenceutils.pxd +0 -0
  330. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/sequenceutils.pyi +0 -0
  331. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/sequenceutils.pyx +0 -0
  332. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/smoothutils.pxd +0 -0
  333. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/smoothutils.pyi +0 -0
  334. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/smoothutils.pyx +0 -0
  335. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py +0 -0
  336. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py +0 -0
  337. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py +0 -0
  338. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py +0 -0
  339. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_dill_assl_lahn_leun.py +0 -0
  340. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_leun_lahn_kalk.py +0 -0
  341. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_marb_lahn_leun.py +0 -0
  342. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land.py +0 -0
  343. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py +0 -0
  344. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py +0 -0
  345. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py +0 -0
  346. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py +0 -0
  347. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/stream_dill_assl_lahn_leun.py +0 -0
  348. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_leun_lahn_kalk.py +0 -0
  349. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_marb_lahn_leun.py +0 -0
  350. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/multiple_runs.xml +0 -0
  351. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/multiple_runs_alpha.xml +0 -0
  352. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/network/default/headwaters.py +0 -0
  353. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/network/default/nonheadwaters.py +0 -0
  354. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/network/default/streams.py +0 -0
  355. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/dill_assl_obs_q.asc +0 -0
  356. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalairtemperature.nc +0 -0
  357. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalevapotranspiration.nc +0 -0
  358. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_p.nc +0 -0
  359. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_t.nc +0 -0
  360. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/lahn_kalk_obs_q.asc +0 -0
  361. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/lahn_leun_obs_q.asc +0 -0
  362. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/lahn_marb_obs_q.asc +0 -0
  363. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
  364. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
  365. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_p.asc +0 -0
  366. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_t.asc +0 -0
  367. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
  368. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
  369. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_p.asc +0 -0
  370. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_t.asc +0 -0
  371. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
  372. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
  373. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_p.asc +0 -0
  374. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_t.asc +0 -0
  375. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
  376. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
  377. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_p.asc +0 -0
  378. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_t.asc +0 -0
  379. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/obs_q.nc +0 -0
  380. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/single_run.xml +0 -0
  381. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/single_run.xmlt +0 -0
  382. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/__init__.py +0 -0
  383. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/__init__.py +0 -0
  384. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/autofigs/__init__.py +0 -0
  385. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/bib/__init__.py +0 -0
  386. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/bib/refs.bib +0 -0
  387. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/combine_docversions.py +0 -0
  388. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/draw_model_sketches.py +0 -0
  389. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/enable_autodoc.py +0 -0
  390. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-G-GR4.png +0 -0
  391. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-G-GR5.png +0 -0
  392. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-G-GR6.png +0 -0
  393. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-H-HBV96-COSERO.png +0 -0
  394. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-H-HBV96-PREVAH.png +0 -0
  395. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-H-HBV96.png +0 -0
  396. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-H-Lahn.png +0 -0
  397. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-KinW-Williams.png +0 -0
  398. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-L-DD.png +0 -0
  399. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-Snow-CN.png +0 -0
  400. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-W-Wag.png +0 -0
  401. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy_Logo.png +0 -0
  402. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy_Logo_Text.png +0 -0
  403. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/IDLE-editor.png +0 -0
  404. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/IDLE-shell.png +0 -0
  405. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/LAWA_river-basin-bumbers.png +0 -0
  406. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/__init__.py +0 -0
  407. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/html_/__init__.py +0 -0
  408. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/polish_html.py +0 -0
  409. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/prepare.py +0 -0
  410. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/publish_docs.py +0 -0
  411. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-ARMA.rst +0 -0
  412. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Conv.rst +0 -0
  413. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Dam.rst +0 -0
  414. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Dummy.rst +0 -0
  415. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Evap.rst +0 -0
  416. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Exch.rst +0 -0
  417. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-G.rst +0 -0
  418. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-GA.rst +0 -0
  419. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-H.rst +0 -0
  420. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-KinW.rst +0 -0
  421. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-L.rst +0 -0
  422. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Manager.rst +0 -0
  423. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Meteo.rst +0 -0
  424. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Musk.rst +0 -0
  425. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Rconc.rst +0 -0
  426. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-SW1D.rst +0 -0
  427. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Snow.rst +0 -0
  428. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Test.rst +0 -0
  429. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-W.rst +0 -0
  430. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-WHMod.rst +0 -0
  431. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-WQ.rst +0 -0
  432. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/__init__.py +0 -0
  433. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/additional_repositories.rst +0 -0
  434. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/auxiliaries.rst +0 -0
  435. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/continuous_integration.rst +0 -0
  436. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/core.rst +0 -0
  437. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/cythons.rst +0 -0
  438. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/definitions.rst +0 -0
  439. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/developer_guide.rst +0 -0
  440. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/example_projects.rst +0 -0
  441. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/execution.rst +0 -0
  442. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/framework_tools.rst +0 -0
  443. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/how_to_read_the_reference_manual.rst +0 -0
  444. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/hydpydependencies.rst +0 -0
  445. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/index.rst +0 -0
  446. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/installation.rst +0 -0
  447. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/model_families.rst +0 -0
  448. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/model_overview.rst +0 -0
  449. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/modelimports.rst +0 -0
  450. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/options.rst +0 -0
  451. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/programming_style.rst +0 -0
  452. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/project_structure.rst +0 -0
  453. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/quickstart.rst +0 -0
  454. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/reference_manual.rst +0 -0
  455. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/required_tools.rst +0 -0
  456. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/simulation.rst +0 -0
  457. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/submodel_interfaces.rst +0 -0
  458. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/tests_and_documentation.rst +0 -0
  459. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/user_guide.rst +0 -0
  460. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/version_control.rst +0 -0
  461. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/zbibliography.rst +0 -0
  462. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/__init__.py +0 -0
  463. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/frameset.html +0 -0
  464. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/rstsource.html +0 -0
  465. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/versionchanges.html +0 -0
  466. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/defindex.html +0 -0
  467. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/domainindex.html +0 -0
  468. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-single.html +0 -0
  469. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-split.html +0 -0
  470. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex.html +0 -0
  471. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/globaltoc.html +0 -0
  472. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/layout.html +0 -0
  473. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/localtoc.html +0 -0
  474. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/opensearch.xml +0 -0
  475. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/page.html +0 -0
  476. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/relations.html +0 -0
  477. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/search.html +0 -0
  478. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/searchbox.html +0 -0
  479. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/searchfield.html +0 -0
  480. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/sourcelink.html +0 -0
  481. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/basic.css_t +0 -0
  482. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/doctools.js +0 -0
  483. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/documentation_options.js_t +0 -0
  484. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/file.png +0 -0
  485. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/language_data.js_t +0 -0
  486. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/minus.png +0 -0
  487. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/plus.png +0 -0
  488. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/searchtools.js +0 -0
  489. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/sphinx_highlight.js +0 -0
  490. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/theme.conf +0 -0
  491. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/classic_hydpy/layout.html +0 -0
  492. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/classic_hydpy/static/classic.css_t +0 -0
  493. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/classic_hydpy/static/sidebar.js_t +0 -0
  494. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/classic_hydpy/theme.conf +0 -0
  495. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/defaultlinks_extension.py +0 -0
  496. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/integrationtest_extension.py +0 -0
  497. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/projectstructure_extension.py +0 -0
  498. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/submodelgraph_extension.py +0 -0
  499. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/__init__.py +0 -0
  500. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/commandtools.py +0 -0
  501. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/hyd.py +0 -0
  502. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/modelimports.py +0 -0
  503. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/replacetools.py +0 -0
  504. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/servertools.py +0 -0
  505. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/xmltools.py +0 -0
  506. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/__init__.py +0 -0
  507. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/aetinterfaces.py +0 -0
  508. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/dischargeinterfaces.py +0 -0
  509. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/exchangeinterfaces.py +0 -0
  510. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/petinterfaces.py +0 -0
  511. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/precipinterfaces.py +0 -0
  512. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/radiationinterfaces.py +0 -0
  513. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/rconcinterfaces.py +0 -0
  514. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/routinginterfaces.py +0 -0
  515. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/soilinterfaces.py +0 -0
  516. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/stateinterfaces.py +0 -0
  517. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/tempinterfaces.py +0 -0
  518. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/__init__.py +0 -0
  519. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/__init__.py +0 -0
  520. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_control.py +0 -0
  521. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_derived.py +0 -0
  522. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_fluxes.py +0 -0
  523. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_inlets.py +0 -0
  524. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_logs.py +0 -0
  525. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_outlets.py +0 -0
  526. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma_rimorido.py +0 -0
  527. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/__init__.py +0 -0
  528. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_control.py +0 -0
  529. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_derived.py +0 -0
  530. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_fluxes.py +0 -0
  531. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_inlets.py +0 -0
  532. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_model.py +0 -0
  533. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_outlets.py +0 -0
  534. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv_idw.py +0 -0
  535. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv_idw_ed.py +0 -0
  536. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv_nn.py +0 -0
  537. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/__init__.py +0 -0
  538. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_aides.py +0 -0
  539. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_control.py +0 -0
  540. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_derived.py +0 -0
  541. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_factors.py +0 -0
  542. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_fluxes.py +0 -0
  543. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_inlets.py +0 -0
  544. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_logs.py +0 -0
  545. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_model.py +0 -0
  546. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_observers.py +0 -0
  547. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_outlets.py +0 -0
  548. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_receivers.py +0 -0
  549. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_senders.py +0 -0
  550. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_solver.py +0 -0
  551. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_states.py +0 -0
  552. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_detention.py +0 -0
  553. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_llake.py +0 -0
  554. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_lreservoir.py +0 -0
  555. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_lretention.py +0 -0
  556. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_pump.py +0 -0
  557. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_pump_sluice.py +0 -0
  558. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_sluice.py +0 -0
  559. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v001.py +0 -0
  560. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v002.py +0 -0
  561. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v003.py +0 -0
  562. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v004.py +0 -0
  563. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v005.py +0 -0
  564. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/__init__.py +0 -0
  565. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_control.py +0 -0
  566. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_fluxes.py +0 -0
  567. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_inlets.py +0 -0
  568. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_inputs.py +0 -0
  569. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_model.py +0 -0
  570. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_outlets.py +0 -0
  571. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_interceptedwater.py +0 -0
  572. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_node2node.py +0 -0
  573. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_snowalbedo.py +0 -0
  574. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_snowcover.py +0 -0
  575. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_snowycanopy.py +0 -0
  576. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_soilwater.py +0 -0
  577. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/__init__.py +0 -0
  578. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_control.py +0 -0
  579. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_derived.py +0 -0
  580. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_factors.py +0 -0
  581. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_fixed.py +0 -0
  582. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_fluxes.py +0 -0
  583. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_inputs.py +0 -0
  584. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_logs.py +0 -0
  585. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_masks.py +0 -0
  586. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_model.py +0 -0
  587. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_parameters.py +0 -0
  588. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_sequences.py +0 -0
  589. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_states.py +0 -0
  590. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_aet_hbv96.py +0 -0
  591. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_aet_minhas.py +0 -0
  592. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_aet_morsim.py +0 -0
  593. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_pet_ambav1.py +0 -0
  594. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_pet_hbv96.py +0 -0
  595. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_pet_m.py +0 -0
  596. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_pet_mlc.py +0 -0
  597. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_ret_fao56.py +0 -0
  598. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_ret_io.py +0 -0
  599. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_ret_tw2002.py +0 -0
  600. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/__init__.py +0 -0
  601. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_control.py +0 -0
  602. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_derived.py +0 -0
  603. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_factors.py +0 -0
  604. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_fluxes.py +0 -0
  605. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_inlets.py +0 -0
  606. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_logs.py +0 -0
  607. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_model.py +0 -0
  608. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_observers.py +0 -0
  609. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_outlets.py +0 -0
  610. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_receivers.py +0 -0
  611. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_senders.py +0 -0
  612. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch_branch_hbv96.py +0 -0
  613. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch_interp.py +0 -0
  614. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch_waterlevel.py +0 -0
  615. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch_weir_hbv96.py +0 -0
  616. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/__init__.py +0 -0
  617. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_aides.py +0 -0
  618. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_control.py +0 -0
  619. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_derived.py +0 -0
  620. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_fluxes.py +0 -0
  621. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_inputs.py +0 -0
  622. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_logs.py +0 -0
  623. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_model.py +0 -0
  624. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_states.py +0 -0
  625. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga_garto.py +0 -0
  626. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga_garto_submodel1.py +0 -0
  627. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/__init__.py +0 -0
  628. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_control.py +0 -0
  629. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_derived.py +0 -0
  630. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_fluxes.py +0 -0
  631. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_inputs.py +0 -0
  632. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_model.py +0 -0
  633. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_outlets.py +0 -0
  634. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_states.py +0 -0
  635. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland_gr4.py +0 -0
  636. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland_gr5.py +0 -0
  637. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland_gr6.py +0 -0
  638. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/__init__.py +0 -0
  639. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_aides.py +0 -0
  640. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_constants.py +0 -0
  641. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_control.py +0 -0
  642. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_derived.py +0 -0
  643. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_factors.py +0 -0
  644. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_fixed.py +0 -0
  645. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_fluxes.py +0 -0
  646. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_inputs.py +0 -0
  647. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_masks.py +0 -0
  648. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_model.py +0 -0
  649. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_outlets.py +0 -0
  650. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_parameters.py +0 -0
  651. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_sequences.py +0 -0
  652. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_states.py +0 -0
  653. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland_96.py +0 -0
  654. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland_96c.py +0 -0
  655. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland_96p.py +0 -0
  656. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/__init__.py +0 -0
  657. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_aides.py +0 -0
  658. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_control.py +0 -0
  659. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_derived.py +0 -0
  660. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_factors.py +0 -0
  661. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_fixed.py +0 -0
  662. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_fluxes.py +0 -0
  663. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_inlets.py +0 -0
  664. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_model.py +0 -0
  665. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_outlets.py +0 -0
  666. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_solver.py +0 -0
  667. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_states.py +0 -0
  668. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw_impl_euler.py +0 -0
  669. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw_williams.py +0 -0
  670. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw_williams_ext.py +0 -0
  671. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/__init__.py +0 -0
  672. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_aides.py +0 -0
  673. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_constants.py +0 -0
  674. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_control.py +0 -0
  675. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_derived.py +0 -0
  676. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_factors.py +0 -0
  677. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_fixed.py +0 -0
  678. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_fluxes.py +0 -0
  679. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_inlets.py +0 -0
  680. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_inputs.py +0 -0
  681. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_logs.py +0 -0
  682. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_masks.py +0 -0
  683. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_model.py +0 -0
  684. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_outlets.py +0 -0
  685. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_parameters.py +0 -0
  686. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_sequences.py +0 -0
  687. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_states.py +0 -0
  688. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland_dd.py +0 -0
  689. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland_knauf.py +0 -0
  690. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland_knauf_ic.py +0 -0
  691. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/__init__.py +0 -0
  692. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_control.py +0 -0
  693. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_derived.py +0 -0
  694. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_factors.py +0 -0
  695. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_fluxes.py +0 -0
  696. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_logs.py +0 -0
  697. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_model.py +0 -0
  698. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_parameters.py +0 -0
  699. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_receivers.py +0 -0
  700. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_senders.py +0 -0
  701. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_sequences.py +0 -0
  702. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager_lwc.py +0 -0
  703. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/__init__.py +0 -0
  704. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_control.py +0 -0
  705. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_derived.py +0 -0
  706. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_factors.py +0 -0
  707. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_fixed.py +0 -0
  708. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_fluxes.py +0 -0
  709. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_inputs.py +0 -0
  710. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_logs.py +0 -0
  711. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_model.py +0 -0
  712. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_parameters.py +0 -0
  713. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_sequences.py +0 -0
  714. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_clear_glob_io.py +0 -0
  715. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_glob_fao56.py +0 -0
  716. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_glob_io.py +0 -0
  717. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_glob_morsim.py +0 -0
  718. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_precip_io.py +0 -0
  719. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_psun_sun_glob_io.py +0 -0
  720. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_sun_fao56.py +0 -0
  721. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_sun_morsim.py +0 -0
  722. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_temp_io.py +0 -0
  723. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/__init__.py +0 -0
  724. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_control.py +0 -0
  725. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_derived.py +0 -0
  726. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_factors.py +0 -0
  727. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_fluxes.py +0 -0
  728. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_inlets.py +0 -0
  729. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_masks.py +0 -0
  730. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_model.py +0 -0
  731. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_outlets.py +0 -0
  732. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_sequences.py +0 -0
  733. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_solver.py +0 -0
  734. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_states.py +0 -0
  735. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk_classic.py +0 -0
  736. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk_mct.py +0 -0
  737. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/__init__.py +0 -0
  738. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_control.py +0 -0
  739. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_derived.py +0 -0
  740. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_fluxes.py +0 -0
  741. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_logs.py +0 -0
  742. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_model.py +0 -0
  743. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_states.py +0 -0
  744. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc_nash.py +0 -0
  745. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc_uh.py +0 -0
  746. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/__init__.py +0 -0
  747. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_control.py +0 -0
  748. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_derived.py +0 -0
  749. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_factors.py +0 -0
  750. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_fixed.py +0 -0
  751. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_fluxes.py +0 -0
  752. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_inputs.py +0 -0
  753. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_logs.py +0 -0
  754. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_model.py +0 -0
  755. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_parameters.py +0 -0
  756. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_sequences.py +0 -0
  757. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_states.py +0 -0
  758. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow_cn.py +0 -0
  759. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow_cn_minmax.py +0 -0
  760. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/__init__.py +0 -0
  761. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_control.py +0 -0
  762. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_derived.py +0 -0
  763. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_factors.py +0 -0
  764. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_fixed.py +0 -0
  765. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_fluxes.py +0 -0
  766. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_inlets.py +0 -0
  767. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_model.py +0 -0
  768. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_outlets.py +0 -0
  769. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_senders.py +0 -0
  770. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_states.py +0 -0
  771. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_channel.py +0 -0
  772. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_gate_out.py +0 -0
  773. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_lias.py +0 -0
  774. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_lias_sluice.py +0 -0
  775. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_network.py +0 -0
  776. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_pump.py +0 -0
  777. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_q_in.py +0 -0
  778. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_q_out.py +0 -0
  779. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_storage.py +0 -0
  780. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_weir_out.py +0 -0
  781. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/__init__.py +0 -0
  782. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_control.py +0 -0
  783. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_fluxes.py +0 -0
  784. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_model.py +0 -0
  785. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_solver.py +0 -0
  786. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_states.py +0 -0
  787. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test_discontinous.py +0 -0
  788. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test_stiff0d.py +0 -0
  789. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test_stiff1d.py +0 -0
  790. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/__init__.py +0 -0
  791. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_constants.py +0 -0
  792. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_control.py +0 -0
  793. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_derived.py +0 -0
  794. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_factors.py +0 -0
  795. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_fluxes.py +0 -0
  796. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_inputs.py +0 -0
  797. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_masks.py +0 -0
  798. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_model.py +0 -0
  799. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_parameters.py +0 -0
  800. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_sequences.py +0 -0
  801. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_states.py +0 -0
  802. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod_rural.py +0 -0
  803. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod_urban.py +0 -0
  804. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/__init__.py +0 -0
  805. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_aides.py +0 -0
  806. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_constants.py +0 -0
  807. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_control.py +0 -0
  808. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_derived.py +0 -0
  809. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_factors.py +0 -0
  810. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_fixed.py +0 -0
  811. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_fluxes.py +0 -0
  812. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_inputs.py +0 -0
  813. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_masks.py +0 -0
  814. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_model.py +0 -0
  815. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_outlets.py +0 -0
  816. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_parameters.py +0 -0
  817. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_sequences.py +0 -0
  818. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_solver.py +0 -0
  819. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_states.py +0 -0
  820. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland_gd.py +0 -0
  821. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland_wag.py +0 -0
  822. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/__init__.py +0 -0
  823. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_aides.py +0 -0
  824. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_control.py +0 -0
  825. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_derived.py +0 -0
  826. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_factors.py +0 -0
  827. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_fluxes.py +0 -0
  828. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_model.py +0 -0
  829. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_variables.py +0 -0
  830. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq_trapeze.py +0 -0
  831. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq_trapeze_strickler.py +0 -0
  832. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq_walrus.py +0 -0
  833. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq_widths_strickler.py +0 -0
  834. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/mypy_plugin.py +0 -0
  835. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/py.typed +0 -0
  836. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/.coveragerc +0 -0
  837. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/__init__.py +0 -0
  838. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/check_consistency.py +0 -0
  839. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/hydpydoctestcustomize.pth +0 -0
  840. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/hydpydoctestcustomize.py +0 -0
  841. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/iotesting/__init__.py +0 -0
  842. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/__init__.py +0 -0
  843. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_method_hook.py +0 -0
  844. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_prepare_model_hook.py +0 -0
  845. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_series_hook.py +0 -0
  846. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_shape_hook.py +0 -0
  847. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_submodeladder_hooks.py +0 -0
  848. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_subvariables_hook1.py +0 -0
  849. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_subvariables_hook2.py +0 -0
  850. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_trim_hook.py +0 -0
  851. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_values_hook.py +0 -0
  852. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_variable_hook.py +0 -0
  853. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_variables_hook1.py +0 -0
  854. {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_variables_hook2.py +0 -0
  855. {hydpy-6.3.1 → hydpy-6.3.2}/licenses_hydpy_installer.txt +0 -0
  856. {hydpy-6.3.1 → hydpy-6.3.2}/logo.ico +0 -0
  857. {hydpy-6.3.1 → hydpy-6.3.2}/make_and_install_dists.py +0 -0
  858. {hydpy-6.3.1 → hydpy-6.3.2}/noxfile.py +0 -0
  859. {hydpy-6.3.1 → hydpy-6.3.2}/prepare_build.py +0 -0
  860. {hydpy-6.3.1 → hydpy-6.3.2}/prepare_hydpy_installer.py +0 -0
  861. {hydpy-6.3.1 → hydpy-6.3.2}/pylintrc +0 -0
  862. {hydpy-6.3.1 → hydpy-6.3.2}/pyproject.toml +0 -0
  863. {hydpy-6.3.1 → hydpy-6.3.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HydPy
3
- Version: 6.3.1
3
+ Version: 6.3.2
4
4
  Summary: A framework for the development and application of hydrological models.
5
5
  Home-page: https://github.com/hydpy-dev/hydpy
6
6
  Author: HydPy Developers
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HydPy
3
- Version: 6.3.1
3
+ Version: 6.3.2
4
4
  Summary: A framework for the development and application of hydrological models.
5
5
  Home-page: https://github.com/hydpy-dev/hydpy
6
6
  Author: HydPy Developers
@@ -116,7 +116,7 @@ from hydpy.exe.replacetools import xml_replace
116
116
  from hydpy.exe.servertools import await_server, start_server
117
117
  from hydpy.exe.xmltools import XMLInterface, run_simulation, xml_validate
118
118
 
119
- __version__ = "6.3.1"
119
+ __version__ = "6.3.2"
120
120
 
121
121
  pub.options = optiontools.Options()
122
122
  pub.indexer = indextools.Indexer()
@@ -905,7 +905,7 @@ far.
905
905
  result = numpy.linalg.lstsq(
906
906
  self.get_a(values, ar_order), self.get_b(values, ar_order), rcond=-1
907
907
  )
908
- self.ar_coefs = cast(VectorFloat, result[0])
908
+ self.ar_coefs = result[0]
909
909
  residuals = result[1]
910
910
  if len(residuals) == 1:
911
911
  self._rel_rmse = numpy.sqrt(residuals[0]) / numpy.sum(values)
@@ -2689,7 +2689,7 @@ occurred: Attribute timegrids of module `pub` is not defined at the moment.
2689
2689
  ps.plot(ax=pyplot.gca(), **kwargs)
2690
2690
  pyplot.legend()
2691
2691
  if not focus:
2692
- pyplot.ylim((0.0, None))
2692
+ pyplot.ylim((0.0, None)) # type: ignore[arg-type]
2693
2693
  if pyplot.get_fignums():
2694
2694
  pyplot.ylabel(self._ylabel)
2695
2695
  return pyplot.gcf()
@@ -2770,8 +2770,7 @@ occurred: Attribute timegrids of module `pub` is not defined at the moment.
2770
2770
  ...
2771
2771
  ValueError: While trying to plot the duration curves of the sequences obs and \
2772
2772
  sim of node `dill_assl` for the period `1996-01-01 00:00:00` to `1996-06-01 00:00:00`, \
2773
- the following error occurred: '.' is not a valid value for ls; supported values are \
2774
- '-', '--', '-.', ':', 'None', ' ', '', 'solid', 'dashed', 'dashdot', 'dotted'
2773
+ the following error occurred: '.' is not a valid value for ls. Did you mean: '-.'?
2775
2774
  """
2776
2775
 
2777
2776
  t = TypeVar("t", str, int)
@@ -3763,7 +3762,7 @@ class `Element` is deprecated. Use method `prepare_model` instead.
3763
3762
  lines = [l for l in pyplot.legend().get_lines() if l.get_label() != "None"]
3764
3763
  pyplot.legend(handles=lines)
3765
3764
  if not focus:
3766
- pyplot.ylim((0.0, None))
3765
+ pyplot.ylim((0.0, None)) # type: ignore[arg-type]
3767
3766
  return pyplot.gcf()
3768
3767
 
3769
3768
  def _query_iosequences(
@@ -164,10 +164,7 @@ class _CurrentDirContext(str):
164
164
  def __init__(self, manager: FileManager, property_: _CurrentDirProperty, /) -> None:
165
165
  self._manager = manager
166
166
  self._property = (property_,)
167
- if (value := property_.manager2value.get(manager)) is None:
168
- self._old_value = manager.DEFAULTDIR
169
- else:
170
- self._old_value = value
167
+ self._old_value = property_.manager2value.get(manager)
171
168
  self._new_value = None
172
169
  self._is_called = False
173
170
  self._is_entered = False
@@ -17,7 +17,7 @@ if TYPE_CHECKING:
17
17
  from hydpy.core import parametertools
18
18
 
19
19
 
20
- class BaseMask(NDArrayBool):
20
+ class BaseMask(numpy.ndarray[Any, numpy.dtype[numpy.bool_]]):
21
21
  """Base class for defining |CustomMask| and |DefaultMask| classes."""
22
22
 
23
23
  name: str
@@ -29,9 +29,7 @@ if TYPE_CHECKING:
29
29
 
30
30
  _builtinnames = set(dir(builtins))
31
31
 
32
- ReprArg: TypeAlias = Union[
33
- numbers.Number, Iterable[numbers.Number], Iterable[Iterable[numbers.Number]]
34
- ]
32
+ ReprArg: TypeAlias = Union[float, Iterable[float], Iterable[Iterable[float]]]
35
33
 
36
34
 
37
35
  def classname(self: object) -> str:
@@ -901,12 +899,12 @@ def repr_numbers(values: ReprArg) -> str:
901
899
 
902
900
  Note that the returned string is not wrapped.
903
901
  """
904
- if isinstance(values, numbers.Number):
902
+ if isinstance(values, float):
905
903
  return repr_(values)
906
904
  result = []
907
905
  ndim = 1
908
906
  for value in values:
909
- if isinstance(value, numbers.Number):
907
+ if isinstance(value, float):
910
908
  result.append(repr_(value))
911
909
  else:
912
910
  result.append(", ".join(repr_(v) for v in value))
@@ -2591,12 +2591,12 @@ class SeasonalParameter(Parameter):
2591
2591
  Pairs of |TOY| objects and |float| values define the seasonal pattern. One can
2592
2592
  assign them all at once via keyword arguments:
2593
2593
 
2594
- >>> par(_1=2., _7_1=4., _3_1_0_0_0=5.)
2594
+ >>> par(_1=2.0, _7_1=4.0, _3_1_0_0_0=5.0)
2595
2595
 
2596
2596
  Note that all keywords in the call above are proper |TOY| initialisation arguments.
2597
2597
  Misspelt keywords result in error messages like the following:
2598
2598
 
2599
- >>> Par(None)(_a=1.)
2599
+ >>> Par(None)(_a=1.0)
2600
2600
  Traceback (most recent call last):
2601
2601
  ...
2602
2602
  ValueError: While trying to define the seasonal parameter value `par` of element \
@@ -2620,7 +2620,7 @@ given for property `month` cannot be converted to `int`.
2620
2620
  >>> par.toy_1_1_0_0_0
2621
2621
  2.0
2622
2622
  >>> del par.toy_1_1_0_0_0
2623
- >>> par.toy_2_1_0_0_0 = 2.
2623
+ >>> par.toy_2_1_0_0_0 = 2.0
2624
2624
  >>> par
2625
2625
  par(toy_2_1_0_0_0=2.0,
2626
2626
  toy_3_1_0_0_0=5.0,
@@ -2655,7 +2655,7 @@ attribute nor does it handle a "time of year" named `2_1`.
2655
2655
 
2656
2656
  New values are checked to be compatible with the predefined shape:
2657
2657
 
2658
- >>> par.toy_1_1_0_0_0 = [1., 2.] # doctest: +ELLIPSIS
2658
+ >>> par.toy_1_1_0_0_0 = [1.0, 2.0] # doctest: +ELLIPSIS
2659
2659
  Traceback (most recent call last):
2660
2660
  ...
2661
2661
  TypeError: While trying to add a new or change an existing toy-value pair for the \
@@ -2664,7 +2664,7 @@ argument must be a string or a... number...
2664
2664
  >>> par = Par(None)
2665
2665
  >>> par.NDIM = 2
2666
2666
  >>> par.shape = (None, 3)
2667
- >>> par.toy_1_1_0_0_0 = [1., 2.]
2667
+ >>> par.toy_1_1_0_0_0 = [1.0, 2.0]
2668
2668
  Traceback (most recent call last):
2669
2669
  ...
2670
2670
  ValueError: While trying to add a new or change an existing toy-value pair for \
@@ -3159,8 +3159,8 @@ Using the latter without modification might result in inconsistencies.
3159
3159
  self.refresh()
3160
3160
 
3161
3161
  def __repr__(self) -> str:
3162
- def _assignrepr(value_, prefix_):
3163
- if self.NDIM == 1:
3162
+ def _assignrepr(value_: float | NDArrayFloat, prefix_: str) -> str:
3163
+ if isinstance(value_, float):
3164
3164
  return objecttools.assignrepr_value(value_, prefix_)
3165
3165
  return objecttools.assignrepr_list(value_, prefix_, width=79)
3166
3166
 
@@ -367,7 +367,7 @@ class FastAccessNodeSequence(FastAccessIOSequence):
367
367
  self._reset_obsdata = False
368
368
 
369
369
 
370
- class InfoArray(NDArrayFloat):
370
+ class InfoArray(numpy.ndarray[Any, numpy.dtype[numpy.float64]]):
371
371
  """|numpy| |numpy.ndarray| subclass with an additional attribute describing the
372
372
  (potential) aggregation of the handled data.
373
373
 
@@ -414,7 +414,7 @@ class Test:
414
414
  """To be implemented by the subclasses of |Test|."""
415
415
 
416
416
  @abc.abstractmethod
417
- def get_output_array(self, parseqs):
417
+ def get_output_array(self, parseqs: Never) -> NDArrayFloat:
418
418
  """To be implemented by the subclasses of |Test|."""
419
419
 
420
420
  @property
@@ -564,11 +564,16 @@ class IntegrationTest(Test):
564
564
  nodes: devicetools.Devices[devicetools.Node]
565
565
  parseqs: tuple[sequencetools.IOSequence, ...]
566
566
 
567
+ _dateformat: str | None = None
568
+
567
569
  def __init__(
568
570
  self,
569
571
  element: devicetools.Element | None = None,
570
572
  seqs: tuple[sequencetools.IOSequence, ...] | None = None,
571
- inits=None,
573
+ inits: (
574
+ Sequence[tuple[sequencetools.ConditionSequence, float | NDArrayFloat]]
575
+ | None
576
+ ) = None,
572
577
  ) -> None:
573
578
  """Prepare the element and its nodes, put them into a HydPy object, and make
574
579
  their sequences ready for use for integration testing."""
@@ -696,8 +701,7 @@ standard library for for further information.
696
701
  >>> tester.dateformat
697
702
  '%x'
698
703
  """
699
- dateformat = vars(self).get("dateformat")
700
- if dateformat is None:
704
+ if (dateformat := self._dateformat) is None:
701
705
  return timetools.Date.formatstrings["iso2"]
702
706
  return dateformat
703
707
 
@@ -711,9 +715,9 @@ standard library for for further information.
711
715
  f"for `datetime` objects. Please read the documentation on module "
712
716
  f"datetime of the Python standard library for for further information."
713
717
  ) from exc
714
- vars(self)["dateformat"] = dateformat
718
+ self._dateformat = dateformat
715
719
 
716
- def get_output_array(self, parseqs: sequencetools.IOSequence):
720
+ def get_output_array(self, parseqs: sequencetools.IOSequence) -> NDArrayFloat:
717
721
  """Return the array containing the output results of the given sequence."""
718
722
  return parseqs.series
719
723
 
@@ -993,7 +997,15 @@ class UnitTest(Test):
993
997
  """Stores arrays with the resulting values of parameters and/or
994
998
  sequences of each new experiment."""
995
999
 
996
- def __init__(self, model, method, *, first_example=1, last_example=1, parseqs=None):
1000
+ def __init__(
1001
+ self,
1002
+ model: modeltools.Model,
1003
+ method: modeltools.Method,
1004
+ *,
1005
+ first_example: int = 1,
1006
+ last_example: int = 1,
1007
+ parseqs: tuple[variabletools.Variable],
1008
+ ) -> None:
997
1009
  del self.inits
998
1010
  del self.nexts
999
1011
  del self.results
@@ -1008,21 +1020,23 @@ class UnitTest(Test):
1008
1020
  self.prepare_output_arrays()
1009
1021
 
1010
1022
  @property
1011
- def nmb_examples(self):
1023
+ def nmb_examples(self) -> int:
1012
1024
  """The number of examples to be calculated."""
1013
1025
  return self.last_example_calc - self.first_example_calc + 1
1014
1026
 
1015
1027
  @property
1016
- def idx0(self):
1028
+ def idx0(self) -> int:
1017
1029
  """The first index of the examples selected for printing."""
1018
1030
  return self.first_example_plot - self.first_example_calc
1019
1031
 
1020
1032
  @property
1021
- def idx1(self):
1033
+ def idx1(self) -> int:
1022
1034
  """The last index of the examples selected for printing."""
1023
1035
  return self.nmb_examples - (self.last_example_calc - self.last_example_plot)
1024
1036
 
1025
- def __call__(self, first_example=None, last_example=None) -> None:
1037
+ def __call__(
1038
+ self, first_example: int | None = None, last_example: int | None = None
1039
+ ) -> None:
1026
1040
  if first_example is None:
1027
1041
  self.first_example_plot = self.first_example_calc
1028
1042
  else:
@@ -1038,18 +1052,18 @@ class UnitTest(Test):
1038
1052
  self._update_outputs(idx)
1039
1053
  self.print_table(self.idx0, self.idx1)
1040
1054
 
1041
- def get_output_array(self, parseqs):
1055
+ def get_output_array(self, parseqs: variabletools.Variable) -> NDArrayFloat:
1042
1056
  """Return the array containing the output results of the given
1043
1057
  parameter or sequence."""
1044
1058
  return getattr(self.results, parseqs.name)
1045
1059
 
1046
1060
  @property
1047
- def raw_first_col_strings(self):
1061
+ def raw_first_col_strings(self) -> tuple[str, ...]:
1048
1062
  """The raw integer strings of the first column, except the header."""
1049
- return [
1063
+ return tuple(
1050
1064
  str(example)
1051
1065
  for example in range(self.first_example_plot, self.last_example_plot + 1)
1052
- ]
1066
+ )
1053
1067
 
1054
1068
  def memorise_inits(self) -> None:
1055
1069
  """Memorise all initial conditions."""
@@ -1075,14 +1089,14 @@ class UnitTest(Test):
1075
1089
  if inits is not None:
1076
1090
  parseq(inits)
1077
1091
 
1078
- def _update_inputs(self, idx) -> None:
1092
+ def _update_inputs(self, idx: int) -> None:
1079
1093
  """Update the actual values with the |UnitTest.nexts| data of
1080
1094
  the given index."""
1081
1095
  for parseq in self.parseqs:
1082
1096
  if hasattr(self.nexts, parseq.name):
1083
1097
  parseq(getattr(self.nexts, parseq.name)[idx])
1084
1098
 
1085
- def _update_outputs(self, idx) -> None:
1099
+ def _update_outputs(self, idx: int) -> None:
1086
1100
  """Update the |UnitTest.results| data with the actual values of
1087
1101
  the given index."""
1088
1102
  for parseq in self.parseqs:
@@ -1099,7 +1113,7 @@ class _Open:
1099
1113
 
1100
1114
  texts: list[str]
1101
1115
 
1102
- def __init__(self, path, mode, *args, **kwargs) -> None:
1116
+ def __init__(self, path: str, mode: str, *args: Any, **kwargs: Any) -> None:
1103
1117
  # pylint: disable=unused-argument
1104
1118
  # all further positional and keyword arguments are ignored.
1105
1119
  self.path = path.replace(os.sep, "/")
@@ -1107,11 +1121,16 @@ class _Open:
1107
1121
  self.texts = []
1108
1122
  self.entered = False
1109
1123
 
1110
- def __enter__(self):
1124
+ def __enter__(self) -> Self:
1111
1125
  self.entered = True
1112
1126
  return self
1113
1127
 
1114
- def __exit__(self, exception, message, traceback_):
1128
+ def __exit__(
1129
+ self,
1130
+ exception_type: type[BaseException],
1131
+ exception_value: BaseException,
1132
+ traceback_: types.TracebackType,
1133
+ ) -> None:
1115
1134
  self.close()
1116
1135
 
1117
1136
  def read(self) -> NoReturn:
@@ -1126,11 +1145,11 @@ class _Open:
1126
1145
  """Raise a |NotImplementedError| in any case."""
1127
1146
  raise NotImplementedError(self.__readingerror)
1128
1147
 
1129
- def write(self, text) -> None:
1148
+ def write(self, text: str) -> None:
1130
1149
  """Replace the `write` method of file objects."""
1131
1150
  self.texts.append(text)
1132
1151
 
1133
- def writelines(self, lines) -> None:
1152
+ def writelines(self, lines: Iterable[str]) -> None:
1134
1153
  """Replace the `writelines` method of file objects."""
1135
1154
  self.texts.extend(lines)
1136
1155
 
@@ -1213,11 +1232,16 @@ for further information.
1213
1232
  def __init__(self) -> None:
1214
1233
  self.open = builtins.open
1215
1234
 
1216
- def __enter__(self):
1235
+ def __enter__(self) -> Self:
1217
1236
  builtins.open = _Open # type: ignore[assignment]
1218
1237
  return self
1219
1238
 
1220
- def __exit__(self, exception, message, traceback_) -> None:
1239
+ def __exit__(
1240
+ self,
1241
+ exception_type: type[BaseException],
1242
+ exception_value: BaseException,
1243
+ traceback_: types.TracebackType,
1244
+ ) -> None:
1221
1245
  builtins.open = self.open
1222
1246
 
1223
1247
 
@@ -73,9 +73,7 @@ Sequence1: TypeAlias = Union[T_inv, Sequence[T_inv]]
73
73
  Sequence2: TypeAlias = Union[T1, T2, Sequence[T1 | T2]]
74
74
  Sequence3: TypeAlias = Union[T1, T2, T3, Sequence[T1 | T2 | T3]]
75
75
 
76
- Float_co = TypeVar("Float_co", covariant=True)
77
- Float1 = TypeVar("Float1", bound=float)
78
- Float2 = TypeVar("Float2", bound=float)
76
+ Float = TypeVar("Float", bound=float)
79
77
 
80
78
  Scalar = TypeVar(
81
79
  "Scalar",
@@ -301,6 +299,7 @@ __all__ = [
301
299
  "Collection3",
302
300
  "DeployMode",
303
301
  "Final",
302
+ "Float",
304
303
  "Generator",
305
304
  "Generic",
306
305
  "get_type_hints",
@@ -453,7 +453,7 @@ def _trim_int_nd(self: Variable, lower: TrimHook, upper: TrimHook) -> bool:
453
453
  self[idxs] = INT_NAN
454
454
 
455
455
 
456
- def get_tolerance(values):
456
+ def get_tolerance(values: float | NDArrayFloat) -> float | NDArrayFloat:
457
457
  """Return some "numerical accuracy" to be expected for the given floating-point
458
458
  value(s).
459
459
 
@@ -470,15 +470,17 @@ def get_tolerance(values):
470
470
  ... numpy.asarray([1.0, numpy.inf, 2.0, -numpy.inf])), 16)
471
471
  0.000000000000001, 0.0, 0.000000000000002, 0.0
472
472
  """
473
- tolerance = numpy.abs(values * 1e-15)
474
- if hasattr(tolerance, "__setitem__"):
473
+ if isinstance(values, float):
474
+ tolerance: float | NDArrayFloat = math.fabs(values * 1e-15)
475
+ if math.isinf(tolerance):
476
+ tolerance = 0.0
477
+ else:
478
+ tolerance = numpy.abs(values * 1e-15)
475
479
  tolerance[numpy.isinf(tolerance)] = 0.0
476
- elif math.isinf(tolerance):
477
- tolerance = 0.0
478
480
  return tolerance
479
481
 
480
482
 
481
- def _warn_trim(self, oldvalue, newvalue):
483
+ def _warn_trim(self, oldvalue: ArrayFloat, newvalue: ArrayFloat) -> None:
482
484
  if hydpy.pub.options.warntrim:
483
485
  warnings.warn(
484
486
  f"For variable {objecttools.devicephrase(self)} at least one value "
@@ -1522,7 +1524,7 @@ as `var` can only be `()`, but `(2,)` is given.
1522
1524
  if initflag:
1523
1525
  self._valueready = True
1524
1526
 
1525
- def _raise_wrongshape(self, shape):
1527
+ def _raise_wrongshape(self, shape: int | tuple[int, ...]) -> NoReturn:
1526
1528
  raise ValueError(
1527
1529
  f"The shape information of 0-dimensional variables "
1528
1530
  f"as {objecttools.devicephrase(self)} can only be `()`, "
@@ -2212,12 +2214,12 @@ has been determined, which is not a submask of `Soil([ True, True, False])`.
2212
2214
  )
2213
2215
  )
2214
2216
 
2215
- def _typeconversion(self, type_):
2217
+ def _typeconversion(self, type_: type[Float]) -> Float:
2216
2218
  if self.NDIM:
2217
2219
  raise TypeError(
2218
2220
  f"The variable {objecttools.devicephrase(self)} is "
2219
- f"{self.NDIM}-dimensional and thus cannot be converted "
2220
- f"to a scalar {type_.__name__} value."
2221
+ f"{self.NDIM}-dimensional and thus cannot be converted to a scalar "
2222
+ f"{type_.__name__} value."
2221
2223
  )
2222
2224
  return type_(self.value)
2223
2225
 
@@ -201,7 +201,7 @@ copyright = f"2013-{datetime.datetime.now().year}, HydPy Developers"
201
201
  # The short X.Y version.
202
202
  version = "6.3"
203
203
  # The full version, including alpha/beta/rc tags.
204
- release = "6.3.1"
204
+ release = "6.3.2"
205
205
 
206
206
  # The language for content autogenerated by Sphinx. Refer to documentation
207
207
  # for a list of supported languages.
@@ -63,8 +63,7 @@ class Calc_QPIn_V1(modeltools.Method):
63
63
  >>> test = UnitTest(
64
64
  ... model, model.calc_qpin_v1,
65
65
  ... first_example=8, last_example=10,
66
- ... parseqs=(fluxes.qin,
67
- ... fluxes.qpin))
66
+ ... parseqs=(fluxes.qin, fluxes.qpin))
68
67
  >>> test.nexts.qin = -1.0, 0.0, 12.0
69
68
  >>> test()
70
69
  | ex. | qin | qpin |
@@ -173,12 +173,10 @@ def main( # pylint: disable=too-many-branches
173
173
  warnings.filterwarnings(
174
174
  action="ignore",
175
175
  category=DeprecationWarning,
176
- message="`np.bool`",
177
- )
178
- warnings.filterwarnings(
179
- action="ignore",
180
- category=DeprecationWarning,
181
- message="datetime.datetime.utcfromtimestamp",
176
+ message=(
177
+ "Setting the shape on a NumPy array has been "
178
+ "deprecated in NumPy 2.5."
179
+ ),
182
180
  )
183
181
  runner = unittest.TextTestRunner(stream=file_)
184
182
  result = runner.run(suite)
@@ -22,7 +22,7 @@ extension_modules = [
22
22
 
23
23
  setuptools.setup(
24
24
  name="HydPy",
25
- version="6.3.1",
25
+ version="6.3.2",
26
26
  description="A framework for the development and application of hydrological "
27
27
  "models.",
28
28
  long_description=long_description,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes