HydPy 6.3.2__tar.gz → 6.4.0__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.2 → hydpy-6.4.0}/HydPy.egg-info/PKG-INFO +1 -1
  2. {hydpy-6.3.2 → hydpy-6.4.0}/PKG-INFO +1 -1
  3. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/__init__.py +1 -1
  4. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/conf/mypy_plugin_data.pickle +0 -0
  5. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/filetools.py +44 -14
  6. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo.pyx +12 -7
  7. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_glob_fao56.pyx +24 -14
  8. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_sun_fao56.pyx +24 -14
  9. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/conf.py +2 -2
  10. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_ret_fao56.py +14 -14
  11. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_model.py +43 -57
  12. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo_glob_fao56.py +3 -3
  13. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo_sun_fao56.py +3 -3
  14. {hydpy-6.3.2 → hydpy-6.4.0}/setup.py +1 -1
  15. {hydpy-6.3.2 → hydpy-6.4.0}/HydPy.egg-info/SOURCES.txt +0 -0
  16. {hydpy-6.3.2 → hydpy-6.4.0}/LICENSE +0 -0
  17. {hydpy-6.3.2 → hydpy-6.4.0}/README.rst +0 -0
  18. {hydpy-6.3.2 → hydpy-6.4.0}/call_installer.py +0 -0
  19. {hydpy-6.3.2 → hydpy-6.4.0}/execute_exe.py +0 -0
  20. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/aliases.py +0 -0
  21. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/__init__.py +0 -0
  22. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/anntools.py +0 -0
  23. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/armatools.py +0 -0
  24. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/calibtools.py +0 -0
  25. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/interptools.py +0 -0
  26. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/iuhtools.py +0 -0
  27. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/networktools.py +0 -0
  28. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/ppolytools.py +0 -0
  29. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/quadtools.py +0 -0
  30. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/roottools.py +0 -0
  31. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/smoothtools.py +0 -0
  32. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/statstools.py +0 -0
  33. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/auxs/validtools.py +0 -0
  34. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/conf/HydPyConfigBase.xsd +0 -0
  35. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/conf/HydPyConfigBase.xsdt +0 -0
  36. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/conf/HydPyConfigMultipleRuns.xsd +0 -0
  37. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/conf/HydPyConfigSingleRun.xsd +0 -0
  38. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/conf/__init__.py +0 -0
  39. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/conf/a_coefficients_explicit_lobatto_sequence.npy +0 -0
  40. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/conf/support_points_for_smoothpar_logistic2.npy +0 -0
  41. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/config.py +0 -0
  42. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/__init__.py +0 -0
  43. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/aliastools.py +0 -0
  44. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/autodoctools.py +0 -0
  45. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/auxfiletools.py +0 -0
  46. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/devicetools.py +0 -0
  47. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/exceptiontools.py +0 -0
  48. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/hydpytools.py +0 -0
  49. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/importtools.py +0 -0
  50. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/indextools.py +0 -0
  51. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/itemtools.py +0 -0
  52. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/masktools.py +0 -0
  53. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/modeltools.py +0 -0
  54. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/netcdftools.py +0 -0
  55. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/objecttools.py +0 -0
  56. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/optiontools.py +0 -0
  57. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/parametertools.py +0 -0
  58. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/printtools.py +0 -0
  59. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/propertytools.py +0 -0
  60. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/pubtools.py +0 -0
  61. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/selectiontools.py +0 -0
  62. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/sequencetools.py +0 -0
  63. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/seriestools.py +0 -0
  64. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/testtools.py +0 -0
  65. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/threadingtools.py +0 -0
  66. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/timetools.py +0 -0
  67. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/typingtools.py +0 -0
  68. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/core/variabletools.py +0 -0
  69. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/__init__.py +0 -0
  70. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/annutils.pxd +0 -0
  71. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/annutils.pyi +0 -0
  72. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/annutils.pyx +0 -0
  73. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/__init__.py +0 -0
  74. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/annutils.pxd +0 -0
  75. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/annutils.pyx +0 -0
  76. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_arma.pxd +0 -0
  77. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_arma.pyx +0 -0
  78. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_arma_rimorido.pxd +0 -0
  79. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_arma_rimorido.pyx +0 -0
  80. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_conv.pxd +0 -0
  81. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_conv.pyx +0 -0
  82. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_conv_idw.pxd +0 -0
  83. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_conv_idw.pyx +0 -0
  84. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_conv_idw_ed.pxd +0 -0
  85. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_conv_idw_ed.pyx +0 -0
  86. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_conv_nn.pxd +0 -0
  87. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_conv_nn.pyx +0 -0
  88. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam.pxd +0 -0
  89. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam.pyx +0 -0
  90. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_detention.pxd +0 -0
  91. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_detention.pyx +0 -0
  92. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_llake.pxd +0 -0
  93. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_llake.pyx +0 -0
  94. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_lreservoir.pxd +0 -0
  95. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_lreservoir.pyx +0 -0
  96. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_lretention.pxd +0 -0
  97. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_lretention.pyx +0 -0
  98. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_pump.pxd +0 -0
  99. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_pump.pyx +0 -0
  100. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_pump_sluice.pxd +0 -0
  101. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_pump_sluice.pyx +0 -0
  102. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_sluice.pxd +0 -0
  103. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_sluice.pyx +0 -0
  104. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v001.pxd +0 -0
  105. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v001.pyx +0 -0
  106. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v002.pxd +0 -0
  107. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v002.pyx +0 -0
  108. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v003.pxd +0 -0
  109. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v003.pyx +0 -0
  110. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v004.pxd +0 -0
  111. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v004.pyx +0 -0
  112. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v005.pxd +0 -0
  113. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dam_v005.pyx +0 -0
  114. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy.pxd +0 -0
  115. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy.pyx +0 -0
  116. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_interceptedwater.pxd +0 -0
  117. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_interceptedwater.pyx +0 -0
  118. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_node2node.pxd +0 -0
  119. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_node2node.pyx +0 -0
  120. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_snowalbedo.pxd +0 -0
  121. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_snowalbedo.pyx +0 -0
  122. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_snowcover.pxd +0 -0
  123. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_snowcover.pyx +0 -0
  124. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_snowycanopy.pxd +0 -0
  125. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_snowycanopy.pyx +0 -0
  126. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_soilwater.pxd +0 -0
  127. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_dummy_soilwater.pyx +0 -0
  128. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap.pxd +0 -0
  129. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap.pyx +0 -0
  130. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_aet_hbv96.pxd +0 -0
  131. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_aet_hbv96.pyx +0 -0
  132. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_aet_minhas.pxd +0 -0
  133. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_aet_minhas.pyx +0 -0
  134. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_aet_morsim.pxd +0 -0
  135. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_aet_morsim.pyx +0 -0
  136. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_pet_ambav1.pxd +0 -0
  137. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_pet_ambav1.pyx +0 -0
  138. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_pet_hbv96.pxd +0 -0
  139. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_pet_hbv96.pyx +0 -0
  140. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_pet_m.pxd +0 -0
  141. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_pet_m.pyx +0 -0
  142. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_pet_mlc.pxd +0 -0
  143. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_pet_mlc.pyx +0 -0
  144. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_ret_fao56.pxd +0 -0
  145. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_ret_fao56.pyx +0 -0
  146. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_ret_io.pxd +0 -0
  147. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_ret_io.pyx +0 -0
  148. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_ret_tw2002.pxd +0 -0
  149. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_evap_ret_tw2002.pyx +0 -0
  150. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch.pxd +0 -0
  151. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch.pyx +0 -0
  152. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch_branch_hbv96.pxd +0 -0
  153. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch_branch_hbv96.pyx +0 -0
  154. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch_interp.pxd +0 -0
  155. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch_interp.pyx +0 -0
  156. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch_waterlevel.pxd +0 -0
  157. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch_waterlevel.pyx +0 -0
  158. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch_weir_hbv96.pxd +0 -0
  159. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_exch_weir_hbv96.pyx +0 -0
  160. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_ga.pxd +0 -0
  161. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_ga.pyx +0 -0
  162. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_ga_garto.pxd +0 -0
  163. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_ga_garto.pyx +0 -0
  164. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_ga_garto_submodel1.pxd +0 -0
  165. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_ga_garto_submodel1.pyx +0 -0
  166. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_gland.pxd +0 -0
  167. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_gland.pyx +0 -0
  168. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_gland_gr4.pxd +0 -0
  169. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_gland_gr4.pyx +0 -0
  170. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_gland_gr5.pxd +0 -0
  171. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_gland_gr5.pyx +0 -0
  172. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_gland_gr6.pxd +0 -0
  173. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_gland_gr6.pyx +0 -0
  174. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_hland.pxd +0 -0
  175. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_hland.pyx +0 -0
  176. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_hland_96.pxd +0 -0
  177. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_hland_96.pyx +0 -0
  178. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_hland_96c.pxd +0 -0
  179. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_hland_96c.pyx +0 -0
  180. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_hland_96p.pxd +0 -0
  181. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_hland_96p.pyx +0 -0
  182. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_kinw.pxd +0 -0
  183. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_kinw.pyx +0 -0
  184. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_kinw_impl_euler.pxd +0 -0
  185. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_kinw_impl_euler.pyx +0 -0
  186. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_kinw_williams.pxd +0 -0
  187. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_kinw_williams.pyx +0 -0
  188. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_kinw_williams_ext.pxd +0 -0
  189. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_kinw_williams_ext.pyx +0 -0
  190. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_lland.pxd +0 -0
  191. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_lland.pyx +0 -0
  192. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_lland_dd.pxd +0 -0
  193. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_lland_dd.pyx +0 -0
  194. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_lland_knauf.pxd +0 -0
  195. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_lland_knauf.pyx +0 -0
  196. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_lland_knauf_ic.pxd +0 -0
  197. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_lland_knauf_ic.pyx +0 -0
  198. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_manager.pxd +0 -0
  199. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_manager.pyx +0 -0
  200. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_manager_lwc.pxd +0 -0
  201. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_manager_lwc.pyx +0 -0
  202. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo.pxd +0 -0
  203. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pxd +0 -0
  204. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pyx +0 -0
  205. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_glob_fao56.pxd +0 -0
  206. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_glob_io.pxd +0 -0
  207. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_glob_io.pyx +0 -0
  208. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_glob_morsim.pxd +0 -0
  209. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_glob_morsim.pyx +0 -0
  210. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_precip_io.pxd +0 -0
  211. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_precip_io.pyx +0 -0
  212. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pxd +0 -0
  213. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pyx +0 -0
  214. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_sun_fao56.pxd +0 -0
  215. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_sun_morsim.pxd +0 -0
  216. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_sun_morsim.pyx +0 -0
  217. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_temp_io.pxd +0 -0
  218. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_meteo_temp_io.pyx +0 -0
  219. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_musk.pxd +0 -0
  220. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_musk.pyx +0 -0
  221. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_musk_classic.pxd +0 -0
  222. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_musk_classic.pyx +0 -0
  223. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_musk_mct.pxd +0 -0
  224. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_musk_mct.pyx +0 -0
  225. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_rconc.pxd +0 -0
  226. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_rconc.pyx +0 -0
  227. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_rconc_nash.pxd +0 -0
  228. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_rconc_nash.pyx +0 -0
  229. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_rconc_uh.pxd +0 -0
  230. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_rconc_uh.pyx +0 -0
  231. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_snow.pxd +0 -0
  232. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_snow.pyx +0 -0
  233. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_snow_cn.pxd +0 -0
  234. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_snow_cn.pyx +0 -0
  235. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_snow_cn_minmax.pxd +0 -0
  236. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_snow_cn_minmax.pyx +0 -0
  237. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d.pxd +0 -0
  238. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d.pyx +0 -0
  239. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_channel.pxd +0 -0
  240. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_channel.pyx +0 -0
  241. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_gate_out.pxd +0 -0
  242. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_gate_out.pyx +0 -0
  243. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_lias.pxd +0 -0
  244. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_lias.pyx +0 -0
  245. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pxd +0 -0
  246. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pyx +0 -0
  247. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_network.pxd +0 -0
  248. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_network.pyx +0 -0
  249. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_pump.pxd +0 -0
  250. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_pump.pyx +0 -0
  251. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_q_in.pxd +0 -0
  252. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_q_in.pyx +0 -0
  253. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_q_out.pxd +0 -0
  254. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_q_out.pyx +0 -0
  255. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_storage.pxd +0 -0
  256. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_storage.pyx +0 -0
  257. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_weir_out.pxd +0 -0
  258. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_sw1d_weir_out.pyx +0 -0
  259. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_test.pxd +0 -0
  260. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_test.pyx +0 -0
  261. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_test_discontinous.pxd +0 -0
  262. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_test_discontinous.pyx +0 -0
  263. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_test_stiff0d.pxd +0 -0
  264. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_test_stiff0d.pyx +0 -0
  265. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_test_stiff1d.pxd +0 -0
  266. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_test_stiff1d.pyx +0 -0
  267. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_whmod.pxd +0 -0
  268. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_whmod.pyx +0 -0
  269. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_whmod_rural.pxd +0 -0
  270. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_whmod_rural.pyx +0 -0
  271. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_whmod_urban.pxd +0 -0
  272. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_whmod_urban.pyx +0 -0
  273. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wland.pxd +0 -0
  274. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wland.pyx +0 -0
  275. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wland_gd.pxd +0 -0
  276. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wland_gd.pyx +0 -0
  277. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wland_wag.pxd +0 -0
  278. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wland_wag.pyx +0 -0
  279. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq.pxd +0 -0
  280. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq.pyx +0 -0
  281. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq_trapeze.pxd +0 -0
  282. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq_trapeze.pyx +0 -0
  283. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pxd +0 -0
  284. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pyx +0 -0
  285. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq_walrus.pxd +0 -0
  286. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq_walrus.pyx +0 -0
  287. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq_widths_strickler.pxd +0 -0
  288. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/c_wq_widths_strickler.pyx +0 -0
  289. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/configutils.pxd +0 -0
  290. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/configutils.pyx +0 -0
  291. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/interfaceutils.pxd +0 -0
  292. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/interfaceutils.pyx +0 -0
  293. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/interputils.pxd +0 -0
  294. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/interputils.pyx +0 -0
  295. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/masterinterface.pxd +0 -0
  296. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/masterinterface.pyx +0 -0
  297. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/pointerutils.pxd +0 -0
  298. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/pointerutils.pyx +0 -0
  299. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/ppolyutils.pxd +0 -0
  300. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/ppolyutils.pyx +0 -0
  301. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/quadutils.pxd +0 -0
  302. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/quadutils.pyx +0 -0
  303. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/rootutils.pxd +0 -0
  304. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/rootutils.pyx +0 -0
  305. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/sequenceutils.pxd +0 -0
  306. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/sequenceutils.pyx +0 -0
  307. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/smoothutils.pxd +0 -0
  308. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/autogen/smoothutils.pyx +0 -0
  309. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/configutils.pxd +0 -0
  310. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/configutils.pyi +0 -0
  311. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/configutils.pyx +0 -0
  312. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/interfaceutils.pxd +0 -0
  313. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/interfaceutils.pyi +0 -0
  314. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/interfaceutils.pyx +0 -0
  315. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/interputils.pxd +0 -0
  316. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/interputils.pyi +0 -0
  317. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/interputils.pyx +0 -0
  318. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/modelutils.py +0 -0
  319. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/pointerutils.pxd +0 -0
  320. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/pointerutils.pyi +0 -0
  321. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/pointerutils.pyx +0 -0
  322. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/ppolyutils.pxd +0 -0
  323. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/ppolyutils.pyi +0 -0
  324. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/ppolyutils.pyx +0 -0
  325. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/quadutils.pxd +0 -0
  326. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/quadutils.pyi +0 -0
  327. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/quadutils.pyx +0 -0
  328. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/rootutils.pxd +0 -0
  329. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/rootutils.pyi +0 -0
  330. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/rootutils.pyx +0 -0
  331. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/sequenceutils.pxd +0 -0
  332. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/sequenceutils.pyi +0 -0
  333. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/sequenceutils.pyx +0 -0
  334. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/smoothutils.pxd +0 -0
  335. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/smoothutils.pyi +0 -0
  336. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/cythons/smoothutils.pyx +0 -0
  337. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py +0 -0
  338. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py +0 -0
  339. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py +0 -0
  340. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py +0 -0
  341. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_dill_assl_lahn_leun.py +0 -0
  342. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_leun_lahn_kalk.py +0 -0
  343. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_marb_lahn_leun.py +0 -0
  344. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/control/default/land.py +0 -0
  345. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py +0 -0
  346. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py +0 -0
  347. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py +0 -0
  348. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py +0 -0
  349. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/control/default/stream_dill_assl_lahn_leun.py +0 -0
  350. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_leun_lahn_kalk.py +0 -0
  351. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_marb_lahn_leun.py +0 -0
  352. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/multiple_runs.xml +0 -0
  353. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/multiple_runs_alpha.xml +0 -0
  354. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/network/default/headwaters.py +0 -0
  355. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/network/default/nonheadwaters.py +0 -0
  356. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/network/default/streams.py +0 -0
  357. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/dill_assl_obs_q.asc +0 -0
  358. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalairtemperature.nc +0 -0
  359. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalevapotranspiration.nc +0 -0
  360. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_p.nc +0 -0
  361. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_t.nc +0 -0
  362. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/lahn_kalk_obs_q.asc +0 -0
  363. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/lahn_leun_obs_q.asc +0 -0
  364. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/lahn_marb_obs_q.asc +0 -0
  365. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
  366. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
  367. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_p.asc +0 -0
  368. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_t.asc +0 -0
  369. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
  370. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
  371. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_p.asc +0 -0
  372. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_t.asc +0 -0
  373. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
  374. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
  375. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_p.asc +0 -0
  376. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_t.asc +0 -0
  377. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
  378. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
  379. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_p.asc +0 -0
  380. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_t.asc +0 -0
  381. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/series/default/obs_q.nc +0 -0
  382. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/single_run.xml +0 -0
  383. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/HydPy-H-Lahn/single_run.xmlt +0 -0
  384. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/data/__init__.py +0 -0
  385. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/__init__.py +0 -0
  386. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/autofigs/__init__.py +0 -0
  387. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/bib/__init__.py +0 -0
  388. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/bib/refs.bib +0 -0
  389. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/combine_docversions.py +0 -0
  390. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/draw_model_sketches.py +0 -0
  391. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/enable_autodoc.py +0 -0
  392. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-G-GR4.png +0 -0
  393. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-G-GR5.png +0 -0
  394. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-G-GR6.png +0 -0
  395. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-H-HBV96-COSERO.png +0 -0
  396. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-H-HBV96-PREVAH.png +0 -0
  397. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-H-HBV96.png +0 -0
  398. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-H-Lahn.png +0 -0
  399. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-KinW-Williams.png +0 -0
  400. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-L-DD.png +0 -0
  401. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-Snow-CN.png +0 -0
  402. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy-W-Wag.png +0 -0
  403. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy_Logo.png +0 -0
  404. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/HydPy_Logo_Text.png +0 -0
  405. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/IDLE-editor.png +0 -0
  406. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/IDLE-shell.png +0 -0
  407. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/LAWA_river-basin-bumbers.png +0 -0
  408. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/figs/__init__.py +0 -0
  409. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/html_/__init__.py +0 -0
  410. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/polish_html.py +0 -0
  411. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/prepare.py +0 -0
  412. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/publish_docs.py +0 -0
  413. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-ARMA.rst +0 -0
  414. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Conv.rst +0 -0
  415. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Dam.rst +0 -0
  416. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Dummy.rst +0 -0
  417. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Evap.rst +0 -0
  418. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Exch.rst +0 -0
  419. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-G.rst +0 -0
  420. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-GA.rst +0 -0
  421. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-H.rst +0 -0
  422. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-KinW.rst +0 -0
  423. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-L.rst +0 -0
  424. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Manager.rst +0 -0
  425. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Meteo.rst +0 -0
  426. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Musk.rst +0 -0
  427. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Rconc.rst +0 -0
  428. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-SW1D.rst +0 -0
  429. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Snow.rst +0 -0
  430. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-Test.rst +0 -0
  431. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-W.rst +0 -0
  432. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-WHMod.rst +0 -0
  433. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/HydPy-WQ.rst +0 -0
  434. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/__init__.py +0 -0
  435. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/additional_repositories.rst +0 -0
  436. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/auxiliaries.rst +0 -0
  437. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/continuous_integration.rst +0 -0
  438. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/core.rst +0 -0
  439. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/cythons.rst +0 -0
  440. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/definitions.rst +0 -0
  441. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/developer_guide.rst +0 -0
  442. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/example_projects.rst +0 -0
  443. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/execution.rst +0 -0
  444. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/framework_tools.rst +0 -0
  445. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/how_to_read_the_reference_manual.rst +0 -0
  446. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/hydpydependencies.rst +0 -0
  447. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/index.rst +0 -0
  448. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/installation.rst +0 -0
  449. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/model_families.rst +0 -0
  450. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/model_overview.rst +0 -0
  451. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/modelimports.rst +0 -0
  452. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/options.rst +0 -0
  453. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/programming_style.rst +0 -0
  454. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/project_structure.rst +0 -0
  455. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/quickstart.rst +0 -0
  456. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/reference_manual.rst +0 -0
  457. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/required_tools.rst +0 -0
  458. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/simulation.rst +0 -0
  459. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/submodel_interfaces.rst +0 -0
  460. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/tests_and_documentation.rst +0 -0
  461. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/user_guide.rst +0 -0
  462. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/version_control.rst +0 -0
  463. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/rst/zbibliography.rst +0 -0
  464. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/__init__.py +0 -0
  465. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/frameset.html +0 -0
  466. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/rstsource.html +0 -0
  467. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/versionchanges.html +0 -0
  468. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/defindex.html +0 -0
  469. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/domainindex.html +0 -0
  470. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-single.html +0 -0
  471. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-split.html +0 -0
  472. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex.html +0 -0
  473. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/globaltoc.html +0 -0
  474. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/layout.html +0 -0
  475. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/localtoc.html +0 -0
  476. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/opensearch.xml +0 -0
  477. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/page.html +0 -0
  478. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/relations.html +0 -0
  479. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/search.html +0 -0
  480. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/searchbox.html +0 -0
  481. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/searchfield.html +0 -0
  482. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/sourcelink.html +0 -0
  483. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/basic.css_t +0 -0
  484. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/doctools.js +0 -0
  485. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/documentation_options.js_t +0 -0
  486. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/file.png +0 -0
  487. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/language_data.js_t +0 -0
  488. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/minus.png +0 -0
  489. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/plus.png +0 -0
  490. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/searchtools.js +0 -0
  491. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/sphinx_highlight.js +0 -0
  492. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/basic_hydpy/theme.conf +0 -0
  493. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/classic_hydpy/layout.html +0 -0
  494. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/classic_hydpy/static/classic.css_t +0 -0
  495. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/classic_hydpy/static/sidebar.js_t +0 -0
  496. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/_themes/classic_hydpy/theme.conf +0 -0
  497. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/defaultlinks_extension.py +0 -0
  498. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/integrationtest_extension.py +0 -0
  499. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/projectstructure_extension.py +0 -0
  500. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/docs/sphinx/submodelgraph_extension.py +0 -0
  501. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/exe/__init__.py +0 -0
  502. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/exe/commandtools.py +0 -0
  503. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/exe/hyd.py +0 -0
  504. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/exe/modelimports.py +0 -0
  505. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/exe/replacetools.py +0 -0
  506. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/exe/servertools.py +0 -0
  507. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/exe/xmltools.py +0 -0
  508. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/__init__.py +0 -0
  509. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/aetinterfaces.py +0 -0
  510. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/dischargeinterfaces.py +0 -0
  511. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/exchangeinterfaces.py +0 -0
  512. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/petinterfaces.py +0 -0
  513. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/precipinterfaces.py +0 -0
  514. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/radiationinterfaces.py +0 -0
  515. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/rconcinterfaces.py +0 -0
  516. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/routinginterfaces.py +0 -0
  517. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/soilinterfaces.py +0 -0
  518. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/stateinterfaces.py +0 -0
  519. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/interfaces/tempinterfaces.py +0 -0
  520. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/__init__.py +0 -0
  521. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/arma/__init__.py +0 -0
  522. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/arma/arma_control.py +0 -0
  523. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/arma/arma_derived.py +0 -0
  524. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/arma/arma_fluxes.py +0 -0
  525. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/arma/arma_inlets.py +0 -0
  526. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/arma/arma_logs.py +0 -0
  527. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/arma/arma_model.py +0 -0
  528. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/arma/arma_outlets.py +0 -0
  529. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/arma_rimorido.py +0 -0
  530. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv/__init__.py +0 -0
  531. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv/conv_control.py +0 -0
  532. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv/conv_derived.py +0 -0
  533. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv/conv_fluxes.py +0 -0
  534. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv/conv_inlets.py +0 -0
  535. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv/conv_model.py +0 -0
  536. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv/conv_outlets.py +0 -0
  537. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv_idw.py +0 -0
  538. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv_idw_ed.py +0 -0
  539. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/conv_nn.py +0 -0
  540. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/__init__.py +0 -0
  541. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_aides.py +0 -0
  542. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_control.py +0 -0
  543. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_derived.py +0 -0
  544. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_factors.py +0 -0
  545. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_fluxes.py +0 -0
  546. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_inlets.py +0 -0
  547. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_logs.py +0 -0
  548. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_model.py +0 -0
  549. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_observers.py +0 -0
  550. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_outlets.py +0 -0
  551. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_receivers.py +0 -0
  552. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_senders.py +0 -0
  553. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_solver.py +0 -0
  554. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam/dam_states.py +0 -0
  555. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_detention.py +0 -0
  556. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_llake.py +0 -0
  557. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_lreservoir.py +0 -0
  558. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_lretention.py +0 -0
  559. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_pump.py +0 -0
  560. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_pump_sluice.py +0 -0
  561. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_sluice.py +0 -0
  562. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_v001.py +0 -0
  563. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_v002.py +0 -0
  564. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_v003.py +0 -0
  565. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_v004.py +0 -0
  566. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dam_v005.py +0 -0
  567. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy/__init__.py +0 -0
  568. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy/dummy_control.py +0 -0
  569. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy/dummy_fluxes.py +0 -0
  570. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy/dummy_inlets.py +0 -0
  571. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy/dummy_inputs.py +0 -0
  572. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy/dummy_model.py +0 -0
  573. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy/dummy_outlets.py +0 -0
  574. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy_interceptedwater.py +0 -0
  575. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy_node2node.py +0 -0
  576. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy_snowalbedo.py +0 -0
  577. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy_snowcover.py +0 -0
  578. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy_snowycanopy.py +0 -0
  579. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/dummy_soilwater.py +0 -0
  580. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/__init__.py +0 -0
  581. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_control.py +0 -0
  582. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_derived.py +0 -0
  583. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_factors.py +0 -0
  584. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_fixed.py +0 -0
  585. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_fluxes.py +0 -0
  586. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_inputs.py +0 -0
  587. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_logs.py +0 -0
  588. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_masks.py +0 -0
  589. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_model.py +0 -0
  590. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_parameters.py +0 -0
  591. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_sequences.py +0 -0
  592. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap/evap_states.py +0 -0
  593. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_aet_hbv96.py +0 -0
  594. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_aet_minhas.py +0 -0
  595. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_aet_morsim.py +0 -0
  596. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_pet_ambav1.py +0 -0
  597. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_pet_hbv96.py +0 -0
  598. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_pet_m.py +0 -0
  599. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_pet_mlc.py +0 -0
  600. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_ret_io.py +0 -0
  601. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/evap_ret_tw2002.py +0 -0
  602. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/__init__.py +0 -0
  603. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_control.py +0 -0
  604. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_derived.py +0 -0
  605. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_factors.py +0 -0
  606. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_fluxes.py +0 -0
  607. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_inlets.py +0 -0
  608. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_logs.py +0 -0
  609. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_model.py +0 -0
  610. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_observers.py +0 -0
  611. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_outlets.py +0 -0
  612. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_receivers.py +0 -0
  613. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch/exch_senders.py +0 -0
  614. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch_branch_hbv96.py +0 -0
  615. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch_interp.py +0 -0
  616. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch_waterlevel.py +0 -0
  617. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/exch_weir_hbv96.py +0 -0
  618. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga/__init__.py +0 -0
  619. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga/ga_aides.py +0 -0
  620. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga/ga_control.py +0 -0
  621. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga/ga_derived.py +0 -0
  622. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga/ga_fluxes.py +0 -0
  623. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga/ga_inputs.py +0 -0
  624. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga/ga_logs.py +0 -0
  625. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga/ga_model.py +0 -0
  626. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga/ga_states.py +0 -0
  627. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga_garto.py +0 -0
  628. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/ga_garto_submodel1.py +0 -0
  629. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland/__init__.py +0 -0
  630. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland/gland_control.py +0 -0
  631. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland/gland_derived.py +0 -0
  632. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland/gland_fluxes.py +0 -0
  633. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland/gland_inputs.py +0 -0
  634. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland/gland_model.py +0 -0
  635. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland/gland_outlets.py +0 -0
  636. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland/gland_states.py +0 -0
  637. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland_gr4.py +0 -0
  638. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland_gr5.py +0 -0
  639. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/gland_gr6.py +0 -0
  640. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/__init__.py +0 -0
  641. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_aides.py +0 -0
  642. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_constants.py +0 -0
  643. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_control.py +0 -0
  644. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_derived.py +0 -0
  645. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_factors.py +0 -0
  646. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_fixed.py +0 -0
  647. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_fluxes.py +0 -0
  648. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_inputs.py +0 -0
  649. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_masks.py +0 -0
  650. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_model.py +0 -0
  651. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_outlets.py +0 -0
  652. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_parameters.py +0 -0
  653. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_sequences.py +0 -0
  654. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland/hland_states.py +0 -0
  655. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland_96.py +0 -0
  656. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland_96c.py +0 -0
  657. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/hland_96p.py +0 -0
  658. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/__init__.py +0 -0
  659. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_aides.py +0 -0
  660. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_control.py +0 -0
  661. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_derived.py +0 -0
  662. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_factors.py +0 -0
  663. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_fixed.py +0 -0
  664. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_fluxes.py +0 -0
  665. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_inlets.py +0 -0
  666. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_model.py +0 -0
  667. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_outlets.py +0 -0
  668. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_solver.py +0 -0
  669. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw/kinw_states.py +0 -0
  670. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw_impl_euler.py +0 -0
  671. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw_williams.py +0 -0
  672. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/kinw_williams_ext.py +0 -0
  673. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/__init__.py +0 -0
  674. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_aides.py +0 -0
  675. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_constants.py +0 -0
  676. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_control.py +0 -0
  677. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_derived.py +0 -0
  678. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_factors.py +0 -0
  679. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_fixed.py +0 -0
  680. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_fluxes.py +0 -0
  681. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_inlets.py +0 -0
  682. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_inputs.py +0 -0
  683. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_logs.py +0 -0
  684. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_masks.py +0 -0
  685. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_model.py +0 -0
  686. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_outlets.py +0 -0
  687. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_parameters.py +0 -0
  688. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_sequences.py +0 -0
  689. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland/lland_states.py +0 -0
  690. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland_dd.py +0 -0
  691. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland_knauf.py +0 -0
  692. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/lland_knauf_ic.py +0 -0
  693. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/__init__.py +0 -0
  694. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_control.py +0 -0
  695. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_derived.py +0 -0
  696. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_factors.py +0 -0
  697. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_fluxes.py +0 -0
  698. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_logs.py +0 -0
  699. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_model.py +0 -0
  700. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_parameters.py +0 -0
  701. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_receivers.py +0 -0
  702. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_senders.py +0 -0
  703. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager/manager_sequences.py +0 -0
  704. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/manager_lwc.py +0 -0
  705. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/__init__.py +0 -0
  706. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_control.py +0 -0
  707. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_derived.py +0 -0
  708. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_factors.py +0 -0
  709. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_fixed.py +0 -0
  710. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_fluxes.py +0 -0
  711. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_inputs.py +0 -0
  712. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_logs.py +0 -0
  713. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_parameters.py +0 -0
  714. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo/meteo_sequences.py +0 -0
  715. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo_clear_glob_io.py +0 -0
  716. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo_glob_io.py +0 -0
  717. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo_glob_morsim.py +0 -0
  718. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo_precip_io.py +0 -0
  719. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo_psun_sun_glob_io.py +0 -0
  720. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo_sun_morsim.py +0 -0
  721. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/meteo_temp_io.py +0 -0
  722. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/__init__.py +0 -0
  723. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_control.py +0 -0
  724. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_derived.py +0 -0
  725. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_factors.py +0 -0
  726. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_fluxes.py +0 -0
  727. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_inlets.py +0 -0
  728. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_masks.py +0 -0
  729. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_model.py +0 -0
  730. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_outlets.py +0 -0
  731. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_sequences.py +0 -0
  732. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_solver.py +0 -0
  733. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk/musk_states.py +0 -0
  734. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk_classic.py +0 -0
  735. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/musk_mct.py +0 -0
  736. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/rconc/__init__.py +0 -0
  737. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/rconc/rconc_control.py +0 -0
  738. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/rconc/rconc_derived.py +0 -0
  739. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/rconc/rconc_fluxes.py +0 -0
  740. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/rconc/rconc_logs.py +0 -0
  741. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/rconc/rconc_model.py +0 -0
  742. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/rconc/rconc_states.py +0 -0
  743. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/rconc_nash.py +0 -0
  744. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/rconc_uh.py +0 -0
  745. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/__init__.py +0 -0
  746. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_control.py +0 -0
  747. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_derived.py +0 -0
  748. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_factors.py +0 -0
  749. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_fixed.py +0 -0
  750. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_fluxes.py +0 -0
  751. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_inputs.py +0 -0
  752. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_logs.py +0 -0
  753. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_model.py +0 -0
  754. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_parameters.py +0 -0
  755. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_sequences.py +0 -0
  756. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow/snow_states.py +0 -0
  757. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow_cn.py +0 -0
  758. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/snow_cn_minmax.py +0 -0
  759. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/__init__.py +0 -0
  760. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_control.py +0 -0
  761. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_derived.py +0 -0
  762. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_factors.py +0 -0
  763. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_fixed.py +0 -0
  764. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_fluxes.py +0 -0
  765. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_inlets.py +0 -0
  766. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_model.py +0 -0
  767. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_outlets.py +0 -0
  768. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_senders.py +0 -0
  769. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d/sw1d_states.py +0 -0
  770. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_channel.py +0 -0
  771. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_gate_out.py +0 -0
  772. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_lias.py +0 -0
  773. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_lias_sluice.py +0 -0
  774. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_network.py +0 -0
  775. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_pump.py +0 -0
  776. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_q_in.py +0 -0
  777. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_q_out.py +0 -0
  778. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_storage.py +0 -0
  779. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/sw1d_weir_out.py +0 -0
  780. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/test/__init__.py +0 -0
  781. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/test/test_control.py +0 -0
  782. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/test/test_fluxes.py +0 -0
  783. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/test/test_model.py +0 -0
  784. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/test/test_solver.py +0 -0
  785. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/test/test_states.py +0 -0
  786. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/test_discontinous.py +0 -0
  787. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/test_stiff0d.py +0 -0
  788. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/test_stiff1d.py +0 -0
  789. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/__init__.py +0 -0
  790. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_constants.py +0 -0
  791. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_control.py +0 -0
  792. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_derived.py +0 -0
  793. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_factors.py +0 -0
  794. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_fluxes.py +0 -0
  795. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_inputs.py +0 -0
  796. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_masks.py +0 -0
  797. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_model.py +0 -0
  798. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_parameters.py +0 -0
  799. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_sequences.py +0 -0
  800. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod/whmod_states.py +0 -0
  801. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod_rural.py +0 -0
  802. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/whmod_urban.py +0 -0
  803. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/__init__.py +0 -0
  804. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_aides.py +0 -0
  805. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_constants.py +0 -0
  806. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_control.py +0 -0
  807. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_derived.py +0 -0
  808. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_factors.py +0 -0
  809. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_fixed.py +0 -0
  810. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_fluxes.py +0 -0
  811. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_inputs.py +0 -0
  812. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_masks.py +0 -0
  813. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_model.py +0 -0
  814. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_outlets.py +0 -0
  815. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_parameters.py +0 -0
  816. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_sequences.py +0 -0
  817. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_solver.py +0 -0
  818. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland/wland_states.py +0 -0
  819. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland_gd.py +0 -0
  820. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wland_wag.py +0 -0
  821. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq/__init__.py +0 -0
  822. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq/wq_aides.py +0 -0
  823. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq/wq_control.py +0 -0
  824. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq/wq_derived.py +0 -0
  825. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq/wq_factors.py +0 -0
  826. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq/wq_fluxes.py +0 -0
  827. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq/wq_model.py +0 -0
  828. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq/wq_variables.py +0 -0
  829. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq_trapeze.py +0 -0
  830. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq_trapeze_strickler.py +0 -0
  831. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq_walrus.py +0 -0
  832. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/models/wq_widths_strickler.py +0 -0
  833. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/mypy_plugin.py +0 -0
  834. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/py.typed +0 -0
  835. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/.coveragerc +0 -0
  836. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/__init__.py +0 -0
  837. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/check_consistency.py +0 -0
  838. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/hydpydoctestcustomize.pth +0 -0
  839. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/hydpydoctestcustomize.py +0 -0
  840. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/iotesting/__init__.py +0 -0
  841. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/__init__.py +0 -0
  842. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_method_hook.py +0 -0
  843. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_prepare_model_hook.py +0 -0
  844. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_series_hook.py +0 -0
  845. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_shape_hook.py +0 -0
  846. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_submodeladder_hooks.py +0 -0
  847. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_subvariables_hook1.py +0 -0
  848. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_subvariables_hook2.py +0 -0
  849. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_trim_hook.py +0 -0
  850. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_values_hook.py +0 -0
  851. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_variable_hook.py +0 -0
  852. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_variables_hook1.py +0 -0
  853. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/plugin/check_variables_hook2.py +0 -0
  854. {hydpy-6.3.2 → hydpy-6.4.0}/hydpy/tests/run_doctests.py +0 -0
  855. {hydpy-6.3.2 → hydpy-6.4.0}/licenses_hydpy_installer.txt +0 -0
  856. {hydpy-6.3.2 → hydpy-6.4.0}/logo.ico +0 -0
  857. {hydpy-6.3.2 → hydpy-6.4.0}/make_and_install_dists.py +0 -0
  858. {hydpy-6.3.2 → hydpy-6.4.0}/noxfile.py +0 -0
  859. {hydpy-6.3.2 → hydpy-6.4.0}/prepare_build.py +0 -0
  860. {hydpy-6.3.2 → hydpy-6.4.0}/prepare_hydpy_installer.py +0 -0
  861. {hydpy-6.3.2 → hydpy-6.4.0}/pylintrc +0 -0
  862. {hydpy-6.3.2 → hydpy-6.4.0}/pyproject.toml +0 -0
  863. {hydpy-6.3.2 → hydpy-6.4.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HydPy
3
- Version: 6.3.2
3
+ Version: 6.4.0
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.2
3
+ Version: 6.4.0
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.2"
119
+ __version__ = "6.4.0"
120
120
 
121
121
  pub.options = optiontools.Options()
122
122
  pub.indexer = indextools.Indexer()
@@ -687,8 +687,8 @@ Attribute projectname of module `pub` is not defined at the moment.
687
687
 
688
688
  @property
689
689
  def filenames(self) -> list[str]:
690
- """The names of the files in the current working directory, except those
691
- starting with an underscore.
690
+ """The names of the Python files in the current working directory, except those
691
+ starting with an underscore (_) or a dot (.).
692
692
 
693
693
  >>> from hydpy.core.filetools import FileManager
694
694
  >>> filemanager = FileManager()
@@ -699,12 +699,16 @@ Attribute projectname of module `pub` is not defined at the moment.
699
699
  ... filemanager.currentdir = "testdir"
700
700
  ... open("projectname/basename/testdir/file1.txt", "w").close()
701
701
  ... open("projectname/basename/testdir/file2.npy", "w").close()
702
- ... open("projectname/basename/testdir/_file1.nc", "w").close()
702
+ ... open("projectname/basename/testdir/_file1.py", "w").close()
703
+ ... open("projectname/basename/testdir/.file1.py", "w").close()
704
+ ... open("projectname/basename/testdir/file3.py", "w").close()
703
705
  ... filemanager.filenames
704
- ['file1.txt', 'file2.npy']
706
+ ['file3.py']
705
707
  """
706
708
  return sorted(
707
- fn for fn in os.listdir(self.currentpath) if not fn.startswith("_")
709
+ fn
710
+ for fn in os.listdir(self.currentpath)
711
+ if not fn.startswith(("_", ".")) and fn.endswith(".py")
708
712
  )
709
713
 
710
714
  @property
@@ -721,11 +725,12 @@ Attribute projectname of module `pub` is not defined at the moment.
721
725
  ... filemanager.currentdir = "testdir"
722
726
  ... open("projectname/basename/testdir/file1.txt", "w").close()
723
727
  ... open("projectname/basename/testdir/file2.npy", "w").close()
724
- ... open("projectname/basename/testdir/_file1.nc", "w").close()
728
+ ... open("projectname/basename/testdir/_file1.py", "w").close()
729
+ ... open("projectname/basename/testdir/.file1.py", "w").close()
730
+ ... open("projectname/basename/testdir/file3.py", "w").close()
725
731
  ... for filepath in filemanager.filepaths:
726
732
  ... repr_(filepath) # doctest: +ELLIPSIS
727
- '...hydpy/tests/iotesting/projectname/basename/testdir/file1.txt'
728
- '...hydpy/tests/iotesting/projectname/basename/testdir/file2.npy'
733
+ '...hydpy/tests/iotesting/projectname/basename/testdir/file3.py'
729
734
  """
730
735
  path = self.currentpath
731
736
  return [os.path.join(path, name) for name in self.filenames]
@@ -739,7 +744,7 @@ Attribute projectname of module `pub` is not defined at the moment.
739
744
  possible inconsistencies.
740
745
 
741
746
  As an example scenario, we prepare a |FileManager| object with the current
742
- working directory `folder` containing the files `test1.txt` and `text2.txt`:
747
+ working directory `folder` containing the files `test1.py` and `text2.py`:
743
748
 
744
749
  >>> from hydpy.core.filetools import FileManager
745
750
  >>> filemanager = FileManager()
@@ -753,10 +758,10 @@ Attribute projectname of module `pub` is not defined at the moment.
753
758
  >>> with TestIO():
754
759
  ... os.makedirs(basepath)
755
760
  ... filemanager.currentdir = "folder"
756
- ... open(f"{basepath}/folder/file1.txt", "w").close()
757
- ... open(f"{basepath}/folder/file2.txt", "w").close()
761
+ ... open(f"{basepath}/folder/file1.py", "w").close()
762
+ ... open(f"{basepath}/folder/file2.py", "w").close()
758
763
  ... filemanager.filenames
759
- ['file1.txt', 'file2.txt']
764
+ ['file1.py', 'file2.py']
760
765
 
761
766
  The directories under the base path are identical to the ones returned by
762
767
  property |FileManager.availabledirs|:
@@ -781,7 +786,7 @@ Attribute projectname of module `pub` is not defined at the moment.
781
786
  >>> from zipfile import ZipFile
782
787
  >>> with TestIO():
783
788
  ... with ZipFile("projectname/basename/folder.zip", "r") as zp:
784
- ... assert sorted(zp.namelist()) == ["file1.txt", "file2.txt"]
789
+ ... assert sorted(zp.namelist()) == ["file1.py", "file2.py"]
785
790
 
786
791
  The zip file is unpacked again when `folder` becomes the current working
787
792
  directory:
@@ -789,7 +794,7 @@ Attribute projectname of module `pub` is not defined at the moment.
789
794
  >>> with TestIO(), pub.options.printprogress(True): # doctest: +ELLIPSIS
790
795
  ... filemanager.currentdir = "folder"
791
796
  ... assert os.listdir(basepath) == ["folder"]
792
- ... assert sorted(filemanager.filenames) == ["file1.txt", "file2.txt"]
797
+ ... assert sorted(filemanager.filenames) == ["file1.py", "file2.py"]
793
798
  ... filemanager.availabledirs
794
799
  The zip file ...folder.zip has been extracted to directory ...folder and \
795
800
  removed.
@@ -1832,6 +1837,31 @@ not allowed to overwrite the existing file `...`.
1832
1837
  _netcdfwriter: netcdftools.NetCDFInterfaceWriter | None = None
1833
1838
  _jitaccesshandler: netcdftools.JITAccessHandler | None = None
1834
1839
 
1840
+ @property
1841
+ def filenames(self) -> list[str]:
1842
+ """The names of valid series files (.nc, .npy, .asc) in the current working
1843
+ directory, except those starting with an underscore (_) or a dot (.).
1844
+
1845
+ >>> from hydpy.core.filetools import SequenceManager
1846
+ >>> sequencemanager = SequenceManager()
1847
+ >>> sequencemanager.BASEDIR = "basename"
1848
+ >>> sequencemanager.projectdir = "projectname"
1849
+ >>> from hydpy import TestIO
1850
+ >>> with TestIO():
1851
+ ... sequencemanager.currentdir = "testdir"
1852
+ ... open("projectname/basename/testdir/file1.txt", "w").close()
1853
+ ... open("projectname/basename/testdir/file2.npy", "w").close()
1854
+ ... open("projectname/basename/testdir/_file1.nc", "w").close()
1855
+ ... open("projectname/basename/testdir/.file1.asc", "w").close()
1856
+ ... sequencemanager.filenames
1857
+ ['file2.npy']
1858
+ """
1859
+ return sorted(
1860
+ fn
1861
+ for fn in os.listdir(self.currentpath)
1862
+ if not fn.startswith(("_", ".")) and fn.endswith((".npy", ".nc", ".asc"))
1863
+ )
1864
+
1835
1865
  def load_file(self, sequence: sequencetools.IOSequence) -> None:
1836
1866
  """Load data from a data file and pass it to the given |IOSequence|."""
1837
1867
  try:
@@ -558,14 +558,19 @@ cdef class Model:
558
558
  self.sequences.fluxes.dailyglobalradiation = self.sequences.fluxes.dailyglobalradiation + (self.sequences.logs.loggedglobalradiation[idx])
559
559
  self.sequences.fluxes.dailyglobalradiation = self.sequences.fluxes.dailyglobalradiation / (self.parameters.derived.nmblogentries)
560
560
  cpdef inline void calc_extraterrestrialradiation_v1(self) noexcept nogil:
561
- cdef double d_omega2
562
- cdef double d_omega1
563
- cdef double d_delta
561
+ cdef double omega2
562
+ cdef double omega1
563
+ cdef double delta
564
564
  if self.parameters.derived.days < 1.0:
565
- d_delta = self.parameters.fixed.pi * self.parameters.derived.days
566
- d_omega1 = self.sequences.factors.solartimeangle - d_delta
567
- d_omega2 = self.sequences.factors.solartimeangle + d_delta
568
- self.sequences.fluxes.extraterrestrialradiation = max( (12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance) * ( ( (d_omega2 - d_omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(d_omega2) - sin(d_omega1)) ) ), 0.0, )
565
+ delta = self.parameters.fixed.pi * self.parameters.derived.days
566
+ omega1 = self.sequences.factors.solartimeangle - delta
567
+ omega2 = self.sequences.factors.solartimeangle + delta
568
+ if omega1 > self.sequences.factors.sunsethourangle or omega2 < -self.sequences.factors.sunsethourangle:
569
+ self.sequences.fluxes.extraterrestrialradiation = 0.0
570
+ else:
571
+ omega1 = max(omega1, -self.sequences.factors.sunsethourangle)
572
+ omega2 = min(omega2, self.sequences.factors.sunsethourangle)
573
+ self.sequences.fluxes.extraterrestrialradiation = ( 12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi / self.parameters.derived.hours * self.sequences.factors.earthsundistance ) * ( ( (omega2 - omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(omega2) - sin(omega1)) ) )
569
574
  else:
570
575
  self.sequences.fluxes.extraterrestrialradiation = ( self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance ) * ( ( self.sequences.factors.sunsethourangle * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * sin(self.sequences.factors.sunsethourangle) ) )
571
576
  cpdef inline void calc_extraterrestrialradiation_v2(self) noexcept nogil:
@@ -261,14 +261,19 @@ cdef class Model(masterinterface.MasterInterface):
261
261
  else:
262
262
  self.sequences.factors.possiblesunshineduration = 24.0 / self.parameters.fixed.pi * self.sequences.factors.sunsethourangle
263
263
  cpdef inline void calc_extraterrestrialradiation_v1(self) noexcept nogil:
264
- cdef double d_omega2
265
- cdef double d_omega1
266
- cdef double d_delta
264
+ cdef double omega2
265
+ cdef double omega1
266
+ cdef double delta
267
267
  if self.parameters.derived.days < 1.0:
268
- d_delta = self.parameters.fixed.pi * self.parameters.derived.days
269
- d_omega1 = self.sequences.factors.solartimeangle - d_delta
270
- d_omega2 = self.sequences.factors.solartimeangle + d_delta
271
- self.sequences.fluxes.extraterrestrialradiation = max( (12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance) * ( ( (d_omega2 - d_omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(d_omega2) - sin(d_omega1)) ) ), 0.0, )
268
+ delta = self.parameters.fixed.pi * self.parameters.derived.days
269
+ omega1 = self.sequences.factors.solartimeangle - delta
270
+ omega2 = self.sequences.factors.solartimeangle + delta
271
+ if omega1 > self.sequences.factors.sunsethourangle or omega2 < -self.sequences.factors.sunsethourangle:
272
+ self.sequences.fluxes.extraterrestrialradiation = 0.0
273
+ else:
274
+ omega1 = max(omega1, -self.sequences.factors.sunsethourangle)
275
+ omega2 = min(omega2, self.sequences.factors.sunsethourangle)
276
+ self.sequences.fluxes.extraterrestrialradiation = ( 12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi / self.parameters.derived.hours * self.sequences.factors.earthsundistance ) * ( ( (omega2 - omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(omega2) - sin(omega1)) ) )
272
277
  else:
273
278
  self.sequences.fluxes.extraterrestrialradiation = ( self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance ) * ( ( self.sequences.factors.sunsethourangle * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * sin(self.sequences.factors.sunsethourangle) ) )
274
279
  cpdef inline void calc_clearskysolarradiation_v1(self) noexcept nogil:
@@ -319,14 +324,19 @@ cdef class Model(masterinterface.MasterInterface):
319
324
  else:
320
325
  self.sequences.factors.possiblesunshineduration = 24.0 / self.parameters.fixed.pi * self.sequences.factors.sunsethourangle
321
326
  cpdef inline void calc_extraterrestrialradiation(self) noexcept nogil:
322
- cdef double d_omega2
323
- cdef double d_omega1
324
- cdef double d_delta
327
+ cdef double omega2
328
+ cdef double omega1
329
+ cdef double delta
325
330
  if self.parameters.derived.days < 1.0:
326
- d_delta = self.parameters.fixed.pi * self.parameters.derived.days
327
- d_omega1 = self.sequences.factors.solartimeangle - d_delta
328
- d_omega2 = self.sequences.factors.solartimeangle + d_delta
329
- self.sequences.fluxes.extraterrestrialradiation = max( (12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance) * ( ( (d_omega2 - d_omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(d_omega2) - sin(d_omega1)) ) ), 0.0, )
331
+ delta = self.parameters.fixed.pi * self.parameters.derived.days
332
+ omega1 = self.sequences.factors.solartimeangle - delta
333
+ omega2 = self.sequences.factors.solartimeangle + delta
334
+ if omega1 > self.sequences.factors.sunsethourangle or omega2 < -self.sequences.factors.sunsethourangle:
335
+ self.sequences.fluxes.extraterrestrialradiation = 0.0
336
+ else:
337
+ omega1 = max(omega1, -self.sequences.factors.sunsethourangle)
338
+ omega2 = min(omega2, self.sequences.factors.sunsethourangle)
339
+ self.sequences.fluxes.extraterrestrialradiation = ( 12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi / self.parameters.derived.hours * self.sequences.factors.earthsundistance ) * ( ( (omega2 - omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(omega2) - sin(omega1)) ) )
330
340
  else:
331
341
  self.sequences.fluxes.extraterrestrialradiation = ( self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance ) * ( ( self.sequences.factors.sunsethourangle * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * sin(self.sequences.factors.sunsethourangle) ) )
332
342
  cpdef inline void calc_clearskysolarradiation(self) noexcept nogil:
@@ -261,14 +261,19 @@ cdef class Model(masterinterface.MasterInterface):
261
261
  else:
262
262
  self.sequences.factors.possiblesunshineduration = 24.0 / self.parameters.fixed.pi * self.sequences.factors.sunsethourangle
263
263
  cpdef inline void calc_extraterrestrialradiation_v1(self) noexcept nogil:
264
- cdef double d_omega2
265
- cdef double d_omega1
266
- cdef double d_delta
264
+ cdef double omega2
265
+ cdef double omega1
266
+ cdef double delta
267
267
  if self.parameters.derived.days < 1.0:
268
- d_delta = self.parameters.fixed.pi * self.parameters.derived.days
269
- d_omega1 = self.sequences.factors.solartimeangle - d_delta
270
- d_omega2 = self.sequences.factors.solartimeangle + d_delta
271
- self.sequences.fluxes.extraterrestrialradiation = max( (12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance) * ( ( (d_omega2 - d_omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(d_omega2) - sin(d_omega1)) ) ), 0.0, )
268
+ delta = self.parameters.fixed.pi * self.parameters.derived.days
269
+ omega1 = self.sequences.factors.solartimeangle - delta
270
+ omega2 = self.sequences.factors.solartimeangle + delta
271
+ if omega1 > self.sequences.factors.sunsethourangle or omega2 < -self.sequences.factors.sunsethourangle:
272
+ self.sequences.fluxes.extraterrestrialradiation = 0.0
273
+ else:
274
+ omega1 = max(omega1, -self.sequences.factors.sunsethourangle)
275
+ omega2 = min(omega2, self.sequences.factors.sunsethourangle)
276
+ self.sequences.fluxes.extraterrestrialradiation = ( 12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi / self.parameters.derived.hours * self.sequences.factors.earthsundistance ) * ( ( (omega2 - omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(omega2) - sin(omega1)) ) )
272
277
  else:
273
278
  self.sequences.fluxes.extraterrestrialradiation = ( self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance ) * ( ( self.sequences.factors.sunsethourangle * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * sin(self.sequences.factors.sunsethourangle) ) )
274
279
  cpdef inline void calc_clearskysolarradiation_v1(self) noexcept nogil:
@@ -321,14 +326,19 @@ cdef class Model(masterinterface.MasterInterface):
321
326
  else:
322
327
  self.sequences.factors.possiblesunshineduration = 24.0 / self.parameters.fixed.pi * self.sequences.factors.sunsethourangle
323
328
  cpdef inline void calc_extraterrestrialradiation(self) noexcept nogil:
324
- cdef double d_omega2
325
- cdef double d_omega1
326
- cdef double d_delta
329
+ cdef double omega2
330
+ cdef double omega1
331
+ cdef double delta
327
332
  if self.parameters.derived.days < 1.0:
328
- d_delta = self.parameters.fixed.pi * self.parameters.derived.days
329
- d_omega1 = self.sequences.factors.solartimeangle - d_delta
330
- d_omega2 = self.sequences.factors.solartimeangle + d_delta
331
- self.sequences.fluxes.extraterrestrialradiation = max( (12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance) * ( ( (d_omega2 - d_omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(d_omega2) - sin(d_omega1)) ) ), 0.0, )
333
+ delta = self.parameters.fixed.pi * self.parameters.derived.days
334
+ omega1 = self.sequences.factors.solartimeangle - delta
335
+ omega2 = self.sequences.factors.solartimeangle + delta
336
+ if omega1 > self.sequences.factors.sunsethourangle or omega2 < -self.sequences.factors.sunsethourangle:
337
+ self.sequences.fluxes.extraterrestrialradiation = 0.0
338
+ else:
339
+ omega1 = max(omega1, -self.sequences.factors.sunsethourangle)
340
+ omega2 = min(omega2, self.sequences.factors.sunsethourangle)
341
+ self.sequences.fluxes.extraterrestrialradiation = ( 12.0 * self.parameters.fixed.solarconstant / self.parameters.fixed.pi / self.parameters.derived.hours * self.sequences.factors.earthsundistance ) * ( ( (omega2 - omega1) * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * (sin(omega2) - sin(omega1)) ) )
332
342
  else:
333
343
  self.sequences.fluxes.extraterrestrialradiation = ( self.parameters.fixed.solarconstant / self.parameters.fixed.pi * self.sequences.factors.earthsundistance ) * ( ( self.sequences.factors.sunsethourangle * sin(self.parameters.derived.latituderad) * sin(self.sequences.factors.solardeclination) ) + ( cos(self.parameters.derived.latituderad) * cos(self.sequences.factors.solardeclination) * sin(self.sequences.factors.sunsethourangle) ) )
334
344
  cpdef inline void calc_clearskysolarradiation(self) noexcept nogil:
@@ -199,9 +199,9 @@ copyright = f"2013-{datetime.datetime.now().year}, HydPy Developers"
199
199
  # built documents.
200
200
  #
201
201
  # The short X.Y version.
202
- version = "6.3"
202
+ version = "6.4"
203
203
  # The full version, including alpha/beta/rc tags.
204
- release = "6.3.2"
204
+ release = "6.4.0"
205
205
 
206
206
  # The language for content autogenerated by Sphinx. Refer to documentation
207
207
  # for a list of supported languages.
@@ -156,7 +156,7 @@ of the saturation vapour pressure:
156
156
  | 2001-30-09 02:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 38.175107 | -38.175107 | -19.087554 | -0.000649 | -0.000649 |
157
157
  | 2001-30-09 03:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 38.175107 | -38.175107 | -19.087554 | -0.000649 | -0.000649 |
158
158
  | 2001-30-09 04:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 38.175107 | -38.175107 | -19.087554 | -0.000649 | -0.000649 |
159
- | 2001-30-09 05:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 38.175107 | -38.175107 | -19.087554 | -0.000649 | -0.000649 |
159
+ | 2001-30-09 05:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 1.725719 | 0.079022 | 1.328804 | 38.175107 | -36.846304 | -18.423152 | 0.000002 | 0.000002 |
160
160
  | 2001-30-09 06:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 115.964852 | 133.805599 | 89.292936 | 31.303588 | 57.989348 | 5.798935 | 0.069246 | 0.069246 |
161
161
  | 2001-30-09 07:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 328.283435 | 378.788578 | 252.778245 | 31.303588 | 221.474657 | 22.147466 | 0.213528 | 0.213528 |
162
162
  | 2001-30-09 08:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 517.046121 | 596.591678 | 398.125513 | 31.303588 | 366.821925 | 36.682193 | 0.341803 | 0.341803 |
@@ -168,19 +168,19 @@ of the saturation vapour pressure:
168
168
  | 2001-30-09 14:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 641.592713 | 740.299284 | 494.026389 | 31.303588 | 462.722801 | 46.27228 | 0.42644 | 0.42644 |
169
169
  | 2001-30-09 15:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 480.821234 | 554.793732 | 370.23235 | 31.303588 | 338.928763 | 33.892876 | 0.317186 | 0.317186 |
170
170
  | 2001-30-09 16:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 286.098661 | 330.113839 | 220.295969 | 31.303588 | 188.992381 | 18.899238 | 0.184861 | 0.184861 |
171
- | 2001-30-09 17:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 80.296089 | 81.571169 | 61.827989 | 37.369516 | 24.458473 | 2.445847 | 0.039653 | 0.039653 |
172
- | 2001-30-09 18:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.809472 | -32.809472 | -16.404736 | 0.001981 | 0.001981 |
173
- | 2001-30-09 19:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.642447 | -32.642447 | -16.321224 | 0.002063 | 0.002063 |
174
- | 2001-30-09 20:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.464689 | -32.464689 | -16.232345 | 0.00215 | 0.00215 |
175
- | 2001-30-09 21:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.27513 | -32.27513 | -16.137565 | 0.002243 | 0.002243 |
176
- | 2001-30-09 22:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.072553 | -32.072553 | -16.036276 | 0.002343 | 0.002343 |
177
- | 2001-30-09 23:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.855571 | -31.855571 | -15.927785 | 0.002449 | 0.002449 |
178
- | 2001-01-10 00:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.62259 | -31.62259 | -15.811295 | 0.002563 | 0.002563 |
179
- | 2001-01-10 01:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.371772 | -31.371772 | -15.685886 | 0.002686 | 0.002686 |
180
- | 2001-01-10 02:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.371772 | -31.371772 | -15.685886 | 0.002686 | 0.002686 |
181
- | 2001-01-10 03:00 | 86.833333 | 2.016667 | 1001.0 | 28.833333 | 2.016667 | 39.67258 | 2.295429 | 34.449023 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.089954 | -31.089954 | -15.544977 | 0.010157 | 0.010157 |
182
- | 2001-01-10 04:00 | 83.666667 | 2.133333 | 1001.0 | 29.666667 | 2.133333 | 41.626121 | 2.393447 | 34.827188 | 0.665665 | 0.0 | 0.0 | 0.0 | 30.876731 | -30.876731 | -15.438365 | 0.018451 | 0.018451 |
183
- | 2001-01-10 05:00 | 80.5 | 2.25 | 1001.0 | 30.5 | 2.25 | 43.662793 | 2.494953 | 35.148549 | 0.665665 | 0.0 | 0.0 | 0.0 | 30.741149 | -30.741149 | -15.370574 | 0.027586 | 0.027586 |
171
+ | 2001-30-09 17:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 84.430643 | 85.771379 | 65.011595 | 37.369516 | 27.64208 | 2.764208 | 0.042463 | 0.042463 |
172
+ | 2001-30-09 18:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.820818 | -32.820818 | -16.410409 | 0.001976 | 0.001976 |
173
+ | 2001-30-09 19:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.654226 | -32.654226 | -16.327113 | 0.002057 | 0.002057 |
174
+ | 2001-30-09 20:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.476934 | -32.476934 | -16.238467 | 0.002144 | 0.002144 |
175
+ | 2001-30-09 21:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.287877 | -32.287877 | -16.143939 | 0.002237 | 0.002237 |
176
+ | 2001-30-09 22:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 32.085845 | -32.085845 | -16.042923 | 0.002336 | 0.002336 |
177
+ | 2001-30-09 23:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.869454 | -31.869454 | -15.934727 | 0.002442 | 0.002442 |
178
+ | 2001-01-10 00:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.637117 | -31.637117 | -15.818558 | 0.002556 | 0.002556 |
179
+ | 2001-01-10 01:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.387003 | -31.387003 | -15.693502 | 0.002679 | 0.002679 |
180
+ | 2001-01-10 02:00 | 90.0 | 1.9 | 1001.0 | 28.0 | 1.9 | 37.799304 | 2.200803 | 34.019373 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.387003 | -31.387003 | -15.693502 | 0.002679 | 0.002679 |
181
+ | 2001-01-10 03:00 | 86.833333 | 2.016667 | 1001.0 | 28.833333 | 2.016667 | 39.67258 | 2.295429 | 34.449023 | 0.665665 | 0.0 | 0.0 | 0.0 | 31.105049 | -31.105049 | -15.552524 | 0.010149 | 0.010149 |
182
+ | 2001-01-10 04:00 | 83.666667 | 2.133333 | 1001.0 | 29.666667 | 2.133333 | 41.626121 | 2.393447 | 34.827188 | 0.665665 | 0.0 | 0.0 | 0.0 | 30.891722 | -30.891722 | -15.445861 | 0.018443 | 0.018443 |
183
+ | 2001-01-10 05:00 | 80.5 | 2.25 | 1001.0 | 30.5 | 2.25 | 43.662793 | 2.494953 | 35.148549 | 0.665665 | 1.592027 | 0.064247 | 1.225861 | 37.407726 | -36.181865 | -18.090932 | 0.02487 | 0.02487 |
184
184
  | 2001-01-10 06:00 | 77.333333 | 2.366667 | 1001.0 | 31.333333 | 2.366667 | 45.785544 | 2.600043 | 35.407488 | 0.665665 | 117.778042 | 133.166127 | 90.689092 | 31.522798 | 59.166294 | 5.916629 | 0.106493 | 0.106493 |
185
185
  | 2001-01-10 07:00 | 74.166667 | 2.483333 | 1001.0 | 32.166667 | 2.483333 | 47.997402 | 2.708817 | 35.598073 | 0.665665 | 336.055513 | 378.062452 | 258.762745 | 31.799047 | 226.963698 | 22.69637 | 0.27044 | 0.27044 |
186
186
  | 2001-01-10 08:00 | 71.0 | 2.6 | 1001.0 | 33.0 | 2.6 | 50.301478 | 2.821374 | 35.714049 | 0.665665 | 532.152561 | 595.693165 | 409.757472 | 32.191063 | 377.566409 | 37.756641 | 0.421442 | 0.421442 |
@@ -426,9 +426,9 @@ class Calc_ExtraterrestrialRadiation_V1(modeltools.Method):
426
426
  SunsetHourAngle \cdot sin(LatitudeRad) \cdot sin(SolarDeclination) +
427
427
  cos(LatitudeRad) \cdot cos(SolarDeclination) \cdot sin(SunsetHourAngle))`
428
428
 
429
- Basic equation for (sub)hourly steps (:cite:t:`ref-Allen1998`, eq. 28 to 30):
429
+ Basic equation for subdaily steps (:cite:t:`ref-Allen1998`, eq. 28 to 30):
430
430
  :math:`ExternalTerrestrialRadiation =
