HydPy 6.3.1__tar.gz → 6.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hydpy-6.3.1 → hydpy-6.3.2}/HydPy.egg-info/PKG-INFO +1 -1
- {hydpy-6.3.1 → hydpy-6.3.2}/PKG-INFO +1 -1
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/__init__.py +1 -1
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/armatools.py +1 -1
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/mypy_plugin_data.pickle +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/devicetools.py +3 -4
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/filetools.py +1 -4
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/masktools.py +1 -1
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/objecttools.py +3 -5
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/parametertools.py +7 -7
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/sequencetools.py +1 -1
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/testtools.py +48 -24
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/typingtools.py +2 -3
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/variabletools.py +12 -10
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/conf.py +1 -1
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_model.py +1 -2
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/run_doctests.py +4 -6
- {hydpy-6.3.1 → hydpy-6.3.2}/setup.py +1 -1
- {hydpy-6.3.1 → hydpy-6.3.2}/HydPy.egg-info/SOURCES.txt +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/LICENSE +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/README.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/call_installer.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/execute_exe.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/aliases.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/anntools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/calibtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/interptools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/iuhtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/networktools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/ppolytools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/quadtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/roottools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/smoothtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/statstools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/auxs/validtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/HydPyConfigBase.xsd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/HydPyConfigBase.xsdt +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/HydPyConfigMultipleRuns.xsd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/HydPyConfigSingleRun.xsd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/a_coefficients_explicit_lobatto_sequence.npy +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/conf/support_points_for_smoothpar_logistic2.npy +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/config.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/aliastools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/autodoctools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/auxfiletools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/exceptiontools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/hydpytools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/importtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/indextools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/itemtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/modeltools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/netcdftools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/optiontools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/printtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/propertytools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/pubtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/selectiontools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/seriestools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/threadingtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/core/timetools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/annutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/annutils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/annutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/annutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/annutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_arma.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_arma.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_arma_rimorido.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_arma_rimorido.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_idw.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_idw.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_idw_ed.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_idw_ed.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_nn.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_conv_nn.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_detention.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_detention.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_llake.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_llake.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_lreservoir.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_lreservoir.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_lretention.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_lretention.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_pump.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_pump.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_pump_sluice.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_pump_sluice.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_sluice.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_sluice.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v001.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v001.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v002.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v002.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v003.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v003.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v004.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v004.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v005.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dam_v005.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_interceptedwater.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_interceptedwater.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_node2node.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_node2node.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowalbedo.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowalbedo.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowcover.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowcover.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowycanopy.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_snowycanopy.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_soilwater.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_dummy_soilwater.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_hbv96.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_hbv96.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_minhas.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_minhas.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_morsim.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_aet_morsim.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_ambav1.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_ambav1.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_hbv96.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_hbv96.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_m.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_m.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_mlc.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_pet_mlc.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_fao56.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_fao56.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_io.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_io.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_tw2002.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_evap_ret_tw2002.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_branch_hbv96.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_branch_hbv96.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_interp.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_interp.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_waterlevel.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_waterlevel.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_weir_hbv96.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_exch_weir_hbv96.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga_garto.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga_garto.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga_garto_submodel1.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_ga_garto_submodel1.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr4.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr4.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr5.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr5.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr6.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_gland_gr6.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96c.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96c.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96p.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_hland_96p.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_impl_euler.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_impl_euler.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_williams.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_williams.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_williams_ext.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_kinw_williams_ext.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_dd.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_dd.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_knauf.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_knauf.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_knauf_ic.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_lland_knauf_ic.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_manager.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_manager.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_manager_lwc.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_manager_lwc.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_fao56.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_fao56.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_io.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_io.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_morsim.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_glob_morsim.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_precip_io.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_precip_io.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_sun_fao56.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_sun_fao56.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_sun_morsim.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_sun_morsim.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_temp_io.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_meteo_temp_io.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk_classic.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk_classic.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk_mct.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_musk_mct.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc_nash.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc_nash.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc_uh.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_rconc_uh.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow_cn.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow_cn.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow_cn_minmax.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_snow_cn_minmax.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_channel.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_channel.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_gate_out.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_gate_out.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_lias.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_lias.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_network.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_network.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_pump.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_pump.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_q_in.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_q_in.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_q_out.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_q_out.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_storage.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_storage.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_weir_out.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_sw1d_weir_out.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_discontinous.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_discontinous.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_stiff0d.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_stiff0d.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_stiff1d.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_test_stiff1d.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod_rural.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod_rural.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod_urban.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_whmod_urban.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland_gd.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland_gd.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland_wag.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wland_wag.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_trapeze.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_trapeze.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_walrus.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_walrus.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_widths_strickler.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/c_wq_widths_strickler.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/configutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/configutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/interfaceutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/interfaceutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/interputils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/interputils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/masterinterface.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/masterinterface.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/pointerutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/pointerutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/ppolyutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/ppolyutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/quadutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/quadutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/rootutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/rootutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/sequenceutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/sequenceutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/smoothutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/autogen/smoothutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/configutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/configutils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/configutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interfaceutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interfaceutils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interfaceutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interputils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interputils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/interputils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/modelutils.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/pointerutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/pointerutils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/pointerutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/ppolyutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/ppolyutils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/ppolyutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/quadutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/quadutils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/quadutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/rootutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/rootutils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/rootutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/sequenceutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/sequenceutils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/sequenceutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/smoothutils.pxd +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/smoothutils.pyi +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/cythons/smoothutils.pyx +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_dill_assl_lahn_leun.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_leun_lahn_kalk.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_marb_lahn_leun.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/stream_dill_assl_lahn_leun.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_leun_lahn_kalk.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_marb_lahn_leun.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/multiple_runs.xml +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/multiple_runs_alpha.xml +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/network/default/headwaters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/network/default/nonheadwaters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/network/default/streams.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/dill_assl_obs_q.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalairtemperature.nc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalevapotranspiration.nc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_p.nc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_t.nc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/lahn_kalk_obs_q.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/lahn_leun_obs_q.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/lahn_marb_obs_q.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_p.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_t.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_p.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_t.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_p.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_t.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_p.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_t.asc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/series/default/obs_q.nc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/single_run.xml +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/HydPy-H-Lahn/single_run.xmlt +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/data/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/autofigs/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/bib/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/bib/refs.bib +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/combine_docversions.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/draw_model_sketches.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/enable_autodoc.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-G-GR4.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-G-GR5.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-G-GR6.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-H-HBV96-COSERO.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-H-HBV96-PREVAH.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-H-HBV96.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-H-Lahn.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-KinW-Williams.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-L-DD.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-Snow-CN.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy-W-Wag.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy_Logo.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/HydPy_Logo_Text.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/IDLE-editor.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/IDLE-shell.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/LAWA_river-basin-bumbers.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/figs/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/html_/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/polish_html.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/prepare.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/publish_docs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-ARMA.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Conv.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Dam.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Dummy.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Evap.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Exch.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-G.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-GA.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-H.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-KinW.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-L.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Manager.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Meteo.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Musk.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Rconc.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-SW1D.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Snow.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-Test.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-W.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-WHMod.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/HydPy-WQ.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/additional_repositories.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/auxiliaries.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/continuous_integration.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/core.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/cythons.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/definitions.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/developer_guide.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/example_projects.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/execution.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/framework_tools.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/how_to_read_the_reference_manual.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/hydpydependencies.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/index.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/installation.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/model_families.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/model_overview.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/modelimports.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/options.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/programming_style.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/project_structure.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/quickstart.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/reference_manual.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/required_tools.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/simulation.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/submodel_interfaces.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/tests_and_documentation.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/user_guide.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/version_control.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/rst/zbibliography.rst +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/frameset.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/rstsource.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/versionchanges.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/defindex.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/domainindex.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-single.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-split.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/globaltoc.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/layout.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/localtoc.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/opensearch.xml +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/page.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/relations.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/search.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/searchbox.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/searchfield.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/sourcelink.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/basic.css_t +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/doctools.js +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/documentation_options.js_t +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/file.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/language_data.js_t +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/minus.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/plus.png +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/searchtools.js +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/static/sphinx_highlight.js +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/basic_hydpy/theme.conf +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/classic_hydpy/layout.html +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/classic_hydpy/static/classic.css_t +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/classic_hydpy/static/sidebar.js_t +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/_themes/classic_hydpy/theme.conf +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/defaultlinks_extension.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/integrationtest_extension.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/projectstructure_extension.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/docs/sphinx/submodelgraph_extension.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/commandtools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/hyd.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/modelimports.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/replacetools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/servertools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/exe/xmltools.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/aetinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/dischargeinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/exchangeinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/petinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/precipinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/radiationinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/rconcinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/routinginterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/soilinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/stateinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/interfaces/tempinterfaces.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_inlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma/arma_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/arma_rimorido.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_inlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv/conv_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv_idw.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv_idw_ed.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/conv_nn.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_aides.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_inlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_observers.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_receivers.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_senders.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_solver.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam/dam_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_detention.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_llake.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_lreservoir.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_lretention.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_pump.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_pump_sluice.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_sluice.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v001.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v002.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v003.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v004.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dam_v005.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_inlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy/dummy_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_interceptedwater.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_node2node.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_snowalbedo.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_snowcover.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_snowycanopy.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/dummy_soilwater.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_fixed.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_masks.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_parameters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_sequences.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap/evap_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_aet_hbv96.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_aet_minhas.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_aet_morsim.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_pet_ambav1.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_pet_hbv96.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_pet_m.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_pet_mlc.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_ret_fao56.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_ret_io.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/evap_ret_tw2002.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_inlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_observers.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_receivers.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch/exch_senders.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch_branch_hbv96.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch_interp.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch_waterlevel.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/exch_weir_hbv96.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_aides.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga/ga_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga_garto.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/ga_garto_submodel1.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland/gland_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland_gr4.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland_gr5.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/gland_gr6.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_aides.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_constants.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_fixed.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_masks.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_parameters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_sequences.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland/hland_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland_96.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland_96c.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/hland_96p.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_aides.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_fixed.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_inlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_solver.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw/kinw_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw_impl_euler.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw_williams.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/kinw_williams_ext.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_aides.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_constants.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_fixed.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_inlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_masks.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_parameters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_sequences.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland/lland_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland_dd.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland_knauf.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/lland_knauf_ic.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_parameters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_receivers.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_senders.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager/manager_sequences.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/manager_lwc.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_fixed.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_parameters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo/meteo_sequences.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_clear_glob_io.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_glob_fao56.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_glob_io.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_glob_morsim.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_precip_io.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_psun_sun_glob_io.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_sun_fao56.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_sun_morsim.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/meteo_temp_io.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_inlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_masks.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_sequences.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_solver.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk/musk_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk_classic.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/musk_mct.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc/rconc_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc_nash.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/rconc_uh.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_fixed.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_logs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_parameters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_sequences.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow/snow_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow_cn.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/snow_cn_minmax.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_fixed.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_inlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_senders.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d/sw1d_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_channel.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_gate_out.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_lias.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_lias_sluice.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_network.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_pump.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_q_in.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_q_out.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_storage.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/sw1d_weir_out.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_solver.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test/test_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test_discontinous.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test_stiff0d.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/test_stiff1d.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_constants.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_masks.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_parameters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_sequences.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod/whmod_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod_rural.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/whmod_urban.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_aides.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_constants.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_fixed.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_inputs.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_masks.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_outlets.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_parameters.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_sequences.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_solver.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland/wland_states.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland_gd.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wland_wag.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_aides.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_control.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_derived.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_factors.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_fluxes.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_model.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq/wq_variables.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq_trapeze.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq_trapeze_strickler.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq_walrus.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/models/wq_widths_strickler.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/mypy_plugin.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/py.typed +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/.coveragerc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/check_consistency.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/hydpydoctestcustomize.pth +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/hydpydoctestcustomize.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/iotesting/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/__init__.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_method_hook.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_prepare_model_hook.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_series_hook.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_shape_hook.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_submodeladder_hooks.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_subvariables_hook1.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_subvariables_hook2.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_trim_hook.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_values_hook.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_variable_hook.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_variables_hook1.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/hydpy/tests/plugin/check_variables_hook2.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/licenses_hydpy_installer.txt +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/logo.ico +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/make_and_install_dists.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/noxfile.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/prepare_build.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/prepare_hydpy_installer.py +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/pylintrc +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/pyproject.toml +0 -0
- {hydpy-6.3.1 → hydpy-6.3.2}/setup.cfg +0 -0
|
@@ -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.
|
|
119
|
+
__version__ = "6.3.2"
|
|
120
120
|
|
|
121
121
|
pub.options = optiontools.Options()
|
|
122
122
|
pub.indexer = indextools.Indexer()
|
|
@@ -905,7 +905,7 @@ far.
|
|
|
905
905
|
result = numpy.linalg.lstsq(
|
|
906
906
|
self.get_a(values, ar_order), self.get_b(values, ar_order), rcond=-1
|
|
907
907
|
)
|
|
908
|
-
self.ar_coefs =
|
|
908
|
+
self.ar_coefs = result[0]
|
|
909
909
|
residuals = result[1]
|
|
910
910
|
if len(residuals) == 1:
|
|
911
911
|
self._rel_rmse = numpy.sqrt(residuals[0]) / numpy.sum(values)
|
|
Binary file
|
|
@@ -2689,7 +2689,7 @@ occurred: Attribute timegrids of module `pub` is not defined at the moment.
|
|
|
2689
2689
|
ps.plot(ax=pyplot.gca(), **kwargs)
|
|
2690
2690
|
pyplot.legend()
|
|
2691
2691
|
if not focus:
|
|
2692
|
-
pyplot.ylim((0.0, None))
|
|
2692
|
+
pyplot.ylim((0.0, None)) # type: ignore[arg-type]
|
|
2693
2693
|
if pyplot.get_fignums():
|
|
2694
2694
|
pyplot.ylabel(self._ylabel)
|
|
2695
2695
|
return pyplot.gcf()
|
|
@@ -2770,8 +2770,7 @@ occurred: Attribute timegrids of module `pub` is not defined at the moment.
|
|
|
2770
2770
|
...
|
|
2771
2771
|
ValueError: While trying to plot the duration curves of the sequences obs and \
|
|
2772
2772
|
sim of node `dill_assl` for the period `1996-01-01 00:00:00` to `1996-06-01 00:00:00`, \
|
|
2773
|
-
the following error occurred: '.' is not a valid value for ls
|
|
2774
|
-
'-', '--', '-.', ':', 'None', ' ', '', 'solid', 'dashed', 'dashdot', 'dotted'
|
|
2773
|
+
the following error occurred: '.' is not a valid value for ls. Did you mean: '-.'?
|
|
2775
2774
|
"""
|
|
2776
2775
|
|
|
2777
2776
|
t = TypeVar("t", str, int)
|
|
@@ -3763,7 +3762,7 @@ class `Element` is deprecated. Use method `prepare_model` instead.
|
|
|
3763
3762
|
lines = [l for l in pyplot.legend().get_lines() if l.get_label() != "None"]
|
|
3764
3763
|
pyplot.legend(handles=lines)
|
|
3765
3764
|
if not focus:
|
|
3766
|
-
pyplot.ylim((0.0, None))
|
|
3765
|
+
pyplot.ylim((0.0, None)) # type: ignore[arg-type]
|
|
3767
3766
|
return pyplot.gcf()
|
|
3768
3767
|
|
|
3769
3768
|
def _query_iosequences(
|
|
@@ -164,10 +164,7 @@ class _CurrentDirContext(str):
|
|
|
164
164
|
def __init__(self, manager: FileManager, property_: _CurrentDirProperty, /) -> None:
|
|
165
165
|
self._manager = manager
|
|
166
166
|
self._property = (property_,)
|
|
167
|
-
|
|
168
|
-
self._old_value = manager.DEFAULTDIR
|
|
169
|
-
else:
|
|
170
|
-
self._old_value = value
|
|
167
|
+
self._old_value = property_.manager2value.get(manager)
|
|
171
168
|
self._new_value = None
|
|
172
169
|
self._is_called = False
|
|
173
170
|
self._is_entered = False
|
|
@@ -29,9 +29,7 @@ if TYPE_CHECKING:
|
|
|
29
29
|
|
|
30
30
|
_builtinnames = set(dir(builtins))
|
|
31
31
|
|
|
32
|
-
ReprArg: TypeAlias = Union[
|
|
33
|
-
numbers.Number, Iterable[numbers.Number], Iterable[Iterable[numbers.Number]]
|
|
34
|
-
]
|
|
32
|
+
ReprArg: TypeAlias = Union[float, Iterable[float], Iterable[Iterable[float]]]
|
|
35
33
|
|
|
36
34
|
|
|
37
35
|
def classname(self: object) -> str:
|
|
@@ -901,12 +899,12 @@ def repr_numbers(values: ReprArg) -> str:
|
|
|
901
899
|
|
|
902
900
|
Note that the returned string is not wrapped.
|
|
903
901
|
"""
|
|
904
|
-
if isinstance(values,
|
|
902
|
+
if isinstance(values, float):
|
|
905
903
|
return repr_(values)
|
|
906
904
|
result = []
|
|
907
905
|
ndim = 1
|
|
908
906
|
for value in values:
|
|
909
|
-
if isinstance(value,
|
|
907
|
+
if isinstance(value, float):
|
|
910
908
|
result.append(repr_(value))
|
|
911
909
|
else:
|
|
912
910
|
result.append(", ".join(repr_(v) for v in value))
|
|
@@ -2591,12 +2591,12 @@ class SeasonalParameter(Parameter):
|
|
|
2591
2591
|
Pairs of |TOY| objects and |float| values define the seasonal pattern. One can
|
|
2592
2592
|
assign them all at once via keyword arguments:
|
|
2593
2593
|
|
|
2594
|
-
>>> par(_1=2
|
|
2594
|
+
>>> par(_1=2.0, _7_1=4.0, _3_1_0_0_0=5.0)
|
|
2595
2595
|
|
|
2596
2596
|
Note that all keywords in the call above are proper |TOY| initialisation arguments.
|
|
2597
2597
|
Misspelt keywords result in error messages like the following:
|
|
2598
2598
|
|
|
2599
|
-
>>> Par(None)(_a=1.)
|
|
2599
|
+
>>> Par(None)(_a=1.0)
|
|
2600
2600
|
Traceback (most recent call last):
|
|
2601
2601
|
...
|
|
2602
2602
|
ValueError: While trying to define the seasonal parameter value `par` of element \
|
|
@@ -2620,7 +2620,7 @@ given for property `month` cannot be converted to `int`.
|
|
|
2620
2620
|
>>> par.toy_1_1_0_0_0
|
|
2621
2621
|
2.0
|
|
2622
2622
|
>>> del par.toy_1_1_0_0_0
|
|
2623
|
-
>>> par.toy_2_1_0_0_0 = 2.
|
|
2623
|
+
>>> par.toy_2_1_0_0_0 = 2.0
|
|
2624
2624
|
>>> par
|
|
2625
2625
|
par(toy_2_1_0_0_0=2.0,
|
|
2626
2626
|
toy_3_1_0_0_0=5.0,
|
|
@@ -2655,7 +2655,7 @@ attribute nor does it handle a "time of year" named `2_1`.
|
|
|
2655
2655
|
|
|
2656
2656
|
New values are checked to be compatible with the predefined shape:
|
|
2657
2657
|
|
|
2658
|
-
>>> par.toy_1_1_0_0_0 = [1
|
|
2658
|
+
>>> par.toy_1_1_0_0_0 = [1.0, 2.0] # doctest: +ELLIPSIS
|
|
2659
2659
|
Traceback (most recent call last):
|
|
2660
2660
|
...
|
|
2661
2661
|
TypeError: While trying to add a new or change an existing toy-value pair for the \
|
|
@@ -2664,7 +2664,7 @@ argument must be a string or a... number...
|
|
|
2664
2664
|
>>> par = Par(None)
|
|
2665
2665
|
>>> par.NDIM = 2
|
|
2666
2666
|
>>> par.shape = (None, 3)
|
|
2667
|
-
>>> par.toy_1_1_0_0_0 = [1
|
|
2667
|
+
>>> par.toy_1_1_0_0_0 = [1.0, 2.0]
|
|
2668
2668
|
Traceback (most recent call last):
|
|
2669
2669
|
...
|
|
2670
2670
|
ValueError: While trying to add a new or change an existing toy-value pair for \
|
|
@@ -3159,8 +3159,8 @@ Using the latter without modification might result in inconsistencies.
|
|
|
3159
3159
|
self.refresh()
|
|
3160
3160
|
|
|
3161
3161
|
def __repr__(self) -> str:
|
|
3162
|
-
def _assignrepr(value_, prefix_):
|
|
3163
|
-
if
|
|
3162
|
+
def _assignrepr(value_: float | NDArrayFloat, prefix_: str) -> str:
|
|
3163
|
+
if isinstance(value_, float):
|
|
3164
3164
|
return objecttools.assignrepr_value(value_, prefix_)
|
|
3165
3165
|
return objecttools.assignrepr_list(value_, prefix_, width=79)
|
|
3166
3166
|
|
|
@@ -367,7 +367,7 @@ class FastAccessNodeSequence(FastAccessIOSequence):
|
|
|
367
367
|
self._reset_obsdata = False
|
|
368
368
|
|
|
369
369
|
|
|
370
|
-
class InfoArray(
|
|
370
|
+
class InfoArray(numpy.ndarray[Any, numpy.dtype[numpy.float64]]):
|
|
371
371
|
"""|numpy| |numpy.ndarray| subclass with an additional attribute describing the
|
|
372
372
|
(potential) aggregation of the handled data.
|
|
373
373
|
|
|
@@ -414,7 +414,7 @@ class Test:
|
|
|
414
414
|
"""To be implemented by the subclasses of |Test|."""
|
|
415
415
|
|
|
416
416
|
@abc.abstractmethod
|
|
417
|
-
def get_output_array(self, parseqs):
|
|
417
|
+
def get_output_array(self, parseqs: Never) -> NDArrayFloat:
|
|
418
418
|
"""To be implemented by the subclasses of |Test|."""
|
|
419
419
|
|
|
420
420
|
@property
|
|
@@ -564,11 +564,16 @@ class IntegrationTest(Test):
|
|
|
564
564
|
nodes: devicetools.Devices[devicetools.Node]
|
|
565
565
|
parseqs: tuple[sequencetools.IOSequence, ...]
|
|
566
566
|
|
|
567
|
+
_dateformat: str | None = None
|
|
568
|
+
|
|
567
569
|
def __init__(
|
|
568
570
|
self,
|
|
569
571
|
element: devicetools.Element | None = None,
|
|
570
572
|
seqs: tuple[sequencetools.IOSequence, ...] | None = None,
|
|
571
|
-
inits
|
|
573
|
+
inits: (
|
|
574
|
+
Sequence[tuple[sequencetools.ConditionSequence, float | NDArrayFloat]]
|
|
575
|
+
| None
|
|
576
|
+
) = None,
|
|
572
577
|
) -> None:
|
|
573
578
|
"""Prepare the element and its nodes, put them into a HydPy object, and make
|
|
574
579
|
their sequences ready for use for integration testing."""
|
|
@@ -696,8 +701,7 @@ standard library for for further information.
|
|
|
696
701
|
>>> tester.dateformat
|
|
697
702
|
'%x'
|
|
698
703
|
"""
|
|
699
|
-
dateformat
|
|
700
|
-
if dateformat is None:
|
|
704
|
+
if (dateformat := self._dateformat) is None:
|
|
701
705
|
return timetools.Date.formatstrings["iso2"]
|
|
702
706
|
return dateformat
|
|
703
707
|
|
|
@@ -711,9 +715,9 @@ standard library for for further information.
|
|
|
711
715
|
f"for `datetime` objects. Please read the documentation on module "
|
|
712
716
|
f"datetime of the Python standard library for for further information."
|
|
713
717
|
) from exc
|
|
714
|
-
|
|
718
|
+
self._dateformat = dateformat
|
|
715
719
|
|
|
716
|
-
def get_output_array(self, parseqs: sequencetools.IOSequence):
|
|
720
|
+
def get_output_array(self, parseqs: sequencetools.IOSequence) -> NDArrayFloat:
|
|
717
721
|
"""Return the array containing the output results of the given sequence."""
|
|
718
722
|
return parseqs.series
|
|
719
723
|
|
|
@@ -993,7 +997,15 @@ class UnitTest(Test):
|
|
|
993
997
|
"""Stores arrays with the resulting values of parameters and/or
|
|
994
998
|
sequences of each new experiment."""
|
|
995
999
|
|
|
996
|
-
def __init__(
|
|
1000
|
+
def __init__(
|
|
1001
|
+
self,
|
|
1002
|
+
model: modeltools.Model,
|
|
1003
|
+
method: modeltools.Method,
|
|
1004
|
+
*,
|
|
1005
|
+
first_example: int = 1,
|
|
1006
|
+
last_example: int = 1,
|
|
1007
|
+
parseqs: tuple[variabletools.Variable],
|
|
1008
|
+
) -> None:
|
|
997
1009
|
del self.inits
|
|
998
1010
|
del self.nexts
|
|
999
1011
|
del self.results
|
|
@@ -1008,21 +1020,23 @@ class UnitTest(Test):
|
|
|
1008
1020
|
self.prepare_output_arrays()
|
|
1009
1021
|
|
|
1010
1022
|
@property
|
|
1011
|
-
def nmb_examples(self):
|
|
1023
|
+
def nmb_examples(self) -> int:
|
|
1012
1024
|
"""The number of examples to be calculated."""
|
|
1013
1025
|
return self.last_example_calc - self.first_example_calc + 1
|
|
1014
1026
|
|
|
1015
1027
|
@property
|
|
1016
|
-
def idx0(self):
|
|
1028
|
+
def idx0(self) -> int:
|
|
1017
1029
|
"""The first index of the examples selected for printing."""
|
|
1018
1030
|
return self.first_example_plot - self.first_example_calc
|
|
1019
1031
|
|
|
1020
1032
|
@property
|
|
1021
|
-
def idx1(self):
|
|
1033
|
+
def idx1(self) -> int:
|
|
1022
1034
|
"""The last index of the examples selected for printing."""
|
|
1023
1035
|
return self.nmb_examples - (self.last_example_calc - self.last_example_plot)
|
|
1024
1036
|
|
|
1025
|
-
def __call__(
|
|
1037
|
+
def __call__(
|
|
1038
|
+
self, first_example: int | None = None, last_example: int | None = None
|
|
1039
|
+
) -> None:
|
|
1026
1040
|
if first_example is None:
|
|
1027
1041
|
self.first_example_plot = self.first_example_calc
|
|
1028
1042
|
else:
|
|
@@ -1038,18 +1052,18 @@ class UnitTest(Test):
|
|
|
1038
1052
|
self._update_outputs(idx)
|
|
1039
1053
|
self.print_table(self.idx0, self.idx1)
|
|
1040
1054
|
|
|
1041
|
-
def get_output_array(self, parseqs):
|
|
1055
|
+
def get_output_array(self, parseqs: variabletools.Variable) -> NDArrayFloat:
|
|
1042
1056
|
"""Return the array containing the output results of the given
|
|
1043
1057
|
parameter or sequence."""
|
|
1044
1058
|
return getattr(self.results, parseqs.name)
|
|
1045
1059
|
|
|
1046
1060
|
@property
|
|
1047
|
-
def raw_first_col_strings(self):
|
|
1061
|
+
def raw_first_col_strings(self) -> tuple[str, ...]:
|
|
1048
1062
|
"""The raw integer strings of the first column, except the header."""
|
|
1049
|
-
return
|
|
1063
|
+
return tuple(
|
|
1050
1064
|
str(example)
|
|
1051
1065
|
for example in range(self.first_example_plot, self.last_example_plot + 1)
|
|
1052
|
-
|
|
1066
|
+
)
|
|
1053
1067
|
|
|
1054
1068
|
def memorise_inits(self) -> None:
|
|
1055
1069
|
"""Memorise all initial conditions."""
|
|
@@ -1075,14 +1089,14 @@ class UnitTest(Test):
|
|
|
1075
1089
|
if inits is not None:
|
|
1076
1090
|
parseq(inits)
|
|
1077
1091
|
|
|
1078
|
-
def _update_inputs(self, idx) -> None:
|
|
1092
|
+
def _update_inputs(self, idx: int) -> None:
|
|
1079
1093
|
"""Update the actual values with the |UnitTest.nexts| data of
|
|
1080
1094
|
the given index."""
|
|
1081
1095
|
for parseq in self.parseqs:
|
|
1082
1096
|
if hasattr(self.nexts, parseq.name):
|
|
1083
1097
|
parseq(getattr(self.nexts, parseq.name)[idx])
|
|
1084
1098
|
|
|
1085
|
-
def _update_outputs(self, idx) -> None:
|
|
1099
|
+
def _update_outputs(self, idx: int) -> None:
|
|
1086
1100
|
"""Update the |UnitTest.results| data with the actual values of
|
|
1087
1101
|
the given index."""
|
|
1088
1102
|
for parseq in self.parseqs:
|
|
@@ -1099,7 +1113,7 @@ class _Open:
|
|
|
1099
1113
|
|
|
1100
1114
|
texts: list[str]
|
|
1101
1115
|
|
|
1102
|
-
def __init__(self, path, mode, *args, **kwargs) -> None:
|
|
1116
|
+
def __init__(self, path: str, mode: str, *args: Any, **kwargs: Any) -> None:
|
|
1103
1117
|
# pylint: disable=unused-argument
|
|
1104
1118
|
# all further positional and keyword arguments are ignored.
|
|
1105
1119
|
self.path = path.replace(os.sep, "/")
|
|
@@ -1107,11 +1121,16 @@ class _Open:
|
|
|
1107
1121
|
self.texts = []
|
|
1108
1122
|
self.entered = False
|
|
1109
1123
|
|
|
1110
|
-
def __enter__(self):
|
|
1124
|
+
def __enter__(self) -> Self:
|
|
1111
1125
|
self.entered = True
|
|
1112
1126
|
return self
|
|
1113
1127
|
|
|
1114
|
-
def __exit__(
|
|
1128
|
+
def __exit__(
|
|
1129
|
+
self,
|
|
1130
|
+
exception_type: type[BaseException],
|
|
1131
|
+
exception_value: BaseException,
|
|
1132
|
+
traceback_: types.TracebackType,
|
|
1133
|
+
) -> None:
|
|
1115
1134
|
self.close()
|
|
1116
1135
|
|
|
1117
1136
|
def read(self) -> NoReturn:
|
|
@@ -1126,11 +1145,11 @@ class _Open:
|
|
|
1126
1145
|
"""Raise a |NotImplementedError| in any case."""
|
|
1127
1146
|
raise NotImplementedError(self.__readingerror)
|
|
1128
1147
|
|
|
1129
|
-
def write(self, text) -> None:
|
|
1148
|
+
def write(self, text: str) -> None:
|
|
1130
1149
|
"""Replace the `write` method of file objects."""
|
|
1131
1150
|
self.texts.append(text)
|
|
1132
1151
|
|
|
1133
|
-
def writelines(self, lines) -> None:
|
|
1152
|
+
def writelines(self, lines: Iterable[str]) -> None:
|
|
1134
1153
|
"""Replace the `writelines` method of file objects."""
|
|
1135
1154
|
self.texts.extend(lines)
|
|
1136
1155
|
|
|
@@ -1213,11 +1232,16 @@ for further information.
|
|
|
1213
1232
|
def __init__(self) -> None:
|
|
1214
1233
|
self.open = builtins.open
|
|
1215
1234
|
|
|
1216
|
-
def __enter__(self):
|
|
1235
|
+
def __enter__(self) -> Self:
|
|
1217
1236
|
builtins.open = _Open # type: ignore[assignment]
|
|
1218
1237
|
return self
|
|
1219
1238
|
|
|
1220
|
-
def __exit__(
|
|
1239
|
+
def __exit__(
|
|
1240
|
+
self,
|
|
1241
|
+
exception_type: type[BaseException],
|
|
1242
|
+
exception_value: BaseException,
|
|
1243
|
+
traceback_: types.TracebackType,
|
|
1244
|
+
) -> None:
|
|
1221
1245
|
builtins.open = self.open
|
|
1222
1246
|
|
|
1223
1247
|
|
|
@@ -73,9 +73,7 @@ Sequence1: TypeAlias = Union[T_inv, Sequence[T_inv]]
|
|
|
73
73
|
Sequence2: TypeAlias = Union[T1, T2, Sequence[T1 | T2]]
|
|
74
74
|
Sequence3: TypeAlias = Union[T1, T2, T3, Sequence[T1 | T2 | T3]]
|
|
75
75
|
|
|
76
|
-
|
|
77
|
-
Float1 = TypeVar("Float1", bound=float)
|
|
78
|
-
Float2 = TypeVar("Float2", bound=float)
|
|
76
|
+
Float = TypeVar("Float", bound=float)
|
|
79
77
|
|
|
80
78
|
Scalar = TypeVar(
|
|
81
79
|
"Scalar",
|
|
@@ -301,6 +299,7 @@ __all__ = [
|
|
|
301
299
|
"Collection3",
|
|
302
300
|
"DeployMode",
|
|
303
301
|
"Final",
|
|
302
|
+
"Float",
|
|
304
303
|
"Generator",
|
|
305
304
|
"Generic",
|
|
306
305
|
"get_type_hints",
|
|
@@ -453,7 +453,7 @@ def _trim_int_nd(self: Variable, lower: TrimHook, upper: TrimHook) -> bool:
|
|
|
453
453
|
self[idxs] = INT_NAN
|
|
454
454
|
|
|
455
455
|
|
|
456
|
-
def get_tolerance(values):
|
|
456
|
+
def get_tolerance(values: float | NDArrayFloat) -> float | NDArrayFloat:
|
|
457
457
|
"""Return some "numerical accuracy" to be expected for the given floating-point
|
|
458
458
|
value(s).
|
|
459
459
|
|
|
@@ -470,15 +470,17 @@ def get_tolerance(values):
|
|
|
470
470
|
... numpy.asarray([1.0, numpy.inf, 2.0, -numpy.inf])), 16)
|
|
471
471
|
0.000000000000001, 0.0, 0.000000000000002, 0.0
|
|
472
472
|
"""
|
|
473
|
-
|
|
474
|
-
|
|
473
|
+
if isinstance(values, float):
|
|
474
|
+
tolerance: float | NDArrayFloat = math.fabs(values * 1e-15)
|
|
475
|
+
if math.isinf(tolerance):
|
|
476
|
+
tolerance = 0.0
|
|
477
|
+
else:
|
|
478
|
+
tolerance = numpy.abs(values * 1e-15)
|
|
475
479
|
tolerance[numpy.isinf(tolerance)] = 0.0
|
|
476
|
-
elif math.isinf(tolerance):
|
|
477
|
-
tolerance = 0.0
|
|
478
480
|
return tolerance
|
|
479
481
|
|
|
480
482
|
|
|
481
|
-
def _warn_trim(self, oldvalue, newvalue):
|
|
483
|
+
def _warn_trim(self, oldvalue: ArrayFloat, newvalue: ArrayFloat) -> None:
|
|
482
484
|
if hydpy.pub.options.warntrim:
|
|
483
485
|
warnings.warn(
|
|
484
486
|
f"For variable {objecttools.devicephrase(self)} at least one value "
|
|
@@ -1522,7 +1524,7 @@ as `var` can only be `()`, but `(2,)` is given.
|
|
|
1522
1524
|
if initflag:
|
|
1523
1525
|
self._valueready = True
|
|
1524
1526
|
|
|
1525
|
-
def _raise_wrongshape(self, shape):
|
|
1527
|
+
def _raise_wrongshape(self, shape: int | tuple[int, ...]) -> NoReturn:
|
|
1526
1528
|
raise ValueError(
|
|
1527
1529
|
f"The shape information of 0-dimensional variables "
|
|
1528
1530
|
f"as {objecttools.devicephrase(self)} can only be `()`, "
|
|
@@ -2212,12 +2214,12 @@ has been determined, which is not a submask of `Soil([ True, True, False])`.
|
|
|
2212
2214
|
)
|
|
2213
2215
|
)
|
|
2214
2216
|
|
|
2215
|
-
def _typeconversion(self, type_):
|
|
2217
|
+
def _typeconversion(self, type_: type[Float]) -> Float:
|
|
2216
2218
|
if self.NDIM:
|
|
2217
2219
|
raise TypeError(
|
|
2218
2220
|
f"The variable {objecttools.devicephrase(self)} is "
|
|
2219
|
-
f"{self.NDIM}-dimensional and thus cannot be converted "
|
|
2220
|
-
f"
|
|
2221
|
+
f"{self.NDIM}-dimensional and thus cannot be converted to a scalar "
|
|
2222
|
+
f"{type_.__name__} value."
|
|
2221
2223
|
)
|
|
2222
2224
|
return type_(self.value)
|
|
2223
2225
|
|
|
@@ -201,7 +201,7 @@ copyright = f"2013-{datetime.datetime.now().year}, HydPy Developers"
|
|
|
201
201
|
# The short X.Y version.
|
|
202
202
|
version = "6.3"
|
|
203
203
|
# The full version, including alpha/beta/rc tags.
|
|
204
|
-
release = "6.3.
|
|
204
|
+
release = "6.3.2"
|
|
205
205
|
|
|
206
206
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
207
207
|
# for a list of supported languages.
|
|
@@ -63,8 +63,7 @@ class Calc_QPIn_V1(modeltools.Method):
|
|
|
63
63
|
>>> test = UnitTest(
|
|
64
64
|
... model, model.calc_qpin_v1,
|
|
65
65
|
... first_example=8, last_example=10,
|
|
66
|
-
...
|
|
67
|
-
... fluxes.qpin))
|
|
66
|
+
... parseqs=(fluxes.qin, fluxes.qpin))
|
|
68
67
|
>>> test.nexts.qin = -1.0, 0.0, 12.0
|
|
69
68
|
>>> test()
|
|
70
69
|
| ex. | qin | qpin |
|
|
@@ -173,12 +173,10 @@ def main( # pylint: disable=too-many-branches
|
|
|
173
173
|
warnings.filterwarnings(
|
|
174
174
|
action="ignore",
|
|
175
175
|
category=DeprecationWarning,
|
|
176
|
-
message=
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
category=DeprecationWarning,
|
|
181
|
-
message="datetime.datetime.utcfromtimestamp",
|
|
176
|
+
message=(
|
|
177
|
+
"Setting the shape on a NumPy array has been "
|
|
178
|
+
"deprecated in NumPy 2.5."
|
|
179
|
+
),
|
|
182
180
|
)
|
|
183
181
|
runner = unittest.TextTestRunner(stream=file_)
|
|
184
182
|
result = runner.run(suite)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|