HydPy 6.0.0__tar.gz → 6.0a0__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.0.0 → hydpy-6.0a0}/.gitignore +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0/HydPy.egg-info}/PKG-INFO +1 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/HydPy.egg-info/SOURCES.txt +51 -60
- {hydpy-6.0.0/HydPy.egg-info → hydpy-6.0a0}/PKG-INFO +1 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/appveyor.yml +2 -2
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/__init__.py +3 -4
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/calibtools.py +50 -52
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/xmltools.py +228 -235
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/autodoctools.py +3 -677
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/devicetools.py +37 -39
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/filetools.py +35 -38
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/hydpytools.py +480 -489
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/importtools.py +45 -45
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/itemtools.py +229 -239
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/modeltools.py +34 -45
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/netcdftools.py +107 -260
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/optiontools.py +70 -196
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/parametertools.py +9 -10
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/selectiontools.py +110 -126
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/sequencetools.py +134 -138
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/testtools.py +3 -309
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/variabletools.py +3 -3
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/interputils.pyi +5 -8
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py → hydpy-6.0a0/hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/land_dill.py +1 -1
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py → hydpy-6.0a0/hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/land_lahn_1.py +1 -1
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py → hydpy-6.0a0/hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/land_lahn_2.py +1 -1
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py → hydpy-6.0a0/hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/land_lahn_3.py +1 -1
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_dill_assl_lahn_leun.py → hydpy-6.0a0/hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/stream_dill_lahn_2.py +1 -1
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_marb_lahn_leun.py → hydpy-6.0a0/hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/stream_lahn_1_lahn_2.py +1 -1
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_leun_lahn_kalk.py → hydpy-6.0a0/hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/stream_lahn_2_lahn_3.py +1 -1
- {hydpy-6.0.0/hydpy/data/HydPy-H-Lahn → hydpy-6.0a0/hydpy/data/LahnH}/multiple_runs.xml +24 -24
- {hydpy-6.0.0/hydpy/data/HydPy-H-Lahn → hydpy-6.0a0/hydpy/data/LahnH}/multiple_runs_alpha.xml +2 -2
- hydpy-6.0a0/hydpy/data/LahnH/network/default/headwaters.py +13 -0
- hydpy-6.0a0/hydpy/data/LahnH/network/default/nonheadwaters.py +13 -0
- hydpy-6.0a0/hydpy/data/LahnH/network/default/streams.py +10 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/evap_pet_hbv96_input_normalairtemperature.nc +0 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/evap_pet_hbv96_input_normalevapotranspiration.nc +0 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/hland_96_input_p.nc +0 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/hland_96_input_t.nc +0 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_dill_evap_pet_hbv96_input_normalairtemperature.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_dill_evap_pet_hbv96_input_normalevapotranspiration.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_dill_hland_96_input_p.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_dill_hland_96_input_t.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_1_evap_pet_hbv96_input_normalairtemperature.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_1_evap_pet_hbv96_input_normalevapotranspiration.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_1_hland_96_input_p.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_1_hland_96_input_t.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_2_evap_pet_hbv96_input_normalairtemperature.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_2_evap_pet_hbv96_input_normalevapotranspiration.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_2_hland_96_input_p.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_2_hland_96_input_t.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_3_evap_pet_hbv96_input_normalairtemperature.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_3_evap_pet_hbv96_input_normalevapotranspiration.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_3_hland_96_input_p.asc +4021 -0
- hydpy-6.0a0/hydpy/data/LahnH/series/default/land_lahn_3_hland_96_input_t.asc +4021 -0
- {hydpy-6.0.0/hydpy/data/HydPy-H-Lahn → hydpy-6.0a0/hydpy/data/LahnH}/single_run.xml +2 -2
- {hydpy-6.0.0/hydpy/data/HydPy-H-Lahn → hydpy-6.0a0/hydpy/data/LahnH}/single_run.xmlt +2 -2
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/prepare.py +10 -23
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-Dam.rst +3 -3
- hydpy-6.0a0/hydpy/docs/rst/HydPy-Exch.rst +31 -0
- hydpy-6.0a0/hydpy/docs/rst/auxiliaries.rst +31 -0
- hydpy-6.0a0/hydpy/docs/rst/configuration.rst +18 -0
- hydpy-6.0a0/hydpy/docs/rst/core.rst +87 -0
- hydpy-6.0a0/hydpy/docs/rst/cythons.rst +47 -0
- hydpy-6.0.0/hydpy/docs/rst/developer_guide.rst → hydpy-6.0a0/hydpy/docs/rst/development.rst +3 -4
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/execution.rst +3 -5
- hydpy-6.0a0/hydpy/docs/rst/framework.rst +63 -0
- hydpy-6.0.0/hydpy/docs/rst/how_to_read_the_reference_manual.rst → hydpy-6.0a0/hydpy/docs/rst/how_to.rst +16 -13
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/hydpydependencies.rst +1 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/index.rst +9 -7
- hydpy-6.0.0/hydpy/docs/rst/installation.rst → hydpy-6.0a0/hydpy/docs/rst/install.rst +4 -4
- hydpy-6.0a0/hydpy/docs/rst/interfaces.rst +24 -0
- hydpy-6.0a0/hydpy/docs/rst/modelcollection.rst +83 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/programming_style.rst +2 -2
- hydpy-6.0a0/hydpy/docs/rst/quickstart.rst +147 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/conf.py +1 -3
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/defaultlinks_extension.py +4 -2
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/integrationtest_extension.py +15 -12
- hydpy-6.0a0/hydpy/examples.py +332 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/exe/servertools.py +201 -207
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/arma/arma_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/arma_rimorido.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv/conv_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv_idw.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv_idw_ed.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv_nn.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_llake.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_lreservoir.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_lretention.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_pump.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_pump_sluice.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_sluice.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_v001.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_v002.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_v003.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_v004.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam_v005.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy/dummy_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy_interceptedwater.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy_node2node.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy_snowalbedo.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy_snowcover.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy_snowycanopy.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy_soilwater.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_aet_hbv96.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_aet_minhas.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_aet_morsim.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_pet_ambav1.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_pet_hbv96.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_pet_m.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_pet_mlc.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_ret_fao56.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_ret_io.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap_ret_tw2002.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/exch_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch_branch_hbv96.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch_waterlevel.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch_weir_hbv96.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga/ga_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga_garto.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga_garto_submodel1.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland_96.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland_96c.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland_96p.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw_williams.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw_williams_ext.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland_dd.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland_knauf.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland_knauf_ic.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo_clear_glob_io.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo_glob_fao56.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo_glob_io.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo_glob_morsim.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo_precip_io.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo_psun_sun_glob_io.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo_sun_fao56.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo_sun_morsim.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo_temp_io.py +1 -2
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk_classic.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk_mct.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/rconc/rconc_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/rconc_nash.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/rconc_uh.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_channel.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_gate_out.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_lias.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_lias_sluice.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_network.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_pump.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_q_in.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_q_out.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_storage.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d_weir_out.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/test_discontinous.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/test_stiff0d.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/test_stiff1d.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland_gd.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland_wag.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wq/wq_model.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wq_trapeze.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wq_trapeze_strickler.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wq_walrus.py +0 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/make_hydpy_installer.cfgt +1 -1
- {hydpy-6.0.0 → hydpy-6.0a0}/setup.py +1 -1
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/network/default/headwaters.py +0 -13
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/network/default/nonheadwaters.py +0 -13
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/network/default/streams.py +0 -10
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalairtemperature.nc +0 -0
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalevapotranspiration.nc +0 -0
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_p.nc +0 -0
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_t.nc +0 -0
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalairtemperature.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_p.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_t.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalairtemperature.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_p.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_t.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalairtemperature.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_p.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_t.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalairtemperature.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalevapotranspiration.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_p.asc +0 -11387
- hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_t.asc +0 -11387
- hydpy-6.0.0/hydpy/docs/figs/IDLE-editor.png +0 -0
- hydpy-6.0.0/hydpy/docs/figs/IDLE-shell.png +0 -0
- hydpy-6.0.0/hydpy/docs/rst/HydPy-Exch.rst +0 -36
- hydpy-6.0.0/hydpy/docs/rst/auxiliaries.rst +0 -32
- hydpy-6.0.0/hydpy/docs/rst/core.rst +0 -75
- hydpy-6.0.0/hydpy/docs/rst/cythons.rst +0 -47
- hydpy-6.0.0/hydpy/docs/rst/definitions.rst +0 -444
- hydpy-6.0.0/hydpy/docs/rst/example_projects.rst +0 -31
- hydpy-6.0.0/hydpy/docs/rst/framework_tools.rst +0 -56
- hydpy-6.0.0/hydpy/docs/rst/model_families.rst +0 -77
- hydpy-6.0.0/hydpy/docs/rst/model_overview.rst +0 -277
- hydpy-6.0.0/hydpy/docs/rst/options.rst +0 -111
- hydpy-6.0.0/hydpy/docs/rst/project_structure.rst +0 -534
- hydpy-6.0.0/hydpy/docs/rst/quickstart.rst +0 -259
- hydpy-6.0.0/hydpy/docs/rst/reference_manual.rst +0 -29
- hydpy-6.0.0/hydpy/docs/rst/submodel_interfaces.rst +0 -32
- hydpy-6.0.0/hydpy/docs/rst/user_guide.rst +0 -33
- hydpy-6.0.0/hydpy/docs/sphinx/projectstructure_extension.py +0 -58
- hydpy-6.0.0/hydpy/docs/sphinx/submodelgraph_extension.py +0 -55
- {hydpy-6.0.0 → hydpy-6.0a0}/.travis.yml +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/LICENSE +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/README.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/call_installer.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/execute_exe.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/aliases.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/anntools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/armatools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/interptools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/iuhtools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/networktools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/ppolytools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/quadtools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/roottools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/smoothtools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/statstools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/auxs/validtools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/conf/HydPyConfigBase.xsd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/conf/HydPyConfigBase.xsdt +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/conf/HydPyConfigMultipleRuns.xsd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/conf/HydPyConfigSingleRun.xsd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/conf/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/conf/a_coefficients_explicit_lobatto_sequence.npy +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/conf/support_points_for_smoothpar_logistic2.npy +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/config.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/aliastools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/auxfiletools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/exceptiontools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/indextools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/masktools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/objecttools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/printtools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/propertytools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/pubtools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/seriestools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/timetools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/core/typingtools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/annutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/annutils.pyi +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/annutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/annutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/annutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_arma.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_arma.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_arma_rimorido.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_arma_rimorido.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_conv.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_conv.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_conv_idw.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_conv_idw.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_conv_idw_ed.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_conv_idw_ed.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_conv_nn.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_conv_nn.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_llake.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_llake.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_lreservoir.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_lreservoir.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_lretention.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_lretention.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_pump.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_pump.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_pump_sluice.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_pump_sluice.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_sluice.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_sluice.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v001.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v001.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v002.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v002.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v003.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v003.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v004.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v004.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v005.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dam_v005.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_interceptedwater.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_interceptedwater.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_node2node.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_node2node.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_snowalbedo.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_snowalbedo.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_snowcover.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_snowcover.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_snowycanopy.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_snowycanopy.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_soilwater.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_dummy_soilwater.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_aet_hbv96.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_aet_hbv96.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_aet_minhas.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_aet_minhas.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_aet_morsim.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_aet_morsim.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_pet_ambav1.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_pet_ambav1.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_pet_hbv96.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_pet_hbv96.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_pet_m.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_pet_m.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_pet_mlc.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_pet_mlc.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_ret_fao56.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_ret_fao56.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_ret_io.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_ret_io.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_ret_tw2002.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_evap_ret_tw2002.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_exch.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_exch.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_exch_branch_hbv96.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_exch_branch_hbv96.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_exch_waterlevel.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_exch_waterlevel.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_exch_weir_hbv96.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_exch_weir_hbv96.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_ga.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_ga.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_ga_garto.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_ga_garto.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_ga_garto_submodel1.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_ga_garto_submodel1.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_hland.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_hland.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_hland_96.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_hland_96.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_hland_96c.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_hland_96c.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_hland_96p.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_hland_96p.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_kinw.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_kinw.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_kinw_williams.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_kinw_williams.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_kinw_williams_ext.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_kinw_williams_ext.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_lland.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_lland.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_lland_dd.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_lland_dd.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_lland_knauf.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_lland_knauf.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_lland_knauf_ic.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_lland_knauf_ic.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_clear_glob_io.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_glob_fao56.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_glob_fao56.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_glob_io.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_glob_io.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_glob_morsim.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_glob_morsim.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_precip_io.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_precip_io.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_sun_fao56.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_sun_fao56.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_sun_morsim.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_sun_morsim.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_temp_io.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_meteo_temp_io.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_musk.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_musk.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_musk_classic.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_musk_classic.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_musk_mct.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_musk_mct.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_rconc.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_rconc.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_rconc_nash.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_rconc_nash.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_rconc_uh.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_rconc_uh.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_channel.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_channel.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_gate_out.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_gate_out.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_lias.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_lias.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_lias_sluice.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_network.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_network.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_pump.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_pump.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_q_in.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_q_in.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_q_out.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_q_out.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_storage.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_storage.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_weir_out.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_sw1d_weir_out.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_test.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_test.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_test_discontinous.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_test_discontinous.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_test_stiff0d.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_test_stiff0d.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_test_stiff1d.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_test_stiff1d.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wland.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wland.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wland_gd.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wland_gd.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wland_wag.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wland_wag.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wq.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wq.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wq_trapeze.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wq_trapeze.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wq_trapeze_strickler.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wq_walrus.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/c_wq_walrus.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/configutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/configutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/interfaceutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/interfaceutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/interputils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/interputils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/masterinterface.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/masterinterface.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/pointerutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/pointerutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/ppolyutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/ppolyutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/quadutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/quadutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/rootutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/rootutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/sequenceutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/sequenceutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/smoothutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/autogen/smoothutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/configutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/configutils.pyi +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/configutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/interfaceutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/interfaceutils.pyi +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/interfaceutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/interputils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/interputils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/modelutils.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/pointerutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/pointerutils.pyi +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/pointerutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/ppolyutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/ppolyutils.pyi +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/ppolyutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/quadutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/quadutils.pyi +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/quadutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/rootutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/rootutils.pyi +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/rootutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/sequenceutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/sequenceutils.pyi +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/sequenceutils.pyx +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/smoothutils.pxd +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/smoothutils.pyi +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/cythons/smoothutils.pyx +0 -0
- {hydpy-6.0.0/hydpy/data/HydPy-H-Lahn → hydpy-6.0a0/hydpy/data/LahnH}/control/default/land.py +0 -0
- /hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py → /hydpy-6.0a0/hydpy/data/LahnH/control/default/land_dill.py +0 -0
- /hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py → /hydpy-6.0a0/hydpy/data/LahnH/control/default/land_lahn_1.py +0 -0
- /hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py → /hydpy-6.0a0/hydpy/data/LahnH/control/default/land_lahn_2.py +0 -0
- /hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py → /hydpy-6.0a0/hydpy/data/LahnH/control/default/land_lahn_3.py +0 -0
- /hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/control/default/stream_dill_assl_lahn_leun.py → /hydpy-6.0a0/hydpy/data/LahnH/control/default/stream_dill_lahn_2.py +0 -0
- /hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_marb_lahn_leun.py → /hydpy-6.0a0/hydpy/data/LahnH/control/default/stream_lahn_1_lahn_2.py +0 -0
- /hydpy-6.0.0/hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_leun_lahn_kalk.py → /hydpy-6.0a0/hydpy/data/LahnH/control/default/stream_lahn_2_lahn_3.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/data/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/autofigs/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/bib/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/bib/refs.bib +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/combine_docversions.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/draw_model_sketches.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/enable_autodoc.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/HydPy-H-HBV96-COSERO.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/HydPy-H-HBV96-PREVAH.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/HydPy-H-HBV96.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/HydPy-KinW-Williams.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/HydPy-L-DD.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/HydPy-W-Wag.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/HydPy_Logo.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/HydPy_Logo_Text.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/LAWA_river-basin-bumbers.png +0 -0
- /hydpy-6.0.0/hydpy/docs/figs/HydPy-H-Lahn.png → /hydpy-6.0a0/hydpy/docs/figs/LahnH.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/figs/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/html_/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/polish_html.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/publish_docs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-ARMA.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-Conv.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-Dummy.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-Evap.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-GA.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-H.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-KinW.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-L.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-Meteo.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-Musk.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-Rconc.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-SW1D.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-Test.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-W.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/HydPy-WQ.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/additional_repositories.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/continuous_integration.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/modelimports.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/required_tools.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/tests_and_documentation.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/version_control.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/rst/zbibliography.rst +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/frameset.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/rstsource.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/changes/versionchanges.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/defindex.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/domainindex.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-single.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex-split.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/genindex.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/globaltoc.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/layout.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/localtoc.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/opensearch.xml +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/page.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/relations.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/search.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/searchbox.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/searchfield.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/sourcelink.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/basic.css_t +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/doctools.js +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/documentation_options.js_t +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/file.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/language_data.js_t +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/minus.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/plus.png +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/searchtools.js +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/static/sphinx_highlight.js +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/basic_hydpy/theme.conf +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/classic_hydpy/layout.html +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/classic_hydpy/static/classic.css_t +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/classic_hydpy/static/sidebar.js_t +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/docs/sphinx/_themes/classic_hydpy/theme.conf +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/exe/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/exe/commandtools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/exe/hyd.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/exe/modelimports.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/exe/replacetools.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/aetinterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/dischargeinterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/petinterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/precipinterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/radiationinterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/rconcinterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/routinginterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/soilinterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/stateinterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/interfaces/tempinterfaces.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/arma/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/arma/arma_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/arma/arma_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/arma/arma_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/arma/arma_inlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/arma/arma_logs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/arma/arma_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv/conv_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv/conv_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv/conv_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv/conv_inlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/conv/conv_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_aides.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_inlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_logs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_receivers.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_senders.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_solver.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dam/dam_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy/dummy_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy/dummy_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy/dummy_inlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy/dummy_inputs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/dummy/dummy_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_fixed.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_inputs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_logs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_masks.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_parameters.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_sequences.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/evap/evap_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/exch_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/exch_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/exch_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/exch_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/exch_inlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/exch_logs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/exch_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/exch/exch_receivers.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga/ga_aides.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga/ga_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga/ga_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga/ga_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga/ga_inputs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga/ga_logs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/ga/ga_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_aides.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_constants.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_fixed.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_inputs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_masks.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_parameters.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_sequences.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/hland/hland_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_aides.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_fixed.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_inlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_solver.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/kinw/kinw_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_aides.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_constants.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_fixed.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_inlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_inputs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_logs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_masks.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_parameters.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_sequences.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/lland/lland_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_fixed.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_inputs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_logs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_parameters.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/meteo/meteo_sequences.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_inlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_masks.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_sequences.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_solver.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/musk/musk_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/rconc/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/rconc/rconc_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/rconc/rconc_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/rconc/rconc_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/rconc/rconc_logs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/rconc/rconc_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_fixed.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_inlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_receivers.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_senders.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/sw1d/sw1d_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/test/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/test/test_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/test/test_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/test/test_model.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/test/test_solver.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/test/test_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_aides.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_constants.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_fixed.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_inputs.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_masks.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_outlets.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_parameters.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_sequences.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_solver.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wland/wland_states.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wq/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wq/wq_control.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wq/wq_derived.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wq/wq_factors.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/models/wq/wq_fluxes.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/py.typed +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/tests/.coveragerc +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/tests/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/tests/check_consistency.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/tests/hydpydoctestcustomize.pth +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/tests/hydpydoctestcustomize.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/tests/iotesting/__init__.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/hydpy/tests/run_doctests.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/licenses_hydpy_installer.txt +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/logo.ico +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/make_and_install_dists.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/noxfile.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/prepare_build.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/prepare_hydpy_installer.py +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/pylintrc +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/pyproject.toml +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/requirements.txt +0 -0
- {hydpy-6.0.0 → hydpy-6.0a0}/setup.cfg +0 -0
|
@@ -20,6 +20,7 @@ HydPy.egg-info/PKG-INFO
|
|
|
20
20
|
hydpy/__init__.py
|
|
21
21
|
hydpy/aliases.py
|
|
22
22
|
hydpy/config.py
|
|
23
|
+
hydpy/examples.py
|
|
23
24
|
hydpy/py.typed
|
|
24
25
|
hydpy/auxs/__init__.py
|
|
25
26
|
hydpy/auxs/anntools.py
|
|
@@ -309,48 +310,48 @@ hydpy/cythons/autogen/sequenceutils.pyx
|
|
|
309
310
|
hydpy/cythons/autogen/smoothutils.pxd
|
|
310
311
|
hydpy/cythons/autogen/smoothutils.pyx
|
|
311
312
|
hydpy/data/__init__.py
|
|
312
|
-
hydpy/data/
|
|
313
|
-
hydpy/data/
|
|
314
|
-
hydpy/data/
|
|
315
|
-
hydpy/data/
|
|
316
|
-
hydpy/data/
|
|
317
|
-
hydpy/data/
|
|
318
|
-
hydpy/data/
|
|
319
|
-
hydpy/data/
|
|
320
|
-
hydpy/data/
|
|
321
|
-
hydpy/data/
|
|
322
|
-
hydpy/data/
|
|
323
|
-
hydpy/data/
|
|
324
|
-
hydpy/data/
|
|
325
|
-
hydpy/data/
|
|
326
|
-
hydpy/data/
|
|
327
|
-
hydpy/data/
|
|
328
|
-
hydpy/data/
|
|
329
|
-
hydpy/data/
|
|
330
|
-
hydpy/data/
|
|
331
|
-
hydpy/data/
|
|
332
|
-
hydpy/data/
|
|
333
|
-
hydpy/data/
|
|
334
|
-
hydpy/data/
|
|
335
|
-
hydpy/data/
|
|
336
|
-
hydpy/data/
|
|
337
|
-
hydpy/data/
|
|
338
|
-
hydpy/data/
|
|
339
|
-
hydpy/data/
|
|
340
|
-
hydpy/data/
|
|
341
|
-
hydpy/data/
|
|
342
|
-
hydpy/data/
|
|
343
|
-
hydpy/data/
|
|
344
|
-
hydpy/data/
|
|
345
|
-
hydpy/data/
|
|
346
|
-
hydpy/data/
|
|
347
|
-
hydpy/data/
|
|
348
|
-
hydpy/data/
|
|
349
|
-
hydpy/data/
|
|
350
|
-
hydpy/data/
|
|
351
|
-
hydpy/data/
|
|
352
|
-
hydpy/data/
|
|
353
|
-
hydpy/data/
|
|
313
|
+
hydpy/data/LahnH/multiple_runs.xml
|
|
314
|
+
hydpy/data/LahnH/multiple_runs_alpha.xml
|
|
315
|
+
hydpy/data/LahnH/single_run.xml
|
|
316
|
+
hydpy/data/LahnH/single_run.xmlt
|
|
317
|
+
hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/land_dill.py
|
|
318
|
+
hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/land_lahn_1.py
|
|
319
|
+
hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/land_lahn_2.py
|
|
320
|
+
hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/land_lahn_3.py
|
|
321
|
+
hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/stream_dill_lahn_2.py
|
|
322
|
+
hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/stream_lahn_1_lahn_2.py
|
|
323
|
+
hydpy/data/LahnH/conditions/init_1996_01_01_00_00_00/stream_lahn_2_lahn_3.py
|
|
324
|
+
hydpy/data/LahnH/control/default/land.py
|
|
325
|
+
hydpy/data/LahnH/control/default/land_dill.py
|
|
326
|
+
hydpy/data/LahnH/control/default/land_lahn_1.py
|
|
327
|
+
hydpy/data/LahnH/control/default/land_lahn_2.py
|
|
328
|
+
hydpy/data/LahnH/control/default/land_lahn_3.py
|
|
329
|
+
hydpy/data/LahnH/control/default/stream_dill_lahn_2.py
|
|
330
|
+
hydpy/data/LahnH/control/default/stream_lahn_1_lahn_2.py
|
|
331
|
+
hydpy/data/LahnH/control/default/stream_lahn_2_lahn_3.py
|
|
332
|
+
hydpy/data/LahnH/network/default/headwaters.py
|
|
333
|
+
hydpy/data/LahnH/network/default/nonheadwaters.py
|
|
334
|
+
hydpy/data/LahnH/network/default/streams.py
|
|
335
|
+
hydpy/data/LahnH/series/default/evap_pet_hbv96_input_normalairtemperature.nc
|
|
336
|
+
hydpy/data/LahnH/series/default/evap_pet_hbv96_input_normalevapotranspiration.nc
|
|
337
|
+
hydpy/data/LahnH/series/default/hland_96_input_p.nc
|
|
338
|
+
hydpy/data/LahnH/series/default/hland_96_input_t.nc
|
|
339
|
+
hydpy/data/LahnH/series/default/land_dill_evap_pet_hbv96_input_normalairtemperature.asc
|
|
340
|
+
hydpy/data/LahnH/series/default/land_dill_evap_pet_hbv96_input_normalevapotranspiration.asc
|
|
341
|
+
hydpy/data/LahnH/series/default/land_dill_hland_96_input_p.asc
|
|
342
|
+
hydpy/data/LahnH/series/default/land_dill_hland_96_input_t.asc
|
|
343
|
+
hydpy/data/LahnH/series/default/land_lahn_1_evap_pet_hbv96_input_normalairtemperature.asc
|
|
344
|
+
hydpy/data/LahnH/series/default/land_lahn_1_evap_pet_hbv96_input_normalevapotranspiration.asc
|
|
345
|
+
hydpy/data/LahnH/series/default/land_lahn_1_hland_96_input_p.asc
|
|
346
|
+
hydpy/data/LahnH/series/default/land_lahn_1_hland_96_input_t.asc
|
|
347
|
+
hydpy/data/LahnH/series/default/land_lahn_2_evap_pet_hbv96_input_normalairtemperature.asc
|
|
348
|
+
hydpy/data/LahnH/series/default/land_lahn_2_evap_pet_hbv96_input_normalevapotranspiration.asc
|
|
349
|
+
hydpy/data/LahnH/series/default/land_lahn_2_hland_96_input_p.asc
|
|
350
|
+
hydpy/data/LahnH/series/default/land_lahn_2_hland_96_input_t.asc
|
|
351
|
+
hydpy/data/LahnH/series/default/land_lahn_3_evap_pet_hbv96_input_normalairtemperature.asc
|
|
352
|
+
hydpy/data/LahnH/series/default/land_lahn_3_evap_pet_hbv96_input_normalevapotranspiration.asc
|
|
353
|
+
hydpy/data/LahnH/series/default/land_lahn_3_hland_96_input_p.asc
|
|
354
|
+
hydpy/data/LahnH/series/default/land_lahn_3_hland_96_input_t.asc
|
|
354
355
|
hydpy/docs/__init__.py
|
|
355
356
|
hydpy/docs/combine_docversions.py
|
|
356
357
|
hydpy/docs/draw_model_sketches.py
|
|
@@ -364,15 +365,13 @@ hydpy/docs/bib/refs.bib
|
|
|
364
365
|
hydpy/docs/figs/HydPy-H-HBV96-COSERO.png
|
|
365
366
|
hydpy/docs/figs/HydPy-H-HBV96-PREVAH.png
|
|
366
367
|
hydpy/docs/figs/HydPy-H-HBV96.png
|
|
367
|
-
hydpy/docs/figs/HydPy-H-Lahn.png
|
|
368
368
|
hydpy/docs/figs/HydPy-KinW-Williams.png
|
|
369
369
|
hydpy/docs/figs/HydPy-L-DD.png
|
|
370
370
|
hydpy/docs/figs/HydPy-W-Wag.png
|
|
371
371
|
hydpy/docs/figs/HydPy_Logo.png
|
|
372
372
|
hydpy/docs/figs/HydPy_Logo_Text.png
|
|
373
|
-
hydpy/docs/figs/IDLE-editor.png
|
|
374
|
-
hydpy/docs/figs/IDLE-shell.png
|
|
375
373
|
hydpy/docs/figs/LAWA_river-basin-bumbers.png
|
|
374
|
+
hydpy/docs/figs/LahnH.png
|
|
376
375
|
hydpy/docs/figs/__init__.py
|
|
377
376
|
hydpy/docs/html_/__init__.py
|
|
378
377
|
hydpy/docs/rst/HydPy-ARMA.rst
|
|
@@ -395,38 +394,30 @@ hydpy/docs/rst/HydPy-WQ.rst
|
|
|
395
394
|
hydpy/docs/rst/__init__.py
|
|
396
395
|
hydpy/docs/rst/additional_repositories.rst
|
|
397
396
|
hydpy/docs/rst/auxiliaries.rst
|
|
397
|
+
hydpy/docs/rst/configuration.rst
|
|
398
398
|
hydpy/docs/rst/continuous_integration.rst
|
|
399
399
|
hydpy/docs/rst/core.rst
|
|
400
400
|
hydpy/docs/rst/cythons.rst
|
|
401
|
-
hydpy/docs/rst/
|
|
402
|
-
hydpy/docs/rst/developer_guide.rst
|
|
403
|
-
hydpy/docs/rst/example_projects.rst
|
|
401
|
+
hydpy/docs/rst/development.rst
|
|
404
402
|
hydpy/docs/rst/execution.rst
|
|
405
|
-
hydpy/docs/rst/
|
|
406
|
-
hydpy/docs/rst/
|
|
403
|
+
hydpy/docs/rst/framework.rst
|
|
404
|
+
hydpy/docs/rst/how_to.rst
|
|
407
405
|
hydpy/docs/rst/hydpydependencies.rst
|
|
408
406
|
hydpy/docs/rst/index.rst
|
|
409
|
-
hydpy/docs/rst/
|
|
410
|
-
hydpy/docs/rst/
|
|
411
|
-
hydpy/docs/rst/
|
|
407
|
+
hydpy/docs/rst/install.rst
|
|
408
|
+
hydpy/docs/rst/interfaces.rst
|
|
409
|
+
hydpy/docs/rst/modelcollection.rst
|
|
412
410
|
hydpy/docs/rst/modelimports.rst
|
|
413
|
-
hydpy/docs/rst/options.rst
|
|
414
411
|
hydpy/docs/rst/programming_style.rst
|
|
415
|
-
hydpy/docs/rst/project_structure.rst
|
|
416
412
|
hydpy/docs/rst/quickstart.rst
|
|
417
|
-
hydpy/docs/rst/reference_manual.rst
|
|
418
413
|
hydpy/docs/rst/required_tools.rst
|
|
419
|
-
hydpy/docs/rst/submodel_interfaces.rst
|
|
420
414
|
hydpy/docs/rst/tests_and_documentation.rst
|
|
421
|
-
hydpy/docs/rst/user_guide.rst
|
|
422
415
|
hydpy/docs/rst/version_control.rst
|
|
423
416
|
hydpy/docs/rst/zbibliography.rst
|
|
424
417
|
hydpy/docs/sphinx/__init__.py
|
|
425
418
|
hydpy/docs/sphinx/conf.py
|
|
426
419
|
hydpy/docs/sphinx/defaultlinks_extension.py
|
|
427
420
|
hydpy/docs/sphinx/integrationtest_extension.py
|
|
428
|
-
hydpy/docs/sphinx/projectstructure_extension.py
|
|
429
|
-
hydpy/docs/sphinx/submodelgraph_extension.py
|
|
430
421
|
hydpy/docs/sphinx/_themes/basic_hydpy/defindex.html
|
|
431
422
|
hydpy/docs/sphinx/_themes/basic_hydpy/domainindex.html
|
|
432
423
|
hydpy/docs/sphinx/_themes/basic_hydpy/genindex-single.html
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
version: 6.
|
|
2
|
+
version: 6.0a0.{build}
|
|
3
3
|
|
|
4
4
|
image: Visual Studio 2019
|
|
5
5
|
|
|
@@ -71,7 +71,7 @@ deploy:
|
|
|
71
71
|
description: 'This is a draft.'
|
|
72
72
|
provider: GitHub
|
|
73
73
|
auth_token:
|
|
74
|
-
secure: awErmBBNP9Qq2n3+
|
|
74
|
+
secure: awErmBBNP9Qq2n3+cbp64dKq8fXLlWJ+/uYg1oPuk4JVvQtldDBS7xANp64tOYMSW4yUrjGFD03uGg7ZuvrorLyCOfgT9EQ1WKey7T/9VrWwzGhDgtBRF8bp3VsfhW42
|
|
75
75
|
artifact: Packages,Installer,XSDs
|
|
76
76
|
draft: true
|
|
77
77
|
prerelease: false
|
|
@@ -38,7 +38,6 @@ from hydpy.core.exceptiontools import HydPyDeprecationWarning
|
|
|
38
38
|
from hydpy.core.hydpytools import HydPy
|
|
39
39
|
from hydpy.core.importtools import prepare_model, reverse_model_wildcard_import
|
|
40
40
|
from hydpy.core.itemtools import AddItem, GetItem, MultiplyItem, SetItem
|
|
41
|
-
from hydpy.core.netcdftools import summarise_ncfile
|
|
42
41
|
from hydpy.core.objecttools import classname, print_matrix, print_vector, round_, repr_
|
|
43
42
|
from hydpy.core.parametertools import KeywordArguments
|
|
44
43
|
from hydpy.core.selectiontools import Selection, Selections
|
|
@@ -117,7 +116,7 @@ from hydpy.exe.replacetools import xml_replace
|
|
|
117
116
|
from hydpy.exe.servertools import await_server, start_server
|
|
118
117
|
|
|
119
118
|
|
|
120
|
-
__version__ = "6.
|
|
119
|
+
__version__ = "6.0a0"
|
|
121
120
|
|
|
122
121
|
pub.options = optiontools.Options()
|
|
123
122
|
pub.indexer = indextools.Indexer()
|
|
@@ -153,10 +152,9 @@ __all__ = [
|
|
|
153
152
|
"GetItem",
|
|
154
153
|
"MultiplyItem",
|
|
155
154
|
"SetItem",
|
|
156
|
-
"summarise_ncfile",
|
|
157
|
-
"classname",
|
|
158
155
|
"print_matrix",
|
|
159
156
|
"print_vector",
|
|
157
|
+
"classname",
|
|
160
158
|
"repr_",
|
|
161
159
|
"round_",
|
|
162
160
|
"KeywordArguments",
|
|
@@ -259,6 +257,7 @@ if config.USEAUTODOC:
|
|
|
259
257
|
f"{subpackage.__name__}.{filename[:-3]}"
|
|
260
258
|
)
|
|
261
259
|
autodoctools.autodoc_module(module)
|
|
260
|
+
autodoctools.autodoc_module(importlib.import_module("hydpy.examples"))
|
|
262
261
|
modelpath: str = models.__path__[0]
|
|
263
262
|
for filename in sorted(os.listdir(modelpath)):
|
|
264
263
|
path = os.path.join(modelpath, filename)
|
|
@@ -103,7 +103,7 @@ class SumAdaptor(Adaptor):
|
|
|
103
103
|
model |hland_96| (assuming the nonlinearity parameter |hland_control.Alpha| to be
|
|
104
104
|
zero):
|
|
105
105
|
|
|
106
|
-
>>> from hydpy.
|
|
106
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
107
107
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
108
108
|
>>> from hydpy import Replace, SumAdaptor
|
|
109
109
|
>>> k = Replace(name="k",
|
|
@@ -131,7 +131,7 @@ class SumAdaptor(Adaptor):
|
|
|
131
131
|
Calling method |Replace.apply_value| of the |Replace| objects makes our
|
|
132
132
|
|SumAdaptor| object apply the sum of the values of all of its |Rule| objects:
|
|
133
133
|
|
|
134
|
-
>>> control = hp.elements.
|
|
134
|
+
>>> control = hp.elements.land_dill.model.parameters.control
|
|
135
135
|
>>> k.apply_value()
|
|
136
136
|
>>> with pub.options.parameterstep("1d"):
|
|
137
137
|
... control.k
|
|
@@ -167,7 +167,7 @@ class FactorAdaptor(Adaptor):
|
|
|
167
167
|
To show how class |FactorAdaptor| works, we select another use-case based on the
|
|
168
168
|
`Lahn` example project prepared by function |prepare_full_example_2|:
|
|
169
169
|
|
|
170
|
-
>>> from hydpy.
|
|
170
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
171
171
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
172
172
|
|
|
173
173
|
|hland_96| calculates the "normal" potential snow-melt with the degree-day factor
|
|
@@ -192,12 +192,12 @@ class FactorAdaptor(Adaptor):
|
|
|
192
192
|
|
|
193
193
|
>>> gmelt.adaptor = FactorAdaptor(gmelt, "cfmax")
|
|
194
194
|
|
|
195
|
-
The `
|
|
195
|
+
The `Dill` subcatchment, like the whole `Lahn` basin, does not contain any
|
|
196
196
|
glaciers. Hence it defines (identical) |hland_control.CFMax| values for the zones
|
|
197
197
|
of type |hland_constants.FIELD| and |hland_constants.FOREST| but must not specify
|
|
198
198
|
any value for |hland_control.GMelt|:
|
|
199
199
|
|
|
200
|
-
>>> control = hp.elements.
|
|
200
|
+
>>> control = hp.elements.land_dill.model.parameters.control
|
|
201
201
|
>>> control.cfmax
|
|
202
202
|
cfmax(field=4.55853, forest=2.735118)
|
|
203
203
|
>>> control.gmelt
|
|
@@ -296,7 +296,7 @@ class Rule(abc.ABC, Generic[TypeParameter]):
|
|
|
296
296
|
and use the `Lahn` example project, which we prepare by calling function
|
|
297
297
|
|prepare_full_example_2|:
|
|
298
298
|
|
|
299
|
-
>>> from hydpy.
|
|
299
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
300
300
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
301
301
|
|
|
302
302
|
We define a |Rule| object supposed to replace the values of parameter
|
|
@@ -327,7 +327,7 @@ class Rule(abc.ABC, Generic[TypeParameter]):
|
|
|
327
327
|
|
|
328
328
|
The initial value of parameter |hland_control.FC| is 206 mm:
|
|
329
329
|
|
|
330
|
-
>>> fc = hp.elements.
|
|
330
|
+
>>> fc = hp.elements.land_lahn_1.model.parameters.control.fc
|
|
331
331
|
>>> fc
|
|
332
332
|
fc(206.0)
|
|
333
333
|
|
|
@@ -432,7 +432,7 @@ class Rule(abc.ABC, Generic[TypeParameter]):
|
|
|
432
432
|
selections=("complete",),
|
|
433
433
|
)
|
|
434
434
|
>>> rule.apply_value()
|
|
435
|
-
>>> percmax = hp.elements.
|
|
435
|
+
>>> percmax = hp.elements.land_lahn_1.model.parameters.control.percmax
|
|
436
436
|
>>> with pub.options.parameterstep("1d"):
|
|
437
437
|
... percmax
|
|
438
438
|
percmax(5.0)
|
|
@@ -470,8 +470,7 @@ via option `parameterstep`.
|
|
|
470
470
|
... value=100.0,
|
|
471
471
|
... model="hland_96")
|
|
472
472
|
>>> rule.elements
|
|
473
|
-
Elements("
|
|
474
|
-
"land_lahn_marb")
|
|
473
|
+
Elements("land_dill", "land_lahn_1", "land_lahn_2", "land_lahn_3")
|
|
475
474
|
|
|
476
475
|
Alternatively, you can specify selections by passing themselves or their names (the
|
|
477
476
|
latter requires them to be a member of `pub.selections`):
|
|
@@ -481,8 +480,7 @@ via option `parameterstep`.
|
|
|
481
480
|
... value=100.0,
|
|
482
481
|
... selections=[pub.selections.headwaters, "nonheadwaters"])
|
|
483
482
|
>>> rule.elements
|
|
484
|
-
Elements("
|
|
485
|
-
"land_lahn_marb")
|
|
483
|
+
Elements("land_dill", "land_lahn_1", "land_lahn_2", "land_lahn_3")
|
|
486
484
|
|
|
487
485
|
When not using the model argument, you must ensure the selected elements handle the
|
|
488
486
|
correct model instance:
|
|
@@ -493,8 +491,8 @@ via option `parameterstep`.
|
|
|
493
491
|
Traceback (most recent call last):
|
|
494
492
|
...
|
|
495
493
|
RuntimeError: While trying to initialise the `Replace` rule object `fc`, the \
|
|
496
|
-
following error occurred: No (sub)model of element `
|
|
497
|
-
|
|
494
|
+
following error occurred: No (sub)model of element `stream_dill_lahn_2` defines a \
|
|
495
|
+
control parameter named `fc`.
|
|
498
496
|
|
|
499
497
|
"Empty" rule objects are always considered erroneous:
|
|
500
498
|
|
|
@@ -515,7 +513,7 @@ handle any `musk_classic` model instances.
|
|
|
515
513
|
... parameter="soilmoisturelimit",
|
|
516
514
|
... value=0.8,
|
|
517
515
|
... model="evap_aet_hbv96")
|
|
518
|
-
>>> submodel = hp.elements.
|
|
516
|
+
>>> submodel = hp.elements.land_lahn_1.model.aetmodel
|
|
519
517
|
>>> soilmoisturelimit = submodel.parameters.control.soilmoisturelimit
|
|
520
518
|
>>> soilmoisturelimit
|
|
521
519
|
soilmoisturelimit(0.9)
|
|
@@ -534,13 +532,13 @@ handle any `musk_classic` model instances.
|
|
|
534
532
|
Traceback (most recent call last):
|
|
535
533
|
...
|
|
536
534
|
RuntimeError: While trying to initialise the `Replace` rule object `fc`, the \
|
|
537
|
-
following error occurred: Model `evap_aet_hbv96` of element `
|
|
535
|
+
following error occurred: Model `evap_aet_hbv96` of element `land_dill` does not \
|
|
538
536
|
define a control parameter named `fc`.
|
|
539
537
|
|
|
540
538
|
We consider name clashes like the following made-up example unlikely but still
|
|
541
539
|
carry out additional runtime type checks as a precaution:
|
|
542
540
|
|
|
543
|
-
>>> control = hp.elements.
|
|
541
|
+
>>> control = hp.elements.land_lahn_1.model.parameters.control
|
|
544
542
|
>>> control.soilmoisturelimit = control.fc
|
|
545
543
|
>>> rule = Replace(name="?",
|
|
546
544
|
... parameter="soilmoisturelimit",
|
|
@@ -709,7 +707,7 @@ following error occurred: Parameter types are inconsistent: \
|
|
|
709
707
|
and upper boundaries:
|
|
710
708
|
|
|
711
709
|
>>> from hydpy import Replace
|
|
712
|
-
>>> from hydpy.
|
|
710
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
713
711
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
714
712
|
>>> rule = Replace(name="fc",
|
|
715
713
|
... parameter="fc",
|
|
@@ -774,14 +772,14 @@ value `200.0` instead.
|
|
|
774
772
|
def reset_parameters(self) -> None:
|
|
775
773
|
"""Reset all relevant parameter objects to their original states.
|
|
776
774
|
|
|
777
|
-
>>> from hydpy.
|
|
775
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
778
776
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
779
777
|
>>> from hydpy import Replace
|
|
780
778
|
>>> rule = Replace(name="fc",
|
|
781
779
|
... parameter="fc",
|
|
782
780
|
... value=100.0,
|
|
783
781
|
... model="hland_96")
|
|
784
|
-
>>> fc = hp.elements.
|
|
782
|
+
>>> fc = hp.elements.land_lahn_1.model.parameters.control.fc
|
|
785
783
|
>>> fc
|
|
786
784
|
fc(206.0)
|
|
787
785
|
>>> fc(100.0)
|
|
@@ -904,14 +902,14 @@ class Add(Rule[parametertools.Parameter]):
|
|
|
904
902
|
The following |Add| object adds its current value to the parameter's original
|
|
905
903
|
values:
|
|
906
904
|
|
|
907
|
-
>>> from hydpy.
|
|
905
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
908
906
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
909
907
|
>>> from hydpy import Add
|
|
910
908
|
>>> rule = Add(name="fc",
|
|
911
909
|
... parameter="fc",
|
|
912
910
|
... value=100.0,
|
|
913
911
|
... model="hland_96")
|
|
914
|
-
>>> fc = hp.elements.
|
|
912
|
+
>>> fc = hp.elements.land_lahn_1.model.parameters.control.fc
|
|
915
913
|
>>> fc
|
|
916
914
|
fc(206.0)
|
|
917
915
|
>>> rule.apply_value()
|
|
@@ -940,7 +938,7 @@ class Add(Rule[parametertools.Parameter]):
|
|
|
940
938
|
... value=2.0,
|
|
941
939
|
... model="hland_96",
|
|
942
940
|
... parameterstep="2d")
|
|
943
|
-
>>> cfmax = hp.elements.
|
|
941
|
+
>>> cfmax = hp.elements.land_lahn_1.model.parameters.control.cfmax
|
|
944
942
|
>>> cfmax
|
|
945
943
|
cfmax(field=5.0, forest=3.0)
|
|
946
944
|
>>> rule.apply_value()
|
|
@@ -970,7 +968,7 @@ class Add(Rule[parametertools.Parameter]):
|
|
|
970
968
|
... model="musk_classic",
|
|
971
969
|
... parameterstep="2d")
|
|
972
970
|
>>> nmbsegments = \
|
|
973
|
-
hp.elements.
|
|
971
|
+
hp.elements.stream_lahn_1_lahn_2.model.parameters.control.nmbsegments
|
|
974
972
|
>>> nmbsegments
|
|
975
973
|
nmbsegments(lag=0.583)
|
|
976
974
|
>>> rule.apply_value()
|
|
@@ -996,14 +994,14 @@ class Multiply(Rule[parametertools.Parameter]):
|
|
|
996
994
|
The following |Multiply| object multiplies the parameter's original values by its
|
|
997
995
|
current calibration factor:
|
|
998
996
|
|
|
999
|
-
>>> from hydpy.
|
|
997
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
1000
998
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
1001
999
|
>>> from hydpy import Add
|
|
1002
1000
|
>>> rule = Multiply(name="fc",
|
|
1003
1001
|
... parameter="fc",
|
|
1004
1002
|
... value=2.0,
|
|
1005
1003
|
... model="hland_96")
|
|
1006
|
-
>>> fc = hp.elements.
|
|
1004
|
+
>>> fc = hp.elements.land_lahn_1.model.parameters.control.fc
|
|
1007
1005
|
>>> fc
|
|
1008
1006
|
fc(206.0)
|
|
1009
1007
|
>>> rule.apply_value()
|
|
@@ -1032,7 +1030,7 @@ class Multiply(Rule[parametertools.Parameter]):
|
|
|
1032
1030
|
... value=2.0,
|
|
1033
1031
|
... model="hland_96",
|
|
1034
1032
|
... parameterstep="2d")
|
|
1035
|
-
>>> cfmax = hp.elements.
|
|
1033
|
+
>>> cfmax = hp.elements.land_lahn_1.model.parameters.control.cfmax
|
|
1036
1034
|
>>> cfmax
|
|
1037
1035
|
cfmax(field=5.0, forest=3.0)
|
|
1038
1036
|
>>> rule.apply_value()
|
|
@@ -1064,7 +1062,7 @@ class Multiply(Rule[parametertools.Parameter]):
|
|
|
1064
1062
|
... model="musk_classic",
|
|
1065
1063
|
... parameterstep="2d")
|
|
1066
1064
|
>>> nmbsegments = \
|
|
1067
|
-
hp.elements.
|
|
1065
|
+
hp.elements.stream_lahn_1_lahn_2.model.parameters.control.nmbsegments
|
|
1068
1066
|
>>> nmbsegments
|
|
1069
1067
|
nmbsegments(lag=0.583)
|
|
1070
1068
|
>>> rule.apply_value()
|
|
@@ -1089,7 +1087,7 @@ class CalibrationInterface(Generic[TypeRule1]):
|
|
|
1089
1087
|
|
|
1090
1088
|
We work with the `Lahn` example project again:
|
|
1091
1089
|
|
|
1092
|
-
>>> from hydpy.
|
|
1090
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
1093
1091
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
1094
1092
|
|
|
1095
1093
|
First, we create a |CalibrationInterface| object. Initially, it needs to know the
|
|
@@ -1247,11 +1245,11 @@ attribute nor a rule object named `FC`.
|
|
|
1247
1245
|
|CalibrationInterface.apply_values|. To explain how it works, we first show the
|
|
1248
1246
|
values of the relevant parameters of some randomly selected model instances:
|
|
1249
1247
|
|
|
1250
|
-
>>> stream = hp.elements.
|
|
1248
|
+
>>> stream = hp.elements.stream_lahn_1_lahn_2.model
|
|
1251
1249
|
>>> stream.parameters.control
|
|
1252
1250
|
nmbsegments(lag=0.583)
|
|
1253
1251
|
coefficients(damp=0.0)
|
|
1254
|
-
>>> land = hp.elements.
|
|
1252
|
+
>>> land = hp.elements.land_lahn_1.model
|
|
1255
1253
|
>>> land.parameters.control.fc
|
|
1256
1254
|
fc(206.0)
|
|
1257
1255
|
>>> land.parameters.control.percmax
|
|
@@ -1276,7 +1274,7 @@ attribute nor a rule object named `FC`.
|
|
|
1276
1274
|
anymore:
|
|
1277
1275
|
|
|
1278
1276
|
>>> round_(ci.result)
|
|
1279
|
-
1.
|
|
1277
|
+
1.603574
|
|
1280
1278
|
|
|
1281
1279
|
Use method |CalibrationInterface.reset_parameters| to restore the initial states of
|
|
1282
1280
|
all affected parameters:
|
|
@@ -1285,7 +1283,7 @@ attribute nor a rule object named `FC`.
|
|
|
1285
1283
|
>>> stream.parameters.control
|
|
1286
1284
|
nmbsegments(lag=0.583)
|
|
1287
1285
|
coefficients(damp=0.0)
|
|
1288
|
-
>>> land = hp.elements.
|
|
1286
|
+
>>> land = hp.elements.land_lahn_1.model
|
|
1289
1287
|
>>> land.parameters.control.fc
|
|
1290
1288
|
fc(206.0)
|
|
1291
1289
|
>>> land.parameters.control.percmax
|
|
@@ -1319,7 +1317,7 @@ attribute nor a rule object named `FC`.
|
|
|
1319
1317
|
|CalibrationInterface.apply_values|:
|
|
1320
1318
|
|
|
1321
1319
|
>>> round_(ci.perform_calibrationstep([100.0, 5.0, 0.3]))
|
|
1322
|
-
1.
|
|
1320
|
+
1.603574
|
|
1323
1321
|
|
|
1324
1322
|
>>> stream.parameters.control
|
|
1325
1323
|
nmbsegments(lag=0.583)
|
|
@@ -1351,7 +1349,7 @@ attribute nor a rule object named `FC`.
|
|
|
1351
1349
|
<BLANKLINE>
|
|
1352
1350
|
NSE fc percmax damp
|
|
1353
1351
|
parameterstep None 1d None
|
|
1354
|
-
1.
|
|
1352
|
+
1.603574 100.0 5.0 0.3
|
|
1355
1353
|
<BLANKLINE>
|
|
1356
1354
|
|
|
1357
1355
|
To prevent (automatic) calibration runs from crashing due to IO problems, method
|
|
@@ -1373,8 +1371,8 @@ following problem occured: [Errno 2] No such file or directory: 'dirname1/filena
|
|
|
1373
1371
|
... ci.update_logfile()
|
|
1374
1372
|
... with open("dirname1/filename.log") as file_:
|
|
1375
1373
|
... print(file_.read())
|
|
1376
|
-
1.
|
|
1377
|
-
1.
|
|
1374
|
+
1.603574 100.0 5.0 0.3
|
|
1375
|
+
1.603574 100.0 5.0 0.3
|
|
1378
1376
|
<BLANKLINE>
|
|
1379
1377
|
|
|
1380
1378
|
Call method |CalibrationInterface.finalise_logfile| to ensure the
|
|
@@ -1411,7 +1409,7 @@ following problem occured: [Errno 2] No such file or directory: 'dirname2/filena
|
|
|
1411
1409
|
... ci.finalise_logfile()
|
|
1412
1410
|
... with open("dirname2/filename.log") as file_:
|
|
1413
1411
|
... print(file_.read())
|
|
1414
|
-
1.
|
|
1412
|
+
1.603574 100.0 5.0 0.3
|
|
1415
1413
|
<BLANKLINE>
|
|
1416
1414
|
|
|
1417
1415
|
>>> ci._logfilepath = "example_calibration.log"
|
|
@@ -1451,10 +1449,10 @@ following problem occured: [Errno 2] No such file or directory: 'dirname2/filena
|
|
|
1451
1449
|
<BLANKLINE>
|
|
1452
1450
|
NSE fc percmax damp
|
|
1453
1451
|
parameterstep None 1d None
|
|
1454
|
-
1.
|
|
1455
|
-
-0.
|
|
1456
|
-
2.
|
|
1457
|
-
1.
|
|
1452
|
+
1.603574 100.0 5.0 0.3
|
|
1453
|
+
-0.709987 50.0 1.0 0.0
|
|
1454
|
+
2.312553 200.0 10.0 0.5
|
|
1455
|
+
1.603574 100.0 5.0 0.3
|
|
1458
1456
|
<BLANKLINE>
|
|
1459
1457
|
|
|
1460
1458
|
Class |CalibrationInterface| also provides method
|
|
@@ -1471,9 +1469,9 @@ following problem occured: [Errno 2] No such file or directory: 'dirname2/filena
|
|
|
1471
1469
|
>>> ci.damp.value
|
|
1472
1470
|
0.5
|
|
1473
1471
|
>>> round_(ci.result)
|
|
1474
|
-
2.
|
|
1472
|
+
2.312553
|
|
1475
1473
|
>>> round_(ci.apply_values())
|
|
1476
|
-
2.
|
|
1474
|
+
2.312553
|
|
1477
1475
|
|
|
1478
1476
|
On the contrary, if we set argument `maximisation` to |False|, method
|
|
1479
1477
|
|CalibrationInterface.read_logfile| returns the worst result in our example:
|
|
@@ -1487,9 +1485,9 @@ following problem occured: [Errno 2] No such file or directory: 'dirname2/filena
|
|
|
1487
1485
|
>>> ci.damp.value
|
|
1488
1486
|
0.0
|
|
1489
1487
|
>>> round_(ci.result)
|
|
1490
|
-
-0.
|
|
1488
|
+
-0.709987
|
|
1491
1489
|
>>> round_(ci.apply_values())
|
|
1492
|
-
-0.
|
|
1490
|
+
-0.709987
|
|
1493
1491
|
|
|
1494
1492
|
To prevent errors due to different parameter step-sizes, method
|
|
1495
1493
|
|CalibrationInterface.read_logfile| raises the following error whenever it detects
|
|
@@ -1570,7 +1568,7 @@ does not agree with the one documentated in log file `example_calibration.log` (
|
|
|
1570
1568
|
def add_rules(self, *rules: TypeRule1) -> None:
|
|
1571
1569
|
"""Add some |Rule| objects to the actual |CalibrationInterface| object.
|
|
1572
1570
|
|
|
1573
|
-
>>> from hydpy.
|
|
1571
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
1574
1572
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
1575
1573
|
>>> from hydpy import CalibrationInterface
|
|
1576
1574
|
>>> ci = CalibrationInterface(hp=hp, targetfunction=lambda: None)
|
|
@@ -1618,7 +1616,7 @@ does not agree with the one documentated in log file `example_calibration.log` (
|
|
|
1618
1616
|
subclass to convince your IDE (and yourself) that the returned rule follows
|
|
1619
1617
|
this more specific type:
|
|
1620
1618
|
|
|
1621
|
-
>>> from hydpy.
|
|
1619
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
1622
1620
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
1623
1621
|
>>> from hydpy import Add, CalibrationInterface, make_rules, nse, Replace
|
|
1624
1622
|
>>> ci = CalibrationInterface(
|
|
@@ -1669,7 +1667,7 @@ named `fc` of type `Add`.
|
|
|
1669
1667
|
def remove_rules(self, *rules: Union[str, TypeRule1]) -> None:
|
|
1670
1668
|
"""Remove some |Rule| objects from the actual |CalibrationInterface| object.
|
|
1671
1669
|
|
|
1672
|
-
>>> from hydpy.
|
|
1670
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
1673
1671
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
1674
1672
|
>>> from hydpy import CalibrationInterface
|
|
1675
1673
|
>>> ci = CalibrationInterface(hp=hp, targetfunction=lambda: None)
|
|
@@ -2037,7 +2035,7 @@ object named `fc`.
|
|
|
2037
2035
|
instances with those of application model |arma_rimorido|, which allows
|
|
2038
2036
|
discussing some special cases concerning the handling of |RuleIUH|:
|
|
2039
2037
|
|
|
2040
|
-
>>> from hydpy.
|
|
2038
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
2041
2039
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
2042
2040
|
>>> from hydpy import prepare_model
|
|
2043
2041
|
>>> for element in hp.elements.river:
|
|
@@ -2247,7 +2245,7 @@ parameterstep="1d"))
|
|
|
2247
2245
|
|
|
2248
2246
|
def __dir__(self) -> list[str]:
|
|
2249
2247
|
"""
|
|
2250
|
-
>>> from hydpy.
|
|
2248
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
2251
2249
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
2252
2250
|
>>> from hydpy import CalibrationInterface, make_rules, Replace
|
|
2253
2251
|
>>> ci = CalibrationInterface[Replace](hp=hp, targetfunction=lambda: None)
|
|
@@ -3067,7 +3065,7 @@ def make_rules(
|
|
|
3067
3065
|
Please see the main documentation on class |CalibrationInterface| first, from
|
|
3068
3066
|
which we borrow the general setup:
|
|
3069
3067
|
|
|
3070
|
-
>>> from hydpy.
|
|
3068
|
+
>>> from hydpy.examples import prepare_full_example_2
|
|
3071
3069
|
>>> hp, pub, TestIO = prepare_full_example_2()
|
|
3072
3070
|
>>> from hydpy import CalibrationInterface, make_rules, nse
|
|
3073
3071
|
>>> ci = CalibrationInterface(
|