431
- \frac{12 \cdot SolarConstant}{Pi} \cdot EarthSunDistance \cdot \Big(
431
+ \frac{12 \cdot SolarConstant}{Pi \cdot Hours} \cdot EarthSunDistance \cdot \Big(
432
432
  (\omega_2 - \omega_1) \cdot sin(LatitudeRad) \cdot sin(SolarDeclination) +
433
433
  cos(LatitudeRad) \cdot cos(SolarDeclination) \cdot (sin(\omega_2) -
434
434
  sin(\omega_1)) \Big)`
@@ -457,9 +457,10 @@ class Calc_ExtraterrestrialRadiation_V1(modeltools.Method):
457
457
  time step, still covering the whole day:
458
458
 
459
459
  >>> import numpy
460
- >>> longitude(-20)
461
- >>> derived.utclongitude(-20)
462
- >>> derived.days(1/24)
460
+ >>> longitude(-20.0)
461
+ >>> derived.utclongitude(-20.0)
462
+ >>> derived.days(1.0 / 24.0)
463
+ >>> derived.hours(1.0)
463
464
  >>> derived.doy.shape = 24
464
465
  >>> derived.doy(246)
465
466
  >>> derived.sct.shape = 24
@@ -479,7 +480,7 @@ class Calc_ExtraterrestrialRadiation_V1(modeltools.Method):
479
480
  3: 0.0
480
481
  4: 0.0
481
482
  5: 0.0
482
- 6: 116.280258
483
+ 6: 119.649822
483
484
  7: 431.467206
484
485
  8: 713.483659
485
486
  9: 943.11066
@@ -490,7 +491,7 @@ class Calc_ExtraterrestrialRadiation_V1(modeltools.Method):
490
491
  14: 933.146907
491
492
  15: 700.498642
492
493
  16: 416.345834
493
- 17: 100.053027
494
+ 17: 106.182221
494
495
  18: 0.0
495
496
  19: 0.0
496
497
  20: 0.0
@@ -498,60 +499,42 @@ class Calc_ExtraterrestrialRadiation_V1(modeltools.Method):
498
499
  22: 0.0
499
500
  23: 0.0
500
501
 
501
- Note that, even with identical values of the local longitude (|Longitude|) and
502
- the one of the time zone (|UTCLongitude|), the calculated radiation values are
503
- not symmetrical due to the eccentricity of the Earth"s orbit (see `solar
504
- time`_).
505
-
506
- There is a slight deviation between the directly calculated daily value and the
507
- mean of the hourly values:
502
+ Note that, even with identical values of the local longitude (|Longitude|) the
503
+ time zone (|UTCLongitude|), the calculated radiation values are not symmetrical
504
+ due to the eccentricity of the Earth"s orbit (see `solar time`_).
508
505
 
509
- >>> round_(sum_/24)
510
- 372.077574
506
+ The daily average of the calculated extraterrestrial radiation should be the
507
+ same for all simulation step sizes:
511
508
 
512
- For sub-daily simulation time steps, results are most accurate for the shortest
513
- step size. On the other hand, they can be (extremely) inaccurate for timesteps
514
- between one hour and one day. We demonstrate this by comparing the mean
515
- sub-daily values of different step sizes with the directly calculated daily
516
- value (note the apparent total fail of method
517
- |Calc_ExtraterrestrialRadiation_V1| for a step size of 720 minutes):
509
+ >>> round_(sum_ / 24.0)
510
+ 372.473355
518
511
 
519
- >>> for minutes in [1, 5, 15, 30, 60, 90, 120, 144, 160,
520
- ... 180, 240, 288, 360, 480, 720, 1440]:
521
- ... derived.days(minutes/60/24)
522
- ... nmb = int(1440/minutes)
512
+ >>> for minutes in [1.0, 5.0, 15.0, 30.0, 60.0, 90.0, 120.0, 144.0, 160.0,
513
+ ... 180.0, 240.0, 288.0, 360.0, 480.0, 720.0, 1440.0]:
514
+ ... derived.days(minutes / 60.0 / 24.0)
515
+ ... derived.hours(minutes / 60.0)
516
+ ... nmb = int(1440.0 / minutes)
523
517
  ... derived.doy.shape = nmb
524
518
  ... derived.doy(246)
525
519
  ... derived.sct.shape = nmb
526
- ... derived.sct = numpy.linspace(minutes/60/2, 24-minutes/60/2, nmb)
520
+ ... derived.sct = numpy.linspace(
521
+ ... minutes / 60.0 / 2.0, 24.0 - minutes / 60.0 / 2.0, nmb
522
+ ... )
527
523
  ... sum_ = 0.0
528
524
  ... for idx in range(nmb):
529
525
  ... model.idx_sim = idx
530
526
  ... model.calc_solartimeangle_v1()
531
527
  ... model.calc_extraterrestrialradiation_v1()
532
528
  ... sum_ += fluxes.extraterrestrialradiation
533
- ... print(minutes, end=": ")
534
- ... round_(sum_/24 - 372.473355)
535
- 1: -0.000626
536
- 5: -0.008549
537
- 15: -0.100092
538
- 30: -0.395781
539
- 60: -0.395781
540
- 90: -0.395781
541
- 120: -0.395781
542
- 144: -14.43193
543
- 160: -9.539017
544
- 180: -0.395781
545
- 240: -44.735212
546
- 288: -25.486399
547
- 360: -0.395781
548
- 480: -44.735212
549
- 720: -372.473355
550
- 1440: -356.953632
529
+ ... assert round(sum_/nmb, 6) == 372.473355
551
530
  """
552
531
 
553
532
  FIXEDPARAMETERS = (meteo_fixed.Pi, meteo_fixed.SolarConstant)
554
- DERIVEDPARAMETERS = (meteo_derived.Days, meteo_derived.LatitudeRad)
533
+ DERIVEDPARAMETERS = (
534
+ meteo_derived.Days,
535
+ meteo_derived.Hours,
536
+ meteo_derived.LatitudeRad,
537
+ )
555
538
  REQUIREDSEQUENCES = (
556
539
  meteo_factors.SolarTimeAngle,
557
540
  meteo_factors.EarthSunDistance,
@@ -567,25 +550,28 @@ class Calc_ExtraterrestrialRadiation_V1(modeltools.Method):
567
550
  fac = model.sequences.factors.fastaccess
568
551
  flu = model.sequences.fluxes.fastaccess
569
552
  if der.days < 1.0:
570
- d_delta = fix.pi * der.days
571
- d_omega1 = fac.solartimeangle - d_delta
572
- d_omega2 = fac.solartimeangle + d_delta
573
- flu.extraterrestrialradiation = max(
574
- (12.0 * fix.solarconstant / fix.pi * fac.earthsundistance)
575
- * (
553
+ delta: float = fix.pi * der.days
554
+ omega1: float = fac.solartimeangle - delta
555
+ omega2: float = fac.solartimeangle + delta
556
+ if omega1 > fac.sunsethourangle or omega2 < -fac.sunsethourangle:
557
+ flu.extraterrestrialradiation = 0.0
558
+ else:
559
+ omega1 = max(omega1, -fac.sunsethourangle)
560
+ omega2 = min(omega2, fac.sunsethourangle)
561
+ flu.extraterrestrialradiation = (
562
+ 12.0 * fix.solarconstant / fix.pi / der.hours * fac.earthsundistance
563
+ ) * (
576
564
  (
577
- (d_omega2 - d_omega1)
565
+ (omega2 - omega1)
578
566
  * modelutils.sin(der.latituderad)
579
567
  * modelutils.sin(fac.solardeclination)
580
568
  )
581
569
  + (
582
570
  modelutils.cos(der.latituderad)
583
571
  * modelutils.cos(fac.solardeclination)
584
- * (modelutils.sin(d_omega2) - modelutils.sin(d_omega1))
572
+ * (modelutils.sin(omega2) - modelutils.sin(omega1))
585
573
  )
586
- ),
587
- 0.0,
588
- )
574
+ )
589
575
  else:
590
576
  flu.extraterrestrialradiation = (
591
577
  fix.solarconstant / fix.pi * fac.earthsundistance
@@ -135,7 +135,7 @@ results given by :cite:t:`ref-Allen1998`:
135
135
  | 2001-30-09 02:00 | 0.0 | 0.999717 | -0.070087 | 1.550377 | -2.460182 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
136
136
  | 2001-30-09 03:00 | 0.0 | 0.999717 | -0.070087 | 1.550377 | -2.198383 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
137
137
  | 2001-30-09 04:00 | 0.0 | 0.999717 | -0.070087 | 1.550377 | -1.936583 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
138
- | 2001-30-09 05:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | -1.674784 | 0.0248 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
138
+ | 2001-30-09 05:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | -1.674784 | 0.0248 | 0.105363 | 0.079022 | 1.725719 | 1.725719 | 0.079022 |
139
139
  | 2001-30-09 06:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | -1.412985 | 1.0 | 178.407465 | 133.805599 | 115.964852 | 115.964852 | 133.805599 |
140
140
  | 2001-30-09 07:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | -1.151185 | 1.0 | 505.051438 | 378.788578 | 328.283435 | 328.283435 | 378.788578 |
141
141
  | 2001-30-09 08:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | -0.889386 | 1.0 | 795.455571 | 596.591678 | 517.046121 | 517.046121 | 596.591678 |
@@ -147,7 +147,7 @@ results given by :cite:t:`ref-Allen1998`:
147
147
  | 2001-30-09 14:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | 0.68141 | 1.0 | 987.065712 | 740.299284 | 641.592713 | 641.592713 | 740.299284 |
148
148
  | 2001-30-09 15:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | 0.94321 | 1.0 | 739.724976 | 554.793732 | 480.821234 | 480.821234 | 554.793732 |
149
149
  | 2001-30-09 16:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | 1.205009 | 1.0 | 440.151786 | 330.113839 | 286.098661 | 286.098661 | 330.113839 |
150
- | 2001-30-09 17:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | 1.466809 | 0.819208 | 108.761559 | 81.571169 | 80.296089 | 80.296089 | 81.571169 |
150
+ | 2001-30-09 17:00 | 0.8 | 0.999717 | -0.070087 | 1.550377 | 1.466809 | 0.819208 | 114.361839 | 85.771379 | 84.430643 | 84.430643 | 85.771379 |
151
151
  | 2001-30-09 18:00 | 0.0 | 0.999717 | -0.070087 | 1.550377 | 1.728608 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
152
152
  | 2001-30-09 19:00 | 0.0 | 0.999717 | -0.070087 | 1.550377 | 1.990407 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
153
153
  | 2001-30-09 20:00 | 0.0 | 0.999717 | -0.070087 | 1.550377 | 2.252207 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
@@ -159,7 +159,7 @@ results given by :cite:t:`ref-Allen1998`:
159
159
  | 2001-01-10 02:00 | 0.0 | 1.000283 | -0.076994 | 1.548357 | -2.4588 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
160
160
  | 2001-01-10 03:00 | 0.0 | 1.000283 | -0.076994 | 1.548357 | -2.197001 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
161
161
  | 2001-01-10 04:00 | 0.0 | 1.000283 | -0.076994 | 1.548357 | -1.935202 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
162
- | 2001-01-10 05:00 | 0.82 | 1.000283 | -0.076994 | 1.548357 | -1.673402 | 0.022362 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
162
+ | 2001-01-10 05:00 | 0.82 | 1.000283 | -0.076994 | 1.548357 | -1.673402 | 0.022362 | 0.085662 | 0.064247 | 1.592027 | 1.592027 | 0.064247 |
163
163
  | 2001-01-10 06:00 | 0.826667 | 1.000283 | -0.076994 | 1.548357 | -1.411603 | 1.0 | 177.554837 | 133.166127 | 117.778042 | 117.778042 | 133.166127 |
164
164
  | 2001-01-10 07:00 | 0.833333 | 1.000283 | -0.076994 | 1.548357 | -1.149804 | 1.0 | 504.08327 | 378.062452 | 336.055513 | 336.055513 | 378.062452 |
165
165
  | 2001-01-10 08:00 | 0.84 | 1.000283 | -0.076994 | 1.548357 | -0.888004 | 1.0 | 794.257553 | 595.693165 | 532.152561 | 532.152561 | 595.693165 |