HydPy 6.1.2__tar.gz → 6.1.4__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.1.2 → hydpy-6.1.4/HydPy.egg-info}/PKG-INFO +3 -2
- {hydpy-6.1.2/HydPy.egg-info → hydpy-6.1.4}/PKG-INFO +3 -2
- {hydpy-6.1.2 → hydpy-6.1.4}/appveyor.yml +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/__init__.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/aliases.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/calibtools.py +2 -2
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/auxfiletools.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/devicetools.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/importtools.py +13 -9
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/netcdftools.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/variabletools.py +2 -2
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_musk.pyx +2 -2
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_musk_mct.pyx +2 -2
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/modelutils.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/draw_model_sketches.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/conf.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/exe/servertools.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/exch_factors.py +1 -3
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga_garto.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_model.py +2 -2
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_model.py +2 -2
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo_glob_fao56.py +4 -4
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_model.py +12 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_model.py +22 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/make_hydpy_installer.cfgt +2 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/noxfile.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/setup.py +1 -1
- {hydpy-6.1.2 → hydpy-6.1.4}/.gitignore +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/.travis.yml +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/HydPy.egg-info/SOURCES.txt +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/LICENSE +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/README.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/call_installer.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/execute_exe.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/anntools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/armatools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/interptools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/iuhtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/networktools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/ppolytools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/quadtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/roottools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/smoothtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/statstools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/auxs/validtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/conf/HydPyConfigBase.xsd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/conf/HydPyConfigBase.xsdt +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/conf/HydPyConfigMultipleRuns.xsd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/conf/HydPyConfigSingleRun.xsd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/conf/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/conf/a_coefficients_explicit_lobatto_sequence.npy +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/conf/support_points_for_smoothpar_logistic2.npy +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/config.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/aliastools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/autodoctools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/exceptiontools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/filetools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/hydpytools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/indextools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/itemtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/masktools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/modeltools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/objecttools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/optiontools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/parametertools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/printtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/propertytools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/pubtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/selectiontools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/sequencetools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/seriestools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/testtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/timetools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/core/typingtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/annutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/annutils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/annutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/annutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/annutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_arma.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_arma.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_arma_rimorido.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_arma_rimorido.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_conv.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_conv.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_conv_idw.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_conv_idw.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_conv_idw_ed.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_conv_idw_ed.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_conv_nn.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_conv_nn.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_llake.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_llake.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_lreservoir.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_lreservoir.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_lretention.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_lretention.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_pump.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_pump.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_pump_sluice.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_pump_sluice.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_sluice.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_sluice.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v001.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v001.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v002.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v002.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v003.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v003.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v004.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v004.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v005.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dam_v005.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_interceptedwater.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_interceptedwater.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_node2node.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_node2node.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_snowalbedo.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_snowalbedo.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_snowcover.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_snowcover.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_snowycanopy.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_snowycanopy.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_soilwater.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_dummy_soilwater.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_aet_hbv96.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_aet_hbv96.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_aet_minhas.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_aet_minhas.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_aet_morsim.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_aet_morsim.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_pet_ambav1.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_pet_ambav1.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_pet_hbv96.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_pet_hbv96.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_pet_m.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_pet_m.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_pet_mlc.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_pet_mlc.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_ret_fao56.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_ret_fao56.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_ret_io.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_ret_io.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_ret_tw2002.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_evap_ret_tw2002.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_exch.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_exch.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_exch_branch_hbv96.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_exch_branch_hbv96.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_exch_waterlevel.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_exch_waterlevel.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_exch_weir_hbv96.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_exch_weir_hbv96.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_ga.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_ga.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_ga_garto.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_ga_garto.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_ga_garto_submodel1.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_ga_garto_submodel1.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_hland.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_hland.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_hland_96.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_hland_96.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_hland_96c.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_hland_96c.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_hland_96p.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_hland_96p.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_kinw.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_kinw.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_kinw_williams.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_kinw_williams.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_kinw_williams_ext.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_kinw_williams_ext.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_lland.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_lland.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_lland_dd.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_lland_dd.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_lland_knauf.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_lland_knauf.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_lland_knauf_ic.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_lland_knauf_ic.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_glob_fao56.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_glob_fao56.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_glob_io.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_glob_io.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_glob_morsim.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_glob_morsim.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_precip_io.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_precip_io.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_sun_fao56.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_sun_fao56.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_sun_morsim.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_sun_morsim.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_temp_io.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_meteo_temp_io.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_musk.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_musk_classic.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_musk_classic.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_musk_mct.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_rconc.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_rconc.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_rconc_nash.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_rconc_nash.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_rconc_uh.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_rconc_uh.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_channel.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_channel.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_gate_out.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_gate_out.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_lias.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_lias.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_network.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_network.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_pump.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_pump.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_q_in.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_q_in.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_q_out.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_q_out.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_storage.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_storage.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_weir_out.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_sw1d_weir_out.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_test.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_test.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_test_discontinous.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_test_discontinous.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_test_stiff0d.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_test_stiff0d.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_test_stiff1d.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_test_stiff1d.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wland.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wland.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wland_gd.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wland_gd.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wland_wag.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wland_wag.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wq.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wq.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wq_trapeze.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wq_trapeze.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wq_walrus.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/c_wq_walrus.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/configutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/configutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/interfaceutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/interfaceutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/interputils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/interputils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/masterinterface.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/masterinterface.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/pointerutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/pointerutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/ppolyutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/ppolyutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/quadutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/quadutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/rootutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/rootutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/sequenceutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/sequenceutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/smoothutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/autogen/smoothutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/configutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/configutils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/configutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/interfaceutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/interfaceutils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/interfaceutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/interputils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/interputils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/interputils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/pointerutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/pointerutils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/pointerutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/ppolyutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/ppolyutils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/ppolyutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/quadutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/quadutils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/quadutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/rootutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/rootutils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/rootutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/sequenceutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/sequenceutils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/sequenceutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/smoothutils.pxd +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/smoothutils.pyi +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/cythons/smoothutils.pyx +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_dill_assl_lahn_leun.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_leun_lahn_kalk.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_marb_lahn_leun.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/control/default/land.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/control/default/stream_dill_assl_lahn_leun.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_leun_lahn_kalk.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_marb_lahn_leun.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/multiple_runs.xml +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/multiple_runs_alpha.xml +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/network/default/headwaters.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/network/default/nonheadwaters.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/network/default/streams.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/dill_assl_obs_q.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalairtemperature.nc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalevapotranspiration.nc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_p.nc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_t.nc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/lahn_kalk_obs_q.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/lahn_leun_obs_q.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/lahn_marb_obs_q.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_p.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_t.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_p.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_t.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_p.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_t.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalairtemperature.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_p.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_t.asc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/series/default/obs_q.nc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/single_run.xml +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/HydPy-H-Lahn/single_run.xmlt +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/data/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/autofigs/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/bib/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/bib/refs.bib +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/combine_docversions.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/enable_autodoc.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/HydPy-H-HBV96-COSERO.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/HydPy-H-HBV96-PREVAH.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/HydPy-H-HBV96.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/HydPy-H-Lahn.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/HydPy-KinW-Williams.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/HydPy-L-DD.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/HydPy-W-Wag.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/HydPy_Logo.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/HydPy_Logo_Text.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/IDLE-editor.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/IDLE-shell.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/LAWA_river-basin-bumbers.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/figs/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/html_/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/polish_html.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/prepare.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/publish_docs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-ARMA.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-Conv.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-Dam.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-Dummy.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-Evap.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-Exch.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-GA.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-H.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-KinW.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-L.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-Meteo.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-Musk.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-Rconc.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-SW1D.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-Test.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-W.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/HydPy-WQ.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/additional_repositories.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/auxiliaries.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/continuous_integration.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/core.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/cythons.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/definitions.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/developer_guide.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/example_projects.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/execution.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/framework_tools.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/how_to_read_the_reference_manual.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/hydpydependencies.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/index.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/installation.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/model_families.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/model_overview.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/modelimports.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/options.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/programming_style.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/project_structure.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/quickstart.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/reference_manual.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/required_tools.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/simulation.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/submodel_interfaces.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/tests_and_documentation.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/user_guide.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/version_control.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/rst/zbibliography.rst +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/frameset.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/rstsource.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/versionchanges.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/defindex.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/domainindex.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-single.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-split.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/globaltoc.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/layout.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/localtoc.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/opensearch.xml +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/page.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/relations.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/search.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/searchbox.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/searchfield.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/sourcelink.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/static/basic.css_t +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/static/doctools.js +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/static/documentation_options.js_t +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/static/file.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/static/language_data.js_t +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/static/minus.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/static/plus.png +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/static/searchtools.js +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/static/sphinx_highlight.js +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/basic_hydpy/theme.conf +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/classic_hydpy/layout.html +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/classic_hydpy/static/classic.css_t +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/classic_hydpy/static/sidebar.js_t +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/_themes/classic_hydpy/theme.conf +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/defaultlinks_extension.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/integrationtest_extension.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/projectstructure_extension.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/docs/sphinx/submodelgraph_extension.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/exe/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/exe/commandtools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/exe/hyd.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/exe/modelimports.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/exe/replacetools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/exe/xmltools.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/aetinterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/dischargeinterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/petinterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/precipinterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/radiationinterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/rconcinterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/routinginterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/soilinterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/stateinterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/interfaces/tempinterfaces.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/arma/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/arma/arma_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/arma/arma_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/arma/arma_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/arma/arma_inlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/arma/arma_logs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/arma/arma_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/arma/arma_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/arma_rimorido.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv/conv_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv/conv_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv/conv_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv/conv_inlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv/conv_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv/conv_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv_idw.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv_idw_ed.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/conv_nn.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_aides.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_factors.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_inlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_logs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_receivers.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_senders.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_solver.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam/dam_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_llake.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_lreservoir.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_lretention.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_pump.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_pump_sluice.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_sluice.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_v001.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_v002.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_v003.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_v004.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dam_v005.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy/dummy_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy/dummy_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy/dummy_inlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy/dummy_inputs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy/dummy_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy/dummy_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy_interceptedwater.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy_node2node.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy_snowalbedo.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy_snowcover.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy_snowycanopy.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/dummy_soilwater.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_factors.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_fixed.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_inputs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_logs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_masks.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_parameters.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_sequences.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap/evap_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_aet_hbv96.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_aet_minhas.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_aet_morsim.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_pet_ambav1.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_pet_hbv96.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_pet_m.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_pet_mlc.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_ret_fao56.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_ret_io.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/evap_ret_tw2002.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/exch_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/exch_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/exch_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/exch_inlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/exch_logs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/exch_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/exch_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch/exch_receivers.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch_branch_hbv96.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch_waterlevel.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/exch_weir_hbv96.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga/ga_aides.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga/ga_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga/ga_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga/ga_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga/ga_inputs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga/ga_logs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga/ga_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga/ga_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/ga_garto_submodel1.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_aides.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_constants.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_factors.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_fixed.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_inputs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_masks.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_parameters.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_sequences.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland/hland_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland_96.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland_96c.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/hland_96p.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_aides.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_fixed.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_inlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_solver.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw/kinw_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw_williams.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/kinw_williams_ext.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_aides.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_constants.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_factors.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_fixed.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_inlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_inputs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_logs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_masks.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_parameters.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_sequences.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland/lland_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland_dd.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland_knauf.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/lland_knauf_ic.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_factors.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_fixed.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_inputs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_logs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_parameters.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo/meteo_sequences.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo_clear_glob_io.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo_glob_io.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo_glob_morsim.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo_precip_io.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo_psun_sun_glob_io.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo_sun_fao56.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo_sun_morsim.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/meteo_temp_io.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_factors.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_inlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_masks.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_sequences.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_solver.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk/musk_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk_classic.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/musk_mct.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/rconc/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/rconc/rconc_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/rconc/rconc_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/rconc/rconc_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/rconc/rconc_logs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/rconc/rconc_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/rconc/rconc_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/rconc_nash.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/rconc_uh.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_factors.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_fixed.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_inlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_receivers.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_senders.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d/sw1d_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_channel.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_gate_out.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_lias.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_lias_sluice.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_network.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_pump.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_q_in.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_q_out.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_storage.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/sw1d_weir_out.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/test/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/test/test_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/test/test_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/test/test_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/test/test_solver.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/test/test_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/test_discontinous.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/test_stiff0d.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/test_stiff1d.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_aides.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_constants.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_factors.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_fixed.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_inputs.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_masks.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_outlets.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_parameters.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_sequences.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_solver.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland/wland_states.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland_gd.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wland_wag.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wq/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wq/wq_control.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wq/wq_derived.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wq/wq_factors.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wq/wq_fluxes.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wq/wq_model.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wq_trapeze.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wq_trapeze_strickler.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/models/wq_walrus.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/py.typed +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/tests/.coveragerc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/tests/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/tests/check_consistency.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/tests/hydpydoctestcustomize.pth +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/tests/hydpydoctestcustomize.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/tests/iotesting/__init__.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/hydpy/tests/run_doctests.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/licenses_hydpy_installer.txt +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/logo.ico +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/make_and_install_dists.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/prepare_build.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/prepare_hydpy_installer.py +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/pylintrc +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/pyproject.toml +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/requirements.txt +0 -0
- {hydpy-6.1.2 → hydpy-6.1.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: HydPy
|
|
3
|
-
Version: 6.1.
|
|
3
|
+
Version: 6.1.4
|
|
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
|
|
@@ -44,6 +44,7 @@ Dynamic: description
|
|
|
44
44
|
Dynamic: home-page
|
|
45
45
|
Dynamic: keywords
|
|
46
46
|
Dynamic: license
|
|
47
|
+
Dynamic: license-file
|
|
47
48
|
Dynamic: requires-dist
|
|
48
49
|
Dynamic: requires-python
|
|
49
50
|
Dynamic: summary
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: HydPy
|
|
3
|
-
Version: 6.1.
|
|
3
|
+
Version: 6.1.4
|
|
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
|
|
@@ -44,6 +44,7 @@ Dynamic: description
|
|
|
44
44
|
Dynamic: home-page
|
|
45
45
|
Dynamic: keywords
|
|
46
46
|
Dynamic: license
|
|
47
|
+
Dynamic: license-file
|
|
47
48
|
Dynamic: requires-dist
|
|
48
49
|
Dynamic: requires-python
|
|
49
50
|
Dynamic: summary
|
|
@@ -118,7 +118,7 @@ from hydpy.exe.servertools import await_server, start_server
|
|
|
118
118
|
from hydpy.exe.xmltools import XMLInterface, run_simulation, xml_validate
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
__version__ = "6.1.
|
|
121
|
+
__version__ = "6.1.4"
|
|
122
122
|
|
|
123
123
|
pub.options = optiontools.Options()
|
|
124
124
|
pub.indexer = indextools.Indexer()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"""This module provides the aliases of the sequences of all available models one might
|
|
1
|
+
"""This module provides the aliases of the sequences of all available models one might
|
|
2
2
|
want to connect to node sequences.
|
|
3
3
|
|
|
4
4
|
This file was automatically created by function |write_sequencealiases|.
|
|
@@ -1178,11 +1178,11 @@ class CalibrationInterface(Generic[TypeRule1]):
|
|
|
1178
1178
|
selections=("complete",),
|
|
1179
1179
|
)
|
|
1180
1180
|
|
|
1181
|
-
>>> ci.FC
|
|
1181
|
+
>>> ci.FC # doctest: +ELLIPSIS
|
|
1182
1182
|
Traceback (most recent call last):
|
|
1183
1183
|
...
|
|
1184
1184
|
AttributeError: The actual calibration interface does neither handle a normal \
|
|
1185
|
-
attribute nor a rule object named `FC
|
|
1185
|
+
attribute nor a rule object named `FC`...
|
|
1186
1186
|
|
|
1187
1187
|
>>> ci["damp"]
|
|
1188
1188
|
Replace(
|
|
@@ -194,7 +194,7 @@ nor does it handle a model named `lland_dd`...
|
|
|
194
194
|
|
|
195
195
|
@staticmethod
|
|
196
196
|
def _get_model(
|
|
197
|
-
value: Union[str, types.ModuleType, modeltools.Model]
|
|
197
|
+
value: Union[str, types.ModuleType, modeltools.Model],
|
|
198
198
|
) -> modeltools.Model:
|
|
199
199
|
if isinstance(value, modeltools.Model):
|
|
200
200
|
return value
|
|
@@ -2476,7 +2476,7 @@ Attribute timegrids of module `pub` is not defined at the moment.
|
|
|
2476
2476
|
t = TypeVar("t", str, int)
|
|
2477
2477
|
|
|
2478
2478
|
def _make_tuple(
|
|
2479
|
-
x: Union[Optional[t], tuple[Optional[t], Optional[t]]]
|
|
2479
|
+
x: Union[Optional[t], tuple[Optional[t], Optional[t]]],
|
|
2480
2480
|
) -> tuple[Optional[t], Optional[t]]:
|
|
2481
2481
|
return (x, x) if ((x is None) or isinstance(x, (str, int))) else x
|
|
2482
2482
|
|
|
@@ -400,7 +400,9 @@ def prepare_submodel(
|
|
|
400
400
|
instance."""
|
|
401
401
|
|
|
402
402
|
def _prepare_submodel(
|
|
403
|
-
wrapped: Union[
|
|
403
|
+
wrapped: Union[
|
|
404
|
+
PrepSub0D[TM_contra, TI_contra], PrepSub1D[TM_contra, TI_contra]
|
|
405
|
+
],
|
|
404
406
|
) -> SubmodelAdder[TD, TM_contra, TI_contra]:
|
|
405
407
|
return SubmodelAdder[TD, TM_contra, TI_contra](
|
|
406
408
|
wrapped=cast(Any, wrapped),
|
|
@@ -684,16 +686,16 @@ following error occurred: The given `lland_knauf` instance is not considered sha
|
|
|
684
686
|
|
|
685
687
|
@overload
|
|
686
688
|
def get_wrapped(
|
|
687
|
-
self: SubmodelAdder[Literal[0], TM_contra, TI_contra]
|
|
689
|
+
self: SubmodelAdder[Literal[0], TM_contra, TI_contra],
|
|
688
690
|
) -> PrepSub0D[TM_contra, TI_contra]: ...
|
|
689
691
|
|
|
690
692
|
@overload
|
|
691
693
|
def get_wrapped(
|
|
692
|
-
self: SubmodelAdder[Literal[1], TM_contra, TI_contra]
|
|
694
|
+
self: SubmodelAdder[Literal[1], TM_contra, TI_contra],
|
|
693
695
|
) -> PrepSub1D[TM_contra, TI_contra]: ...
|
|
694
696
|
|
|
695
697
|
def get_wrapped(
|
|
696
|
-
self: SubmodelAdder[TD, TM_contra, TI_contra]
|
|
698
|
+
self: SubmodelAdder[TD, TM_contra, TI_contra],
|
|
697
699
|
) -> Union[PrepSub0D[TM_contra, TI_contra], PrepSub1D[TM_contra, TI_contra]]:
|
|
698
700
|
"""Return the wrapped, model-specific method for automatically preparing some
|
|
699
701
|
control parameters."""
|
|
@@ -942,7 +944,7 @@ def define_targetparameter(
|
|
|
942
944
|
instance."""
|
|
943
945
|
|
|
944
946
|
def _select_parameter(
|
|
945
|
-
wrapped: Callable[Concatenate[TM_contra, P], None]
|
|
947
|
+
wrapped: Callable[Concatenate[TM_contra, P], None],
|
|
946
948
|
) -> TargetParameterUpdater[TM_contra, P]:
|
|
947
949
|
return TargetParameterUpdater[TM_contra, P](wrapped, parameter)
|
|
948
950
|
|
|
@@ -1009,11 +1011,11 @@ class TargetParameterUpdater(_DoctestAdder, Generic[TM_contra, P]):
|
|
|
1009
1011
|
already available parameter values in the |TargetParameterUpdater.values_test|
|
|
1010
1012
|
dictionary.
|
|
1011
1013
|
"""
|
|
1012
|
-
values_orig: dict[modeltools.Model, tuple[tuple[
|
|
1014
|
+
values_orig: dict[modeltools.Model, tuple[tuple[Any, Any], Any]]
|
|
1013
1015
|
"""Deep copies of the input data (separated by positional and keyword arguments)
|
|
1014
1016
|
and the resulting values of the target parameters of the respective model
|
|
1015
1017
|
instances."""
|
|
1016
|
-
values_test: dict[modeltools.Model, tuple[tuple[
|
|
1018
|
+
values_test: dict[modeltools.Model, tuple[tuple[Any, Any], Any]]
|
|
1017
1019
|
"""Deep copies of the input data (separated by positional and keyword arguments)
|
|
1018
1020
|
and the already available values of the target parameters of the respective model
|
|
1019
1021
|
instances."""
|
|
@@ -1043,17 +1045,19 @@ class TargetParameterUpdater(_DoctestAdder, Generic[TM_contra, P]):
|
|
|
1043
1045
|
|
|
1044
1046
|
def __call__(self, *args: P.args, **kwargs: P.kwargs) -> None:
|
|
1045
1047
|
assert (model := self._model) is not None
|
|
1048
|
+
args = copy.deepcopy(args)
|
|
1049
|
+
kwargs = copy.deepcopy(kwargs)
|
|
1046
1050
|
model.preparemethod2arguments[self._wrapped.__name__] = args, kwargs
|
|
1047
1051
|
control = model.parameters.control
|
|
1048
1052
|
if self.testmode:
|
|
1049
1053
|
if (name := self.targetparameter.name) in control.names:
|
|
1050
1054
|
par = control[name]
|
|
1051
|
-
self.values_test[model] =
|
|
1055
|
+
self.values_test[model] = ((args, kwargs), copy.deepcopy(par.value))
|
|
1052
1056
|
else:
|
|
1053
1057
|
if (name := self.targetparameter.name) in control.names:
|
|
1054
1058
|
self._wrapped(model, *args, **kwargs)
|
|
1055
1059
|
par = control[name]
|
|
1056
|
-
self.values_orig[model] =
|
|
1060
|
+
self.values_orig[model] = ((args, kwargs), copy.deepcopy(par.value))
|
|
1057
1061
|
|
|
1058
1062
|
|
|
1059
1063
|
def simulationstep(timestep: timetools.PeriodConstrArg) -> None:
|
|
@@ -2096,7 +2096,7 @@ named `lland_dd` nor does it define a member named `lland_dd`.
|
|
|
2096
2096
|
|
|
2097
2097
|
@staticmethod
|
|
2098
2098
|
def _yield_disksequences(
|
|
2099
|
-
deviceorder: Iterable[Union[devicetools.Node, devicetools.Element]]
|
|
2099
|
+
deviceorder: Iterable[Union[devicetools.Node, devicetools.Element]],
|
|
2100
2100
|
) -> Iterator[sequencetools.IOSequence]:
|
|
2101
2101
|
for device in deviceorder:
|
|
2102
2102
|
if isinstance(device, devicetools.Node):
|
|
@@ -2286,12 +2286,12 @@ def sort_variables(
|
|
|
2286
2286
|
|
|
2287
2287
|
@overload
|
|
2288
2288
|
def sort_variables(
|
|
2289
|
-
values: Iterable[tuple[type[TypeVariable_co], T]]
|
|
2289
|
+
values: Iterable[tuple[type[TypeVariable_co], T]],
|
|
2290
2290
|
) -> tuple[tuple[type[TypeVariable_co], T], ...]: ...
|
|
2291
2291
|
|
|
2292
2292
|
|
|
2293
2293
|
def sort_variables(
|
|
2294
|
-
values: Iterable[Union[type[TypeVariable], tuple[type[TypeVariable], T]]]
|
|
2294
|
+
values: Iterable[Union[type[TypeVariable], tuple[type[TypeVariable], T]]],
|
|
2295
2295
|
) -> tuple[Union[type[TypeVariable], tuple[type[TypeVariable], T]], ...]:
|
|
2296
2296
|
"""Sort the given |Variable| subclasses by their initialisation order.
|
|
2297
2297
|
|
|
@@ -440,7 +440,7 @@ cdef class Model:
|
|
|
440
440
|
est = self.sequences.old_states.discharge[i + 1] + self.sequences.new_states.discharge[i] - self.sequences.old_states.discharge[i]
|
|
441
441
|
else:
|
|
442
442
|
est = self.sequences.new_states.discharge[i + 1]
|
|
443
|
-
self.sequences.fluxes.referencedischarge[i] = (self.sequences.new_states.discharge[i] + est) / 2.0
|
|
443
|
+
self.sequences.fluxes.referencedischarge[i] = max((self.sequences.new_states.discharge[i] + est) / 2.0, 0.0)
|
|
444
444
|
cpdef inline void calc_referencewaterdepth_v1(self) noexcept nogil:
|
|
445
445
|
cdef double tol_q
|
|
446
446
|
cdef double mx
|
|
@@ -533,7 +533,7 @@ cdef class Model:
|
|
|
533
533
|
est = self.sequences.old_states.discharge[i + 1] + self.sequences.new_states.discharge[i] - self.sequences.old_states.discharge[i]
|
|
534
534
|
else:
|
|
535
535
|
est = self.sequences.new_states.discharge[i + 1]
|
|
536
|
-
self.sequences.fluxes.referencedischarge[i] = (self.sequences.new_states.discharge[i] + est) / 2.0
|
|
536
|
+
self.sequences.fluxes.referencedischarge[i] = max((self.sequences.new_states.discharge[i] + est) / 2.0, 0.0)
|
|
537
537
|
cpdef inline void calc_referencewaterdepth(self) noexcept nogil:
|
|
538
538
|
cdef double tol_q
|
|
539
539
|
cdef double mx
|
|
@@ -436,7 +436,7 @@ cdef class Model:
|
|
|
436
436
|
est = self.sequences.old_states.discharge[i + 1] + self.sequences.new_states.discharge[i] - self.sequences.old_states.discharge[i]
|
|
437
437
|
else:
|
|
438
438
|
est = self.sequences.new_states.discharge[i + 1]
|
|
439
|
-
self.sequences.fluxes.referencedischarge[i] = (self.sequences.new_states.discharge[i] + est) / 2.0
|
|
439
|
+
self.sequences.fluxes.referencedischarge[i] = max((self.sequences.new_states.discharge[i] + est) / 2.0, 0.0)
|
|
440
440
|
cpdef inline void calc_referencewaterdepth_v1(self) noexcept nogil:
|
|
441
441
|
cdef double tol_q
|
|
442
442
|
cdef double mx
|
|
@@ -529,7 +529,7 @@ cdef class Model:
|
|
|
529
529
|
est = self.sequences.old_states.discharge[i + 1] + self.sequences.new_states.discharge[i] - self.sequences.old_states.discharge[i]
|
|
530
530
|
else:
|
|
531
531
|
est = self.sequences.new_states.discharge[i + 1]
|
|
532
|
-
self.sequences.fluxes.referencedischarge[i] = (self.sequences.new_states.discharge[i] + est) / 2.0
|
|
532
|
+
self.sequences.fluxes.referencedischarge[i] = max((self.sequences.new_states.discharge[i] + est) / 2.0, 0.0)
|
|
533
533
|
cpdef inline void calc_referencewaterdepth(self) noexcept nogil:
|
|
534
534
|
cdef double tol_q
|
|
535
535
|
cdef double mx
|
|
@@ -454,7 +454,7 @@ def get_methodheader(
|
|
|
454
454
|
|
|
455
455
|
|
|
456
456
|
def decorate_method(
|
|
457
|
-
wrapped: Callable[[PyxWriter], Iterator[str]]
|
|
457
|
+
wrapped: Callable[[PyxWriter], Iterator[str]],
|
|
458
458
|
) -> Callable[[PyxWriter, PyxPxdLines], None]:
|
|
459
459
|
"""The decorated method returns a |Lines| object including a method header.
|
|
460
460
|
However, the |Lines| object is empty if the respective model does not implement a
|
|
@@ -202,7 +202,7 @@ copyright = f"2013-{datetime.datetime.now().year}, HydPy Developers"
|
|
|
202
202
|
# The short X.Y version.
|
|
203
203
|
version = "6.1"
|
|
204
204
|
# The full version, including alpha/beta/rc tags.
|
|
205
|
-
release = "6.1.
|
|
205
|
+
release = "6.1.4"
|
|
206
206
|
|
|
207
207
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
208
208
|
# for a list of supported languages.
|
|
@@ -1769,7 +1769,7 @@ method `evaluate` if you have started the `HydPy Server` in debugging mode.
|
|
|
1769
1769
|
|
|
1770
1770
|
@staticmethod
|
|
1771
1771
|
def _array2output(
|
|
1772
|
-
values: Union[float, VectorInputObject, MatrixInputObject]
|
|
1772
|
+
values: Union[float, VectorInputObject, MatrixInputObject],
|
|
1773
1773
|
) -> str:
|
|
1774
1774
|
# duck-typing for simplicity:
|
|
1775
1775
|
try:
|
|
@@ -6,9 +6,7 @@ from hydpy.core import sequencetools
|
|
|
6
6
|
from hydpy.core import variabletools
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
class WaterLevels(
|
|
10
|
-
variabletools.MixinFixedShape, sequencetools.FactorSequence
|
|
11
|
-
):
|
|
9
|
+
class WaterLevels(variabletools.MixinFixedShape, sequencetools.FactorSequence):
|
|
12
10
|
"""The water level at two locations [m].
|
|
13
11
|
|
|
14
12
|
After each simulation step, the value of |exch_factors.WaterLevels| corresponds to
|
|
@@ -542,7 +542,7 @@ There is no indication of an error in the water balance:
|
|
|
542
542
|
________________________
|
|
543
543
|
|
|
544
544
|
In this and the following subsection, we deal with more complex series of rainfall
|
|
545
|
-
events spanning 24 hours:
|
|
545
|
+
events spanning 24 hours:
|
|
546
546
|
|
|
547
547
|
>>> pub.timegrids = pub.timegrids.init
|
|
548
548
|
|
|
@@ -4567,7 +4567,7 @@ class Main_AETModel_V1(modeltools.AdHocModel):
|
|
|
4567
4567
|
prepare_elevations: [300. 300. 300. 300. 300.]
|
|
4568
4568
|
prepare_maxsoilwater: [200. 200. 200. 200. 200.]
|
|
4569
4569
|
prepare_water: [False False True False False]
|
|
4570
|
-
prepare_interception: [ True True False False
|
|
4570
|
+
prepare_interception: [ True True False False True]
|
|
4571
4571
|
prepare_plant: [ True True False False False]
|
|
4572
4572
|
prepare_soil: [ True True False False False]
|
|
4573
4573
|
|
|
@@ -4596,8 +4596,8 @@ class Main_AETModel_V1(modeltools.AdHocModel):
|
|
|
4596
4596
|
sel = ~sel
|
|
4597
4597
|
sel[zonetype == GLACIER] = False
|
|
4598
4598
|
aetmodel.prepare_interception(sel)
|
|
4599
|
-
aetmodel.prepare_plant(sel)
|
|
4600
4599
|
sel[zonetype == SEALED] = False
|
|
4600
|
+
aetmodel.prepare_plant(sel)
|
|
4601
4601
|
aetmodel.prepare_soil(sel)
|
|
4602
4602
|
|
|
4603
4603
|
|
|
@@ -7532,11 +7532,11 @@ glets=1.1)
|
|
|
7532
7532
|
prepare_leafareaindex: [[1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1.]
|
|
7533
7533
|
...
|
|
7534
7534
|
prepare_maxsoilwater: [50. 50. 50. 50. 50. 50. 50. 50. 50.]
|
|
7535
|
-
prepare_water: [False False False True True True
|
|
7535
|
+
prepare_water: [False False False False True True True False False]
|
|
7536
7536
|
prepare_interception: [ True True True True False False False True True]
|
|
7537
7537
|
prepare_soil: [ True True True False False False False True True]
|
|
7538
7538
|
prepare_plant: [ True True True False False False False False False]
|
|
7539
|
-
prepare_conifer: [False True
|
|
7539
|
+
prepare_conifer: [False False True False False False False False False]
|
|
7540
7540
|
prepare_tree: [False True True False False False False False False]
|
|
7541
7541
|
|
|
7542
7542
|
>>> model.aetmodel.parameters.control.leafareaindex.acker_jan
|
|
@@ -44,8 +44,8 @@ connected to the prepared nodes:
|
|
|
44
44
|
daily simulation
|
|
45
45
|
________________
|
|
46
46
|
|
|
47
|
-
The first example deals with a daily simulation time step. We calculate the radiation
|
|
48
|
-
terms on 6 July in Uccle (Brussels, Belgium) and take all input data from example 18 of
|
|
47
|
+
The first example deals with a daily simulation time step. We calculate the radiation
|
|
48
|
+
terms on 6 July in Uccle (Brussels, Belgium) and take all input data from example 18 of
|
|
49
49
|
:cite:t:`ref-Allen1998`:
|
|
50
50
|
|
|
51
51
|
>>> from hydpy import IntegrationTest, pub, round_
|
|
@@ -87,8 +87,8 @@ All getters specified by the |RadiationModel_V1| interface return the correct da
|
|
|
87
87
|
hourly simulation
|
|
88
88
|
_________________
|
|
89
89
|
|
|
90
|
-
The second example deals with an hourly simulation over multiple time steps. We
|
|
91
|
-
calculate the different radiation terms from 30 September to 1 October in N'Diaye
|
|
90
|
+
The second example deals with an hourly simulation over multiple time steps. We
|
|
91
|
+
calculate the different radiation terms from 30 September to 1 October in N'Diaye
|
|
92
92
|
(Senegal) and take (or try to derive as well as possible) all parameter and input
|
|
93
93
|
values from example 19 of :cite:t:`ref-Allen1998`.
|
|
94
94
|
|
|
@@ -185,6 +185,17 @@ class Calc_ReferenceDischarge_V1(modeltools.Method):
|
|
|
185
185
|
>>> model.calc_referencedischarge_v1()
|
|
186
186
|
>>> fluxes.referencedischarge
|
|
187
187
|
referencedischarge(4.5)
|
|
188
|
+
|
|
189
|
+
The given basic equation can result in negative reference discharge estimates
|
|
190
|
+
during severe low-flow conditions. |Calc_ReferenceDischarge_V1| resets those
|
|
191
|
+
to zero:
|
|
192
|
+
|
|
193
|
+
>>> model.idx_run = 0
|
|
194
|
+
>>> states.discharge.old = 0.6, 0.1
|
|
195
|
+
>>> states.discharge.new = 0.2, nan
|
|
196
|
+
>>> model.calc_referencedischarge_v1()
|
|
197
|
+
>>> fluxes.referencedischarge
|
|
198
|
+
referencedischarge(0.0)
|
|
188
199
|
"""
|
|
189
200
|
|
|
190
201
|
REQUIREDSEQUENCES = (musk_states.Discharge,)
|
|
@@ -200,7 +211,7 @@ class Calc_ReferenceDischarge_V1(modeltools.Method):
|
|
|
200
211
|
est: float = old.discharge[i + 1] + new.discharge[i] - old.discharge[i]
|
|
201
212
|
else:
|
|
202
213
|
est = new.discharge[i + 1]
|
|
203
|
-
flu.referencedischarge[i] = (new.discharge[i] + est) / 2.0
|
|
214
|
+
flu.referencedischarge[i] = max((new.discharge[i] + est) / 2.0, 0.0)
|
|
204
215
|
|
|
205
216
|
|
|
206
217
|
class Return_Discharge_CrossSectionModel_V1(modeltools.Method):
|
|
@@ -3467,8 +3467,13 @@ class Main_PETModel_V1(modeltools.ELSModel):
|
|
|
3467
3467
|
... nmbhru
|
|
3468
3468
|
... hruarea
|
|
3469
3469
|
... evapotranspirationfactor(field=1.0, trees=2.0, water=1.5)
|
|
3470
|
+
... for method, arguments in model.preparemethod2arguments.items():
|
|
3471
|
+
... print(method, arguments[0][0], sep=": ")
|
|
3470
3472
|
nmbhru(3)
|
|
3471
3473
|
hruarea(5.0, 3.0, 2.0)
|
|
3474
|
+
prepare_nmbzones: 3
|
|
3475
|
+
prepare_zonetypes: [13 19 23]
|
|
3476
|
+
prepare_subareas: [5. 3. 2.]
|
|
3472
3477
|
|
|
3473
3478
|
>>> etf = model.petmodel.parameters.control.evapotranspirationfactor
|
|
3474
3479
|
>>> etf
|
|
@@ -3546,6 +3551,8 @@ class Main_PETModel_V2(modeltools.ELSModel):
|
|
|
3546
3551
|
... groundalbedo(conifer=0.05, decidious=0.1, field=0.15, mixed=0.2,
|
|
3547
3552
|
... orchard=0.25, pasture=0.3, sealed=0.35, soil=0.4,
|
|
3548
3553
|
... trees=0.45, water=0.5, wetland=0.55, wine=0.6)
|
|
3554
|
+
... for method, arguments in model.preparemethod2arguments.items():
|
|
3555
|
+
... print(method, arguments[0][0], sep=": ") # doctest: +ELLIPSIS
|
|
3549
3556
|
nmbhru(12)
|
|
3550
3557
|
hrutype(SEALED, FIELD, WINE, ORCHARD, SOIL, PASTURE, WETLAND, TREES,
|
|
3551
3558
|
CONIFER, DECIDIOUS, MIXED, WATER)
|
|
@@ -3565,6 +3572,21 @@ class Main_PETModel_V2(modeltools.ELSModel):
|
|
|
3565
3572
|
((12,), {})
|
|
3566
3573
|
((array([0.06, 0.2 , 0.34, 0.48, 0.62, 0.76, 0.9 , 1.04, 1.18, 1.32, 1.46,
|
|
3567
3574
|
1.64]),), {})
|
|
3575
|
+
prepare_nmbzones: 12
|
|
3576
|
+
prepare_zonetypes: [12 13 14 15 16 17 18 19 20 21 22 23]
|
|
3577
|
+
prepare_subareas: [0.06 0.2 0.34 0.48 0.62 0.76 0.9 1.04 1.18 1.32 1.46 1.64]
|
|
3578
|
+
prepare_leafareaindex: [[1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1.]
|
|
3579
|
+
...
|
|
3580
|
+
prepare_water: [False False False False False False False False False False \
|
|
3581
|
+
False True]
|
|
3582
|
+
prepare_interception: [ True True True True True True True True True \
|
|
3583
|
+
True True False]
|
|
3584
|
+
prepare_soil: [False True True True True True True True True True \
|
|
3585
|
+
True False]
|
|
3586
|
+
prepare_plant: [False True True True False True True True True True \
|
|
3587
|
+
True False]
|
|
3588
|
+
prepare_tree: [False False False False False False False False True True \
|
|
3589
|
+
True False]
|
|
3568
3590
|
|
|
3569
3591
|
>>> assert model is model.petmodel.tempmodel
|
|
3570
3592
|
>>> assert model is model.petmodel.precipmodel
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[Application]
|
|
2
2
|
name = HydPy
|
|
3
|
-
version = 6.1.
|
|
3
|
+
version = 6.1.4-cp[auto]-win_amd64
|
|
4
4
|
entry_point = execute_exe:execute_scriptfunction
|
|
5
5
|
console = true
|
|
6
6
|
icon = logo.ico
|
|
@@ -38,6 +38,7 @@ pypi_wheels =
|
|
|
38
38
|
Pillow==[auto]
|
|
39
39
|
plotly==[auto]
|
|
40
40
|
tenacity==[auto]
|
|
41
|
+
narwhals==[auto]
|
|
41
42
|
networkx==[auto]
|
|
42
43
|
platformdirs==[auto]
|
|
43
44
|
click==[auto]
|
|
@@ -141,7 +141,7 @@ def mypy(session: nox.Session) -> None:
|
|
|
141
141
|
the typing of numpy arrays, model parameters and so on.
|
|
142
142
|
"""
|
|
143
143
|
_install_hydpy(session)
|
|
144
|
-
session.run("pip", "install", "numpy
|
|
144
|
+
session.run("pip", "install", "numpy<2.2")
|
|
145
145
|
session.install("mypy", "types-docutils")
|
|
146
146
|
session.run("mypy", "hydpy")
|
|
147
147
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|