HydPy 6.2.dev1__cp313-cp313-win_amd64.whl
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/__init__.py +275 -0
- hydpy/aliases.py +2554 -0
- hydpy/auxs/__init__.py +0 -0
- hydpy/auxs/anntools.py +1305 -0
- hydpy/auxs/armatools.py +883 -0
- hydpy/auxs/calibtools.py +3337 -0
- hydpy/auxs/interptools.py +1094 -0
- hydpy/auxs/iuhtools.py +543 -0
- hydpy/auxs/networktools.py +597 -0
- hydpy/auxs/ppolytools.py +809 -0
- hydpy/auxs/quadtools.py +61 -0
- hydpy/auxs/roottools.py +228 -0
- hydpy/auxs/smoothtools.py +273 -0
- hydpy/auxs/statstools.py +2125 -0
- hydpy/auxs/validtools.py +81 -0
- hydpy/conf/HydPyConfigBase.xsd +68637 -0
- hydpy/conf/HydPyConfigBase.xsdt +358 -0
- hydpy/conf/HydPyConfigMultipleRuns.xsd +25 -0
- hydpy/conf/HydPyConfigSingleRun.xsd +24 -0
- hydpy/conf/__init__.py +0 -0
- hydpy/conf/a_coefficients_explicit_lobatto_sequence.npy +0 -0
- hydpy/conf/support_points_for_smoothpar_logistic2.npy +0 -0
- hydpy/config.py +42 -0
- hydpy/core/__init__.py +0 -0
- hydpy/core/aliastools.py +214 -0
- hydpy/core/autodoctools.py +1947 -0
- hydpy/core/auxfiletools.py +1169 -0
- hydpy/core/devicetools.py +3810 -0
- hydpy/core/exceptiontools.py +269 -0
- hydpy/core/filetools.py +1985 -0
- hydpy/core/hydpytools.py +3089 -0
- hydpy/core/importtools.py +1398 -0
- hydpy/core/indextools.py +345 -0
- hydpy/core/itemtools.py +1849 -0
- hydpy/core/masktools.py +460 -0
- hydpy/core/modeltools.py +4868 -0
- hydpy/core/netcdftools.py +2683 -0
- hydpy/core/objecttools.py +2023 -0
- hydpy/core/optiontools.py +1045 -0
- hydpy/core/parametertools.py +4674 -0
- hydpy/core/printtools.py +222 -0
- hydpy/core/propertytools.py +643 -0
- hydpy/core/pubtools.py +254 -0
- hydpy/core/selectiontools.py +1571 -0
- hydpy/core/sequencetools.py +4476 -0
- hydpy/core/seriestools.py +339 -0
- hydpy/core/testtools.py +2483 -0
- hydpy/core/timetools.py +3567 -0
- hydpy/core/typingtools.py +333 -0
- hydpy/core/variabletools.py +2615 -0
- hydpy/cythons/__init__.py +24 -0
- hydpy/cythons/annutils.pxd +33 -0
- hydpy/cythons/annutils.pyi +25 -0
- hydpy/cythons/annutils.pyx +120 -0
- hydpy/cythons/autogen/__init__.py +0 -0
- hydpy/cythons/autogen/annutils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/annutils.pxd +42 -0
- hydpy/cythons/autogen/annutils.pyx +129 -0
- hydpy/cythons/autogen/c_arma.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_arma.pxd +179 -0
- hydpy/cythons/autogen/c_arma.pyx +356 -0
- hydpy/cythons/autogen/c_arma_rimorido.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_arma_rimorido.pxd +179 -0
- hydpy/cythons/autogen/c_arma_rimorido.pyx +356 -0
- hydpy/cythons/autogen/c_conv.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_conv.pxd +198 -0
- hydpy/cythons/autogen/c_conv.pyx +491 -0
- hydpy/cythons/autogen/c_conv_idw.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_conv_idw.pxd +124 -0
- hydpy/cythons/autogen/c_conv_idw.pyx +264 -0
- hydpy/cythons/autogen/c_conv_idw_ed.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_conv_idw_ed.pxd +197 -0
- hydpy/cythons/autogen/c_conv_idw_ed.pyx +481 -0
- hydpy/cythons/autogen/c_conv_nn.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_conv_nn.pxd +120 -0
- hydpy/cythons/autogen/c_conv_nn.pyx +224 -0
- hydpy/cythons/autogen/c_dam.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam.pxd +805 -0
- hydpy/cythons/autogen/c_dam.pyx +1477 -0
- hydpy/cythons/autogen/c_dam_llake.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_llake.pxd +364 -0
- hydpy/cythons/autogen/c_dam_llake.pyx +705 -0
- hydpy/cythons/autogen/c_dam_lreservoir.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_lreservoir.pxd +365 -0
- hydpy/cythons/autogen/c_dam_lreservoir.pyx +708 -0
- hydpy/cythons/autogen/c_dam_lretention.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_lretention.pxd +340 -0
- hydpy/cythons/autogen/c_dam_lretention.pyx +625 -0
- hydpy/cythons/autogen/c_dam_pump.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_pump.pxd +402 -0
- hydpy/cythons/autogen/c_dam_pump.pyx +724 -0
- hydpy/cythons/autogen/c_dam_pump_sluice.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_pump_sluice.pxd +452 -0
- hydpy/cythons/autogen/c_dam_pump_sluice.pyx +829 -0
- hydpy/cythons/autogen/c_dam_sluice.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_sluice.pxd +404 -0
- hydpy/cythons/autogen/c_dam_sluice.pyx +726 -0
- hydpy/cythons/autogen/c_dam_v001.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_v001.pxd +452 -0
- hydpy/cythons/autogen/c_dam_v001.pyx +816 -0
- hydpy/cythons/autogen/c_dam_v002.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_v002.pxd +394 -0
- hydpy/cythons/autogen/c_dam_v002.pyx +703 -0
- hydpy/cythons/autogen/c_dam_v003.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_v003.pxd +417 -0
- hydpy/cythons/autogen/c_dam_v003.pyx +744 -0
- hydpy/cythons/autogen/c_dam_v004.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_v004.pxd +486 -0
- hydpy/cythons/autogen/c_dam_v004.pyx +891 -0
- hydpy/cythons/autogen/c_dam_v005.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dam_v005.pxd +524 -0
- hydpy/cythons/autogen/c_dam_v005.pyx +928 -0
- hydpy/cythons/autogen/c_dummy.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dummy.pxd +151 -0
- hydpy/cythons/autogen/c_dummy.pyx +263 -0
- hydpy/cythons/autogen/c_dummy_interceptedwater.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dummy_interceptedwater.pxd +69 -0
- hydpy/cythons/autogen/c_dummy_interceptedwater.pyx +104 -0
- hydpy/cythons/autogen/c_dummy_node2node.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dummy_node2node.pxd +89 -0
- hydpy/cythons/autogen/c_dummy_node2node.pyx +148 -0
- hydpy/cythons/autogen/c_dummy_snowalbedo.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dummy_snowalbedo.pxd +69 -0
- hydpy/cythons/autogen/c_dummy_snowalbedo.pyx +104 -0
- hydpy/cythons/autogen/c_dummy_snowcover.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dummy_snowcover.pxd +69 -0
- hydpy/cythons/autogen/c_dummy_snowcover.pyx +104 -0
- hydpy/cythons/autogen/c_dummy_snowycanopy.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dummy_snowycanopy.pxd +69 -0
- hydpy/cythons/autogen/c_dummy_snowycanopy.pyx +104 -0
- hydpy/cythons/autogen/c_dummy_soilwater.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_dummy_soilwater.pxd +69 -0
- hydpy/cythons/autogen/c_dummy_soilwater.pyx +104 -0
- hydpy/cythons/autogen/c_evap.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap.pxd +1029 -0
- hydpy/cythons/autogen/c_evap.pyx +2601 -0
- hydpy/cythons/autogen/c_evap_aet_hbv96.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_aet_hbv96.pxd +227 -0
- hydpy/cythons/autogen/c_evap_aet_hbv96.pyx +584 -0
- hydpy/cythons/autogen/c_evap_aet_minhas.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_aet_minhas.pxd +193 -0
- hydpy/cythons/autogen/c_evap_aet_minhas.pyx +478 -0
- hydpy/cythons/autogen/c_evap_aet_morsim.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_aet_morsim.pxd +681 -0
- hydpy/cythons/autogen/c_evap_aet_morsim.pyx +1642 -0
- hydpy/cythons/autogen/c_evap_pet_ambav1.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_pet_ambav1.pxd +532 -0
- hydpy/cythons/autogen/c_evap_pet_ambav1.pyx +1296 -0
- hydpy/cythons/autogen/c_evap_pet_hbv96.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_pet_hbv96.pxd +179 -0
- hydpy/cythons/autogen/c_evap_pet_hbv96.pyx +328 -0
- hydpy/cythons/autogen/c_evap_pet_m.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_pet_m.pxd +124 -0
- hydpy/cythons/autogen/c_evap_pet_m.pyx +214 -0
- hydpy/cythons/autogen/c_evap_pet_mlc.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_pet_mlc.pxd +126 -0
- hydpy/cythons/autogen/c_evap_pet_mlc.pyx +214 -0
- hydpy/cythons/autogen/c_evap_ret_fao56.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_ret_fao56.pxd +305 -0
- hydpy/cythons/autogen/c_evap_ret_fao56.pyx +624 -0
- hydpy/cythons/autogen/c_evap_ret_io.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_ret_io.pxd +112 -0
- hydpy/cythons/autogen/c_evap_ret_io.pyx +176 -0
- hydpy/cythons/autogen/c_evap_ret_tw2002.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_evap_ret_tw2002.pxd +139 -0
- hydpy/cythons/autogen/c_evap_ret_tw2002.pyx +273 -0
- hydpy/cythons/autogen/c_exch.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_exch.pxd +230 -0
- hydpy/cythons/autogen/c_exch.pyx +462 -0
- hydpy/cythons/autogen/c_exch_branch_hbv96.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_exch_branch_hbv96.pxd +134 -0
- hydpy/cythons/autogen/c_exch_branch_hbv96.pyx +255 -0
- hydpy/cythons/autogen/c_exch_waterlevel.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_exch_waterlevel.pxd +54 -0
- hydpy/cythons/autogen/c_exch_waterlevel.pyx +78 -0
- hydpy/cythons/autogen/c_exch_weir_hbv96.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_exch_weir_hbv96.pxd +156 -0
- hydpy/cythons/autogen/c_exch_weir_hbv96.pyx +282 -0
- hydpy/cythons/autogen/c_ga.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_ga.pxd +353 -0
- hydpy/cythons/autogen/c_ga.pyx +1204 -0
- hydpy/cythons/autogen/c_ga_garto.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_ga_garto.pxd +330 -0
- hydpy/cythons/autogen/c_ga_garto.pyx +1105 -0
- hydpy/cythons/autogen/c_ga_garto_submodel1.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_ga_garto_submodel1.pxd +236 -0
- hydpy/cythons/autogen/c_ga_garto_submodel1.pyx +944 -0
- hydpy/cythons/autogen/c_gland.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_gland.pxd +437 -0
- hydpy/cythons/autogen/c_gland.pyx +726 -0
- hydpy/cythons/autogen/c_gland_gr4.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_gland_gr4.pxd +382 -0
- hydpy/cythons/autogen/c_gland_gr4.pyx +605 -0
- hydpy/cythons/autogen/c_gland_gr5.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_gland_gr5.pxd +368 -0
- hydpy/cythons/autogen/c_gland_gr5.pyx +568 -0
- hydpy/cythons/autogen/c_gland_gr6.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_gland_gr6.pxd +420 -0
- hydpy/cythons/autogen/c_gland_gr6.pyx +673 -0
- hydpy/cythons/autogen/c_hland.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_hland.pxd +855 -0
- hydpy/cythons/autogen/c_hland.pyx +2486 -0
- hydpy/cythons/autogen/c_hland_96.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_hland_96.pxd +631 -0
- hydpy/cythons/autogen/c_hland_96.pyx +1724 -0
- hydpy/cythons/autogen/c_hland_96c.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_hland_96c.pxd +621 -0
- hydpy/cythons/autogen/c_hland_96c.pyx +1822 -0
- hydpy/cythons/autogen/c_hland_96p.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_hland_96p.pxd +683 -0
- hydpy/cythons/autogen/c_hland_96p.pyx +1911 -0
- hydpy/cythons/autogen/c_kinw.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_kinw.pxd +509 -0
- hydpy/cythons/autogen/c_kinw.pyx +965 -0
- hydpy/cythons/autogen/c_kinw_williams.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_kinw_williams.pxd +409 -0
- hydpy/cythons/autogen/c_kinw_williams.pyx +763 -0
- hydpy/cythons/autogen/c_kinw_williams_ext.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_kinw_williams_ext.pxd +220 -0
- hydpy/cythons/autogen/c_kinw_williams_ext.pyx +440 -0
- hydpy/cythons/autogen/c_lland.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_lland.pxd +1386 -0
- hydpy/cythons/autogen/c_lland.pyx +3679 -0
- hydpy/cythons/autogen/c_lland_dd.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_lland_dd.pxd +679 -0
- hydpy/cythons/autogen/c_lland_dd.pyx +1719 -0
- hydpy/cythons/autogen/c_lland_knauf.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_lland_knauf.pxd +1096 -0
- hydpy/cythons/autogen/c_lland_knauf.pyx +2784 -0
- hydpy/cythons/autogen/c_lland_knauf_ic.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_lland_knauf_ic.pxd +1369 -0
- hydpy/cythons/autogen/c_lland_knauf_ic.pyx +3625 -0
- hydpy/cythons/autogen/c_meteo.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo.pxd +469 -0
- hydpy/cythons/autogen/c_meteo.pyx +879 -0
- hydpy/cythons/autogen/c_meteo_clear_glob_io.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo_clear_glob_io.pxd +75 -0
- hydpy/cythons/autogen/c_meteo_clear_glob_io.pyx +107 -0
- hydpy/cythons/autogen/c_meteo_glob_fao56.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo_glob_fao56.pxd +209 -0
- hydpy/cythons/autogen/c_meteo_glob_fao56.pyx +339 -0
- hydpy/cythons/autogen/c_meteo_glob_io.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo_glob_io.pxd +63 -0
- hydpy/cythons/autogen/c_meteo_glob_io.pyx +91 -0
- hydpy/cythons/autogen/c_meteo_glob_morsim.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo_glob_morsim.pxd +289 -0
- hydpy/cythons/autogen/c_meteo_glob_morsim.pyx +527 -0
- hydpy/cythons/autogen/c_meteo_precip_io.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo_precip_io.pxd +112 -0
- hydpy/cythons/autogen/c_meteo_precip_io.pyx +176 -0
- hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pxd +87 -0
- hydpy/cythons/autogen/c_meteo_psun_sun_glob_io.pyx +123 -0
- hydpy/cythons/autogen/c_meteo_sun_fao56.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo_sun_fao56.pxd +209 -0
- hydpy/cythons/autogen/c_meteo_sun_fao56.pyx +343 -0
- hydpy/cythons/autogen/c_meteo_sun_morsim.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo_sun_morsim.pxd +286 -0
- hydpy/cythons/autogen/c_meteo_sun_morsim.pyx +519 -0
- hydpy/cythons/autogen/c_meteo_temp_io.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_meteo_temp_io.pxd +112 -0
- hydpy/cythons/autogen/c_meteo_temp_io.pyx +176 -0
- hydpy/cythons/autogen/c_musk.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_musk.pxd +282 -0
- hydpy/cythons/autogen/c_musk.pyx +605 -0
- hydpy/cythons/autogen/c_musk_classic.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_musk_classic.pxd +138 -0
- hydpy/cythons/autogen/c_musk_classic.pyx +226 -0
- hydpy/cythons/autogen/c_musk_mct.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_musk_mct.pxd +282 -0
- hydpy/cythons/autogen/c_musk_mct.pyx +609 -0
- hydpy/cythons/autogen/c_rconc.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_rconc.pxd +119 -0
- hydpy/cythons/autogen/c_rconc.pyx +174 -0
- hydpy/cythons/autogen/c_rconc_nash.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_rconc_nash.pxd +111 -0
- hydpy/cythons/autogen/c_rconc_nash.pyx +185 -0
- hydpy/cythons/autogen/c_rconc_uh.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_rconc_uh.pxd +92 -0
- hydpy/cythons/autogen/c_rconc_uh.pyx +125 -0
- hydpy/cythons/autogen/c_sw1d.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d.pxd +511 -0
- hydpy/cythons/autogen/c_sw1d.pyx +1263 -0
- hydpy/cythons/autogen/c_sw1d_channel.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_channel.pxd +119 -0
- hydpy/cythons/autogen/c_sw1d_channel.pyx +300 -0
- hydpy/cythons/autogen/c_sw1d_gate_out.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_gate_out.pxd +240 -0
- hydpy/cythons/autogen/c_sw1d_gate_out.pyx +476 -0
- hydpy/cythons/autogen/c_sw1d_lias.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_lias.pxd +320 -0
- hydpy/cythons/autogen/c_sw1d_lias.pyx +619 -0
- hydpy/cythons/autogen/c_sw1d_lias_sluice.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_lias_sluice.pxd +325 -0
- hydpy/cythons/autogen/c_sw1d_lias_sluice.pyx +644 -0
- hydpy/cythons/autogen/c_sw1d_network.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_network.pxd +90 -0
- hydpy/cythons/autogen/c_sw1d_network.pyx +246 -0
- hydpy/cythons/autogen/c_sw1d_pump.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_pump.pxd +256 -0
- hydpy/cythons/autogen/c_sw1d_pump.pyx +502 -0
- hydpy/cythons/autogen/c_sw1d_q_in.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_q_in.pxd +224 -0
- hydpy/cythons/autogen/c_sw1d_q_in.pyx +383 -0
- hydpy/cythons/autogen/c_sw1d_q_out.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_q_out.pxd +224 -0
- hydpy/cythons/autogen/c_sw1d_q_out.pyx +383 -0
- hydpy/cythons/autogen/c_sw1d_storage.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_storage.pxd +193 -0
- hydpy/cythons/autogen/c_sw1d_storage.pyx +349 -0
- hydpy/cythons/autogen/c_sw1d_weir_out.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_sw1d_weir_out.pxd +212 -0
- hydpy/cythons/autogen/c_sw1d_weir_out.pyx +404 -0
- hydpy/cythons/autogen/c_test.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_test.pxd +175 -0
- hydpy/cythons/autogen/c_test.pyx +348 -0
- hydpy/cythons/autogen/c_test_discontinous.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_test_discontinous.pxd +146 -0
- hydpy/cythons/autogen/c_test_discontinous.pyx +256 -0
- hydpy/cythons/autogen/c_test_stiff0d.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_test_stiff0d.pxd +146 -0
- hydpy/cythons/autogen/c_test_stiff0d.pyx +250 -0
- hydpy/cythons/autogen/c_test_stiff1d.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_test_stiff1d.pxd +145 -0
- hydpy/cythons/autogen/c_test_stiff1d.pyx +294 -0
- hydpy/cythons/autogen/c_whmod.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_whmod.pxd +482 -0
- hydpy/cythons/autogen/c_whmod.pyx +1156 -0
- hydpy/cythons/autogen/c_whmod_rural.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_whmod_rural.pxd +411 -0
- hydpy/cythons/autogen/c_whmod_rural.pyx +982 -0
- hydpy/cythons/autogen/c_whmod_urban.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_whmod_urban.pxd +482 -0
- hydpy/cythons/autogen/c_whmod_urban.pyx +1155 -0
- hydpy/cythons/autogen/c_wland.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_wland.pxd +842 -0
- hydpy/cythons/autogen/c_wland.pyx +1890 -0
- hydpy/cythons/autogen/c_wland_gd.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_wland_gd.pxd +829 -0
- hydpy/cythons/autogen/c_wland_gd.pyx +1847 -0
- hydpy/cythons/autogen/c_wland_wag.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_wland_wag.pxd +810 -0
- hydpy/cythons/autogen/c_wland_wag.pyx +1780 -0
- hydpy/cythons/autogen/c_wq.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_wq.pxd +275 -0
- hydpy/cythons/autogen/c_wq.pyx +652 -0
- hydpy/cythons/autogen/c_wq_trapeze.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_wq_trapeze.pxd +170 -0
- hydpy/cythons/autogen/c_wq_trapeze.pyx +400 -0
- hydpy/cythons/autogen/c_wq_trapeze_strickler.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_wq_trapeze_strickler.pxd +243 -0
- hydpy/cythons/autogen/c_wq_trapeze_strickler.pyx +578 -0
- hydpy/cythons/autogen/c_wq_walrus.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/c_wq_walrus.pxd +61 -0
- hydpy/cythons/autogen/c_wq_walrus.pyx +82 -0
- hydpy/cythons/autogen/configutils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/configutils.pxd +17 -0
- hydpy/cythons/autogen/configutils.pyx +119 -0
- hydpy/cythons/autogen/interfaceutils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/interfaceutils.pxd +31 -0
- hydpy/cythons/autogen/interfaceutils.pyx +82 -0
- hydpy/cythons/autogen/interputils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/interputils.pxd +42 -0
- hydpy/cythons/autogen/interputils.pyx +118 -0
- hydpy/cythons/autogen/masterinterface.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/masterinterface.pxd +153 -0
- hydpy/cythons/autogen/masterinterface.pyx +222 -0
- hydpy/cythons/autogen/pointerutils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/pointerutils.pxd +31 -0
- hydpy/cythons/autogen/pointerutils.pyx +650 -0
- hydpy/cythons/autogen/ppolyutils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/ppolyutils.pxd +35 -0
- hydpy/cythons/autogen/ppolyutils.pyx +59 -0
- hydpy/cythons/autogen/quadutils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/quadutils.pxd +26 -0
- hydpy/cythons/autogen/quadutils.pyx +973 -0
- hydpy/cythons/autogen/rootutils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/rootutils.pxd +28 -0
- hydpy/cythons/autogen/rootutils.pyx +109 -0
- hydpy/cythons/autogen/sequenceutils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/sequenceutils.pxd +45 -0
- hydpy/cythons/autogen/sequenceutils.pyx +101 -0
- hydpy/cythons/autogen/smoothutils.cp313-win_amd64.pyd +0 -0
- hydpy/cythons/autogen/smoothutils.pxd +29 -0
- hydpy/cythons/autogen/smoothutils.pyx +833 -0
- hydpy/cythons/configutils.pxd +8 -0
- hydpy/cythons/configutils.pyi +5 -0
- hydpy/cythons/configutils.pyx +110 -0
- hydpy/cythons/interfaceutils.pxd +22 -0
- hydpy/cythons/interfaceutils.pyi +15 -0
- hydpy/cythons/interfaceutils.pyx +73 -0
- hydpy/cythons/interputils.pxd +33 -0
- hydpy/cythons/interputils.pyi +32 -0
- hydpy/cythons/interputils.pyx +109 -0
- hydpy/cythons/modelutils.py +2990 -0
- hydpy/cythons/pointerutils.pxd +22 -0
- hydpy/cythons/pointerutils.pyi +89 -0
- hydpy/cythons/pointerutils.pyx +641 -0
- hydpy/cythons/ppolyutils.pxd +26 -0
- hydpy/cythons/ppolyutils.pyi +21 -0
- hydpy/cythons/ppolyutils.pyx +50 -0
- hydpy/cythons/quadutils.pxd +17 -0
- hydpy/cythons/quadutils.pyi +13 -0
- hydpy/cythons/quadutils.pyx +964 -0
- hydpy/cythons/rootutils.pxd +19 -0
- hydpy/cythons/rootutils.pyi +21 -0
- hydpy/cythons/rootutils.pyx +100 -0
- hydpy/cythons/sequenceutils.pxd +36 -0
- hydpy/cythons/sequenceutils.pyi +7 -0
- hydpy/cythons/sequenceutils.pyx +92 -0
- hydpy/cythons/smoothutils.pxd +20 -0
- hydpy/cythons/smoothutils.pyi +15 -0
- hydpy/cythons/smoothutils.pyx +824 -0
- hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py +13 -0
- hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py +13 -0
- hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py +14 -0
- hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py +13 -0
- hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_dill_assl_lahn_leun.py +5 -0
- hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_leun_lahn_kalk.py +5 -0
- hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_marb_lahn_leun.py +5 -0
- hydpy/data/HydPy-H-Lahn/control/default/land.py +9 -0
- hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py +57 -0
- hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py +57 -0
- hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py +56 -0
- hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py +57 -0
- hydpy/data/HydPy-H-Lahn/control/default/stream_dill_assl_lahn_leun.py +7 -0
- hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_leun_lahn_kalk.py +7 -0
- hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_marb_lahn_leun.py +7 -0
- hydpy/data/HydPy-H-Lahn/multiple_runs.xml +309 -0
- hydpy/data/HydPy-H-Lahn/multiple_runs_alpha.xml +71 -0
- hydpy/data/HydPy-H-Lahn/network/default/headwaters.py +11 -0
- hydpy/data/HydPy-H-Lahn/network/default/nonheadwaters.py +11 -0
- hydpy/data/HydPy-H-Lahn/network/default/streams.py +8 -0
- hydpy/data/HydPy-H-Lahn/series/default/dill_assl_obs_q.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalairtemperature.nc +0 -0
- hydpy/data/HydPy-H-Lahn/series/default/evap_pet_hbv96_input_normalevapotranspiration.nc +0 -0
- hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_p.nc +0 -0
- hydpy/data/HydPy-H-Lahn/series/default/hland_96_input_t.nc +0 -0
- hydpy/data/HydPy-H-Lahn/series/default/lahn_kalk_obs_q.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/lahn_leun_obs_q.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/lahn_marb_obs_q.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalairtemperature.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_evap_pet_hbv96_input_normalevapotranspiration.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_p.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_dill_assl_hland_96_input_t.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalairtemperature.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_evap_pet_hbv96_input_normalevapotranspiration.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_p.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_kalk_hland_96_input_t.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalairtemperature.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_evap_pet_hbv96_input_normalevapotranspiration.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_p.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_leun_hland_96_input_t.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalairtemperature.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_evap_pet_hbv96_input_normalevapotranspiration.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_p.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/land_lahn_marb_hland_96_input_t.asc +11387 -0
- hydpy/data/HydPy-H-Lahn/series/default/obs_q.nc +0 -0
- hydpy/data/HydPy-H-Lahn/single_run.xml +152 -0
- hydpy/data/HydPy-H-Lahn/single_run.xmlt +143 -0
- hydpy/data/__init__.py +17 -0
- hydpy/docs/__init__.py +0 -0
- hydpy/docs/autofigs/__init__.py +0 -0
- hydpy/docs/bib/__init__.py +0 -0
- hydpy/docs/bib/refs.bib +566 -0
- hydpy/docs/combine_docversions.py +133 -0
- hydpy/docs/draw_model_sketches.py +1301 -0
- hydpy/docs/enable_autodoc.py +7 -0
- hydpy/docs/figs/HydPy-G-GR4.png +0 -0
- hydpy/docs/figs/HydPy-G-GR5.png +0 -0
- hydpy/docs/figs/HydPy-G-GR6.png +0 -0
- hydpy/docs/figs/HydPy-H-HBV96-COSERO.png +0 -0
- hydpy/docs/figs/HydPy-H-HBV96-PREVAH.png +0 -0
- hydpy/docs/figs/HydPy-H-HBV96.png +0 -0
- hydpy/docs/figs/HydPy-H-Lahn.png +0 -0
- hydpy/docs/figs/HydPy-KinW-Williams.png +0 -0
- hydpy/docs/figs/HydPy-L-DD.png +0 -0
- hydpy/docs/figs/HydPy-W-Wag.png +0 -0
- hydpy/docs/figs/HydPy_Logo.png +0 -0
- hydpy/docs/figs/HydPy_Logo_Text.png +0 -0
- hydpy/docs/figs/IDLE-editor.png +0 -0
- hydpy/docs/figs/IDLE-shell.png +0 -0
- hydpy/docs/figs/LAWA_river-basin-bumbers.png +0 -0
- hydpy/docs/figs/__init__.py +0 -0
- hydpy/docs/html_/__init__.py +0 -0
- hydpy/docs/polish_html.py +57 -0
- hydpy/docs/prepare.py +224 -0
- hydpy/docs/publish_docs.py +53 -0
- hydpy/docs/rst/HydPy-ARMA.rst +27 -0
- hydpy/docs/rst/HydPy-Conv.rst +22 -0
- hydpy/docs/rst/HydPy-Dam.rst +79 -0
- hydpy/docs/rst/HydPy-Dummy.rst +21 -0
- hydpy/docs/rst/HydPy-Evap.rst +26 -0
- hydpy/docs/rst/HydPy-Exch.rst +36 -0
- hydpy/docs/rst/HydPy-G.rst +40 -0
- hydpy/docs/rst/HydPy-GA.rst +34 -0
- hydpy/docs/rst/HydPy-H.rst +24 -0
- hydpy/docs/rst/HydPy-KinW.rst +32 -0
- hydpy/docs/rst/HydPy-L.rst +42 -0
- hydpy/docs/rst/HydPy-Meteo.rst +28 -0
- hydpy/docs/rst/HydPy-Musk.rst +21 -0
- hydpy/docs/rst/HydPy-Rconc.rst +17 -0
- hydpy/docs/rst/HydPy-SW1D.rst +49 -0
- hydpy/docs/rst/HydPy-Test.rst +19 -0
- hydpy/docs/rst/HydPy-W.rst +20 -0
- hydpy/docs/rst/HydPy-WHMod.rst +19 -0
- hydpy/docs/rst/HydPy-WQ.rst +20 -0
- hydpy/docs/rst/__init__.py +0 -0
- hydpy/docs/rst/additional_repositories.rst +40 -0
- hydpy/docs/rst/auxiliaries.rst +31 -0
- hydpy/docs/rst/continuous_integration.rst +75 -0
- hydpy/docs/rst/core.rst +75 -0
- hydpy/docs/rst/cythons.rst +47 -0
- hydpy/docs/rst/definitions.rst +506 -0
- hydpy/docs/rst/developer_guide.rst +54 -0
- hydpy/docs/rst/example_projects.rst +40 -0
- hydpy/docs/rst/execution.rst +22 -0
- hydpy/docs/rst/framework_tools.rst +56 -0
- hydpy/docs/rst/how_to_read_the_reference_manual.rst +156 -0
- hydpy/docs/rst/hydpydependencies.rst +55 -0
- hydpy/docs/rst/index.rst +125 -0
- hydpy/docs/rst/installation.rst +155 -0
- hydpy/docs/rst/model_families.rst +79 -0
- hydpy/docs/rst/model_overview.rst +291 -0
- hydpy/docs/rst/modelimports.rst +10 -0
- hydpy/docs/rst/options.rst +119 -0
- hydpy/docs/rst/programming_style.rst +572 -0
- hydpy/docs/rst/project_structure.rst +520 -0
- hydpy/docs/rst/quickstart.rst +304 -0
- hydpy/docs/rst/reference_manual.rst +29 -0
- hydpy/docs/rst/required_tools.rst +50 -0
- hydpy/docs/rst/simulation.rst +514 -0
- hydpy/docs/rst/submodel_interfaces.rst +32 -0
- hydpy/docs/rst/tests_and_documentation.rst +85 -0
- hydpy/docs/rst/user_guide.rst +38 -0
- hydpy/docs/rst/version_control.rst +116 -0
- hydpy/docs/rst/zbibliography.rst +8 -0
- hydpy/docs/sphinx/__init__.py +0 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/changes/frameset.html +11 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/changes/rstsource.html +15 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/changes/versionchanges.html +33 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/defindex.html +35 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/domainindex.html +56 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/genindex-single.html +63 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/genindex-split.html +41 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/genindex.html +76 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/globaltoc.html +11 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/layout.html +221 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/localtoc.html +15 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/opensearch.xml +13 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/page.html +13 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/relations.html +23 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/search.html +65 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/searchbox.html +21 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/searchfield.html +23 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/sourcelink.html +18 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/static/basic.css_t +925 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/static/doctools.js +156 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/static/documentation_options.js_t +13 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/static/file.png +0 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/static/language_data.js_t +26 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/static/minus.png +0 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/static/plus.png +0 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/static/searchtools.js +574 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/static/sphinx_highlight.js +154 -0
- hydpy/docs/sphinx/_themes/basic_hydpy/theme.conf +16 -0
- hydpy/docs/sphinx/_themes/classic_hydpy/layout.html +23 -0
- hydpy/docs/sphinx/_themes/classic_hydpy/static/classic.css_t +358 -0
- hydpy/docs/sphinx/_themes/classic_hydpy/static/sidebar.js_t +72 -0
- hydpy/docs/sphinx/_themes/classic_hydpy/theme.conf +32 -0
- hydpy/docs/sphinx/conf.py +398 -0
- hydpy/docs/sphinx/defaultlinks_extension.py +36 -0
- hydpy/docs/sphinx/integrationtest_extension.py +104 -0
- hydpy/docs/sphinx/projectstructure_extension.py +58 -0
- hydpy/docs/sphinx/submodelgraph_extension.py +53 -0
- hydpy/exe/__init__.py +0 -0
- hydpy/exe/commandtools.py +651 -0
- hydpy/exe/hyd.py +277 -0
- hydpy/exe/modelimports.py +41 -0
- hydpy/exe/replacetools.py +216 -0
- hydpy/exe/servertools.py +2348 -0
- hydpy/exe/xmltools.py +3280 -0
- hydpy/interfaces/__init__.py +0 -0
- hydpy/interfaces/aetinterfaces.py +94 -0
- hydpy/interfaces/dischargeinterfaces.py +45 -0
- hydpy/interfaces/petinterfaces.py +117 -0
- hydpy/interfaces/precipinterfaces.py +42 -0
- hydpy/interfaces/radiationinterfaces.py +79 -0
- hydpy/interfaces/rconcinterfaces.py +30 -0
- hydpy/interfaces/routinginterfaces.py +324 -0
- hydpy/interfaces/soilinterfaces.py +96 -0
- hydpy/interfaces/stateinterfaces.py +98 -0
- hydpy/interfaces/tempinterfaces.py +46 -0
- hydpy/models/__init__.py +0 -0
- hydpy/models/arma/__init__.py +14 -0
- hydpy/models/arma/arma_control.py +383 -0
- hydpy/models/arma/arma_derived.py +204 -0
- hydpy/models/arma/arma_fluxes.py +41 -0
- hydpy/models/arma/arma_inlets.py +11 -0
- hydpy/models/arma/arma_logs.py +19 -0
- hydpy/models/arma/arma_model.py +461 -0
- hydpy/models/arma/arma_outlets.py +11 -0
- hydpy/models/arma_rimorido.py +381 -0
- hydpy/models/conv/__init__.py +12 -0
- hydpy/models/conv/conv_control.py +303 -0
- hydpy/models/conv/conv_derived.py +271 -0
- hydpy/models/conv/conv_fluxes.py +54 -0
- hydpy/models/conv/conv_inlets.py +11 -0
- hydpy/models/conv/conv_model.py +687 -0
- hydpy/models/conv/conv_outlets.py +11 -0
- hydpy/models/conv_idw.py +120 -0
- hydpy/models/conv_idw_ed.py +184 -0
- hydpy/models/conv_nn.py +112 -0
- hydpy/models/dam/__init__.py +16 -0
- hydpy/models/dam/dam_aides.py +17 -0
- hydpy/models/dam/dam_control.py +346 -0
- hydpy/models/dam/dam_derived.py +559 -0
- hydpy/models/dam/dam_factors.py +46 -0
- hydpy/models/dam/dam_fluxes.py +179 -0
- hydpy/models/dam/dam_inlets.py +29 -0
- hydpy/models/dam/dam_logs.py +52 -0
- hydpy/models/dam/dam_model.py +5011 -0
- hydpy/models/dam/dam_outlets.py +23 -0
- hydpy/models/dam/dam_receivers.py +41 -0
- hydpy/models/dam/dam_senders.py +23 -0
- hydpy/models/dam/dam_solver.py +75 -0
- hydpy/models/dam/dam_states.py +11 -0
- hydpy/models/dam_llake.py +499 -0
- hydpy/models/dam_lreservoir.py +548 -0
- hydpy/models/dam_lretention.py +343 -0
- hydpy/models/dam_pump.py +278 -0
- hydpy/models/dam_pump_sluice.py +339 -0
- hydpy/models/dam_sluice.py +319 -0
- hydpy/models/dam_v001.py +1127 -0
- hydpy/models/dam_v002.py +381 -0
- hydpy/models/dam_v003.py +422 -0
- hydpy/models/dam_v004.py +665 -0
- hydpy/models/dam_v005.py +479 -0
- hydpy/models/dummy/__init__.py +15 -0
- hydpy/models/dummy/dummy_control.py +22 -0
- hydpy/models/dummy/dummy_fluxes.py +11 -0
- hydpy/models/dummy/dummy_inlets.py +11 -0
- hydpy/models/dummy/dummy_inputs.py +41 -0
- hydpy/models/dummy/dummy_model.py +196 -0
- hydpy/models/dummy/dummy_outlets.py +11 -0
- hydpy/models/dummy_interceptedwater.py +85 -0
- hydpy/models/dummy_node2node.py +83 -0
- hydpy/models/dummy_snowalbedo.py +84 -0
- hydpy/models/dummy_snowcover.py +84 -0
- hydpy/models/dummy_snowycanopy.py +86 -0
- hydpy/models/dummy_soilwater.py +85 -0
- hydpy/models/evap/__init__.py +13 -0
- hydpy/models/evap/evap_control.py +354 -0
- hydpy/models/evap/evap_derived.py +236 -0
- hydpy/models/evap/evap_factors.py +188 -0
- hydpy/models/evap/evap_fixed.py +68 -0
- hydpy/models/evap/evap_fluxes.py +150 -0
- hydpy/models/evap/evap_inputs.py +54 -0
- hydpy/models/evap/evap_logs.py +91 -0
- hydpy/models/evap/evap_masks.py +48 -0
- hydpy/models/evap/evap_model.py +9170 -0
- hydpy/models/evap/evap_parameters.py +149 -0
- hydpy/models/evap/evap_sequences.py +32 -0
- hydpy/models/evap/evap_states.py +18 -0
- hydpy/models/evap_aet_hbv96.py +372 -0
- hydpy/models/evap_aet_minhas.py +331 -0
- hydpy/models/evap_aet_morsim.py +627 -0
- hydpy/models/evap_pet_ambav1.py +483 -0
- hydpy/models/evap_pet_hbv96.py +147 -0
- hydpy/models/evap_pet_m.py +94 -0
- hydpy/models/evap_pet_mlc.py +107 -0
- hydpy/models/evap_ret_fao56.py +265 -0
- hydpy/models/evap_ret_io.py +74 -0
- hydpy/models/evap_ret_tw2002.py +165 -0
- hydpy/models/exch/__init__.py +14 -0
- hydpy/models/exch/exch_control.py +262 -0
- hydpy/models/exch/exch_derived.py +36 -0
- hydpy/models/exch/exch_factors.py +26 -0
- hydpy/models/exch/exch_fluxes.py +48 -0
- hydpy/models/exch/exch_inlets.py +11 -0
- hydpy/models/exch/exch_logs.py +12 -0
- hydpy/models/exch/exch_model.py +451 -0
- hydpy/models/exch/exch_outlets.py +17 -0
- hydpy/models/exch/exch_receivers.py +17 -0
- hydpy/models/exch_branch_hbv96.py +186 -0
- hydpy/models/exch_waterlevel.py +73 -0
- hydpy/models/exch_weir_hbv96.py +609 -0
- hydpy/models/ga/__init__.py +14 -0
- hydpy/models/ga/ga_aides.py +17 -0
- hydpy/models/ga/ga_control.py +208 -0
- hydpy/models/ga/ga_derived.py +77 -0
- hydpy/models/ga/ga_fluxes.py +83 -0
- hydpy/models/ga/ga_inputs.py +26 -0
- hydpy/models/ga/ga_logs.py +17 -0
- hydpy/models/ga/ga_model.py +2952 -0
- hydpy/models/ga/ga_states.py +87 -0
- hydpy/models/ga_garto.py +1001 -0
- hydpy/models/ga_garto_submodel1.py +79 -0
- hydpy/models/gland/__init__.py +14 -0
- hydpy/models/gland/gland_control.py +90 -0
- hydpy/models/gland/gland_derived.py +113 -0
- hydpy/models/gland/gland_fluxes.py +137 -0
- hydpy/models/gland/gland_inputs.py +12 -0
- hydpy/models/gland/gland_model.py +1439 -0
- hydpy/models/gland/gland_outlets.py +11 -0
- hydpy/models/gland/gland_states.py +90 -0
- hydpy/models/gland_gr4.py +501 -0
- hydpy/models/gland_gr5.py +463 -0
- hydpy/models/gland_gr6.py +487 -0
- hydpy/models/hland/__init__.py +20 -0
- hydpy/models/hland/hland_aides.py +19 -0
- hydpy/models/hland/hland_constants.py +37 -0
- hydpy/models/hland/hland_control.py +1530 -0
- hydpy/models/hland/hland_derived.py +683 -0
- hydpy/models/hland/hland_factors.py +57 -0
- hydpy/models/hland/hland_fixed.py +42 -0
- hydpy/models/hland/hland_fluxes.py +279 -0
- hydpy/models/hland/hland_inputs.py +19 -0
- hydpy/models/hland/hland_masks.py +107 -0
- hydpy/models/hland/hland_model.py +4664 -0
- hydpy/models/hland/hland_outlets.py +11 -0
- hydpy/models/hland/hland_parameters.py +227 -0
- hydpy/models/hland/hland_sequences.py +382 -0
- hydpy/models/hland/hland_states.py +236 -0
- hydpy/models/hland_96.py +1812 -0
- hydpy/models/hland_96c.py +1196 -0
- hydpy/models/hland_96p.py +1204 -0
- hydpy/models/kinw/__init__.py +18 -0
- hydpy/models/kinw/kinw_aides.py +306 -0
- hydpy/models/kinw/kinw_control.py +270 -0
- hydpy/models/kinw/kinw_derived.py +197 -0
- hydpy/models/kinw/kinw_fixed.py +33 -0
- hydpy/models/kinw/kinw_fluxes.py +37 -0
- hydpy/models/kinw/kinw_inlets.py +11 -0
- hydpy/models/kinw/kinw_model.py +3026 -0
- hydpy/models/kinw/kinw_outlets.py +11 -0
- hydpy/models/kinw/kinw_solver.py +45 -0
- hydpy/models/kinw/kinw_states.py +17 -0
- hydpy/models/kinw_williams.py +1299 -0
- hydpy/models/kinw_williams_ext.py +768 -0
- hydpy/models/lland/__init__.py +42 -0
- hydpy/models/lland/lland_aides.py +38 -0
- hydpy/models/lland/lland_constants.py +88 -0
- hydpy/models/lland/lland_control.py +1329 -0
- hydpy/models/lland/lland_derived.py +380 -0
- hydpy/models/lland/lland_factors.py +18 -0
- hydpy/models/lland/lland_fixed.py +128 -0
- hydpy/models/lland/lland_fluxes.py +626 -0
- hydpy/models/lland/lland_inlets.py +12 -0
- hydpy/models/lland/lland_inputs.py +33 -0
- hydpy/models/lland/lland_logs.py +17 -0
- hydpy/models/lland/lland_masks.py +212 -0
- hydpy/models/lland/lland_model.py +7690 -0
- hydpy/models/lland/lland_outlets.py +12 -0
- hydpy/models/lland/lland_parameters.py +195 -0
- hydpy/models/lland/lland_sequences.py +67 -0
- hydpy/models/lland/lland_states.py +280 -0
- hydpy/models/lland_dd.py +2270 -0
- hydpy/models/lland_knauf.py +2156 -0
- hydpy/models/lland_knauf_ic.py +1920 -0
- hydpy/models/meteo/__init__.py +12 -0
- hydpy/models/meteo/meteo_control.py +154 -0
- hydpy/models/meteo/meteo_derived.py +159 -0
- hydpy/models/meteo/meteo_factors.py +88 -0
- hydpy/models/meteo/meteo_fixed.py +19 -0
- hydpy/models/meteo/meteo_fluxes.py +46 -0
- hydpy/models/meteo/meteo_inputs.py +47 -0
- hydpy/models/meteo/meteo_logs.py +30 -0
- hydpy/models/meteo/meteo_model.py +2904 -0
- hydpy/models/meteo/meteo_parameters.py +14 -0
- hydpy/models/meteo/meteo_sequences.py +22 -0
- hydpy/models/meteo_clear_glob_io.py +77 -0
- hydpy/models/meteo_glob_fao56.py +217 -0
- hydpy/models/meteo_glob_io.py +68 -0
- hydpy/models/meteo_glob_morsim.py +444 -0
- hydpy/models/meteo_precip_io.py +76 -0
- hydpy/models/meteo_psun_sun_glob_io.py +83 -0
- hydpy/models/meteo_sun_fao56.py +188 -0
- hydpy/models/meteo_sun_morsim.py +466 -0
- hydpy/models/meteo_temp_io.py +76 -0
- hydpy/models/musk/__init__.py +15 -0
- hydpy/models/musk/musk_control.py +328 -0
- hydpy/models/musk/musk_derived.py +32 -0
- hydpy/models/musk/musk_factors.py +53 -0
- hydpy/models/musk/musk_fluxes.py +24 -0
- hydpy/models/musk/musk_inlets.py +11 -0
- hydpy/models/musk/musk_masks.py +15 -0
- hydpy/models/musk/musk_model.py +838 -0
- hydpy/models/musk/musk_outlets.py +11 -0
- hydpy/models/musk/musk_sequences.py +88 -0
- hydpy/models/musk/musk_solver.py +68 -0
- hydpy/models/musk/musk_states.py +64 -0
- hydpy/models/musk_classic.py +228 -0
- hydpy/models/musk_mct.py +1247 -0
- hydpy/models/rconc/__init__.py +12 -0
- hydpy/models/rconc/rconc_control.py +473 -0
- hydpy/models/rconc/rconc_derived.py +76 -0
- hydpy/models/rconc/rconc_fluxes.py +19 -0
- hydpy/models/rconc/rconc_logs.py +74 -0
- hydpy/models/rconc/rconc_model.py +260 -0
- hydpy/models/rconc/rconc_states.py +11 -0
- hydpy/models/rconc_nash.py +48 -0
- hydpy/models/rconc_uh.py +53 -0
- hydpy/models/sw1d/__init__.py +17 -0
- hydpy/models/sw1d/sw1d_control.py +356 -0
- hydpy/models/sw1d/sw1d_derived.py +85 -0
- hydpy/models/sw1d/sw1d_factors.py +78 -0
- hydpy/models/sw1d/sw1d_fixed.py +12 -0
- hydpy/models/sw1d/sw1d_fluxes.py +55 -0
- hydpy/models/sw1d/sw1d_inlets.py +17 -0
- hydpy/models/sw1d/sw1d_model.py +3385 -0
- hydpy/models/sw1d/sw1d_outlets.py +11 -0
- hydpy/models/sw1d/sw1d_receivers.py +11 -0
- hydpy/models/sw1d/sw1d_senders.py +11 -0
- hydpy/models/sw1d/sw1d_states.py +23 -0
- hydpy/models/sw1d_channel.py +2051 -0
- hydpy/models/sw1d_gate_out.py +599 -0
- hydpy/models/sw1d_lias.py +105 -0
- hydpy/models/sw1d_lias_sluice.py +531 -0
- hydpy/models/sw1d_network.py +1219 -0
- hydpy/models/sw1d_pump.py +448 -0
- hydpy/models/sw1d_q_in.py +79 -0
- hydpy/models/sw1d_q_out.py +81 -0
- hydpy/models/sw1d_storage.py +78 -0
- hydpy/models/sw1d_weir_out.py +75 -0
- hydpy/models/test/__init__.py +14 -0
- hydpy/models/test/test_control.py +28 -0
- hydpy/models/test/test_fluxes.py +17 -0
- hydpy/models/test/test_model.py +201 -0
- hydpy/models/test/test_solver.py +48 -0
- hydpy/models/test/test_states.py +17 -0
- hydpy/models/test_discontinous.py +46 -0
- hydpy/models/test_stiff0d.py +47 -0
- hydpy/models/test_stiff1d.py +42 -0
- hydpy/models/whmod/__init__.py +21 -0
- hydpy/models/whmod/whmod_constants.py +77 -0
- hydpy/models/whmod/whmod_control.py +333 -0
- hydpy/models/whmod/whmod_derived.py +210 -0
- hydpy/models/whmod/whmod_factors.py +9 -0
- hydpy/models/whmod/whmod_fluxes.py +105 -0
- hydpy/models/whmod/whmod_inputs.py +15 -0
- hydpy/models/whmod/whmod_masks.py +178 -0
- hydpy/models/whmod/whmod_model.py +2091 -0
- hydpy/models/whmod/whmod_parameters.py +155 -0
- hydpy/models/whmod/whmod_sequences.py +193 -0
- hydpy/models/whmod/whmod_states.py +73 -0
- hydpy/models/whmod_rural.py +794 -0
- hydpy/models/whmod_urban.py +1011 -0
- hydpy/models/wland/__init__.py +43 -0
- hydpy/models/wland/wland_aides.py +55 -0
- hydpy/models/wland/wland_constants.py +103 -0
- hydpy/models/wland/wland_control.py +508 -0
- hydpy/models/wland/wland_derived.py +330 -0
- hydpy/models/wland/wland_factors.py +11 -0
- hydpy/models/wland/wland_fixed.py +12 -0
- hydpy/models/wland/wland_fluxes.py +166 -0
- hydpy/models/wland/wland_inputs.py +33 -0
- hydpy/models/wland/wland_masks.py +54 -0
- hydpy/models/wland/wland_model.py +3755 -0
- hydpy/models/wland/wland_outlets.py +11 -0
- hydpy/models/wland/wland_parameters.py +214 -0
- hydpy/models/wland/wland_sequences.py +108 -0
- hydpy/models/wland/wland_solver.py +45 -0
- hydpy/models/wland/wland_states.py +56 -0
- hydpy/models/wland_gd.py +888 -0
- hydpy/models/wland_wag.py +1244 -0
- hydpy/models/wq/__init__.py +14 -0
- hydpy/models/wq/wq_control.py +117 -0
- hydpy/models/wq/wq_derived.py +182 -0
- hydpy/models/wq/wq_factors.py +79 -0
- hydpy/models/wq/wq_fluxes.py +17 -0
- hydpy/models/wq/wq_model.py +1889 -0
- hydpy/models/wq_trapeze.py +168 -0
- hydpy/models/wq_trapeze_strickler.py +101 -0
- hydpy/models/wq_walrus.py +57 -0
- hydpy/py.typed +0 -0
- hydpy/tests/.coveragerc +22 -0
- hydpy/tests/__init__.py +0 -0
- hydpy/tests/check_consistency.py +32 -0
- hydpy/tests/hydpydoctestcustomize.pth +1 -0
- hydpy/tests/hydpydoctestcustomize.py +15 -0
- hydpy/tests/iotesting/__init__.py +0 -0
- hydpy/tests/run_doctests.py +233 -0
- hydpy-6.2.dev1.data/scripts/hyd.py +277 -0
- hydpy-6.2.dev1.dist-info/LICENSE +165 -0
- hydpy-6.2.dev1.dist-info/METADATA +163 -0
- hydpy-6.2.dev1.dist-info/RECORD +890 -0
- hydpy-6.2.dev1.dist-info/WHEEL +5 -0
- hydpy-6.2.dev1.dist-info/licenses_hydpy_installer.txt +42 -0
- hydpy-6.2.dev1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
# pylint: disable=line-too-long, unused-wildcard-import
|
|
2
|
+
"""
|
|
3
|
+
.. _`LARSIM`: http://www.larsim.de/en/the-model/
|
|
4
|
+
|
|
5
|
+
|meteo_glob_morsim| applies the equations given in :cite:t:`ref-LARSIM` and
|
|
6
|
+
:cite:t:`ref-LARSIM-Hilfe` to estimate global radiation. It is pretty similar to
|
|
7
|
+
|meteo_glob_fao56| for daily simulations. However, it is more complicated for hourly
|
|
8
|
+
(or other short) timesteps, as it implements an approach of adjusting hourly global
|
|
9
|
+
radiation values to directly calculated daily global radiation sums. The documentation
|
|
10
|
+
on method |Calc_GlobalRadiation_V2| explains this in more detail.
|
|
11
|
+
|
|
12
|
+
Users that strive for high consistency with *LARSIM's* results should note
|
|
13
|
+
|meteo_glob_morsim| works slightly differently regarding the mentioned approach for
|
|
14
|
+
adjusting hourly global radiation values. *LARSIM* normalises them so that their sum
|
|
15
|
+
is identical with the directly calculated global radiation sum of the current calendar
|
|
16
|
+
day. Hence, estimating the global radiation for the early morning takes the sunshine
|
|
17
|
+
duration measured for the late evening into account. *HydPy* generally does not
|
|
18
|
+
support looking into the future for calculating current states or fluxes. Instead, we
|
|
19
|
+
decided to let |meteo_glob_morsim| always uses data of the last 24 hours for this
|
|
20
|
+
adjustment process. Hence, there are noticeable differences in individual hourly
|
|
21
|
+
radiation estimates of *LARSIM* and |meteo_glob_morsim|, but these are random short
|
|
22
|
+
term fluctuations that do not introduce any long term bias.
|
|
23
|
+
|
|
24
|
+
Integration tests
|
|
25
|
+
=================
|
|
26
|
+
|
|
27
|
+
.. how_to_understand_integration_tests::
|
|
28
|
+
|
|
29
|
+
Application model |meteo_glob_morsim| calculates multiple meteorological factors
|
|
30
|
+
hydrological models could require. We design the following integration tests so that
|
|
31
|
+
their output can serve as input for the integration tests of |lland_knauf|. Among
|
|
32
|
+
others, |lland_knauf| requires global radiation and possible sunshine duration as
|
|
33
|
+
input, which is why we select the corresponding sequences
|
|
34
|
+
|meteo_fluxes.GlobalRadiation| and |meteo_factors.PossibleSunshineDuration| as outputs.
|
|
35
|
+
We hand them over to the |Node| instances `node1` and `node2`:
|
|
36
|
+
|
|
37
|
+
>>> from hydpy import Element, Node
|
|
38
|
+
>>> from hydpy.aliases import meteo_fluxes_GlobalRadiation, meteo_factors_PossibleSunshineDuration
|
|
39
|
+
>>> node1 = Node("node1", variable=meteo_fluxes_GlobalRadiation)
|
|
40
|
+
>>> node2 = Node("node2", variable=meteo_factors_PossibleSunshineDuration)
|
|
41
|
+
|
|
42
|
+
We prepare a |meteo_glob_morsim| instance and assign it to an element connected to
|
|
43
|
+
those nodes:
|
|
44
|
+
|
|
45
|
+
>>> from hydpy.models.meteo_glob_morsim import *
|
|
46
|
+
>>> parameterstep()
|
|
47
|
+
>>> element = Element("element", outputs=(node1, node2))
|
|
48
|
+
>>> element.model = model
|
|
49
|
+
|
|
50
|
+
We will use the same coordinates and Ångström coefficients in all examples:
|
|
51
|
+
|
|
52
|
+
>>> latitude(54.1)
|
|
53
|
+
>>> longitude(9.7)
|
|
54
|
+
>>> angstromconstant(0.25)
|
|
55
|
+
>>> angstromfactor(0.5)
|
|
56
|
+
>>> angstromalternative(0.15)
|
|
57
|
+
|
|
58
|
+
.. _meteo_glob_morsim_daily_simulation_summer:
|
|
59
|
+
|
|
60
|
+
daily simulation summer
|
|
61
|
+
_______________________
|
|
62
|
+
|
|
63
|
+
The first example takes place in a summer period, for which we calculate daily values
|
|
64
|
+
of global radiation and possible sunshine duration. Besides preparing an
|
|
65
|
+
|IntegrationTest| instance for running the test, we only need to provide the time
|
|
66
|
+
series of (measured) sunshine duration:
|
|
67
|
+
|
|
68
|
+
>>> from hydpy import IntegrationTest, pub, round_
|
|
69
|
+
>>> pub.timegrids = "1997-08-01", "1997-09-01", "1d"
|
|
70
|
+
>>> test = IntegrationTest(element)
|
|
71
|
+
>>> test.axis1 = (fluxes.globalradiation,)
|
|
72
|
+
>>> test.axis2 = (factors.possiblesunshineduration,)
|
|
73
|
+
>>> test.dateformat = "%Y-%d-%m"
|
|
74
|
+
|
|
75
|
+
>>> inputs.sunshineduration.series = (
|
|
76
|
+
... 6.3, 1.7, 4.5, 12.4, 13.9, 13.0, 13.8, 12.3, 13.1, 12.8, 13.1, 13.3, 12.7,
|
|
77
|
+
... 10.2, 9.4, 10.3, 11.1, 11.0, 8.5, 11.3, 12.4, 0.1, 6.7, 10.4, 6.5, 4.9, 6.6,
|
|
78
|
+
... 0.3, 0.1, 5.0, 3.8)
|
|
79
|
+
|
|
80
|
+
.. integration-test::
|
|
81
|
+
|
|
82
|
+
>>> test("meteo_glob_morsim_daily_summer")
|
|
83
|
+
| date | sunshineduration | earthsundistance | solardeclination | timeofsunrise | timeofsunset | possiblesunshineduration | dailypossiblesunshineduration | dailysunshineduration | portiondailyradiation | extraterrestrialradiation | clearskysolarradiation | unadjustedglobalradiation | dailyglobalradiation | globalradiation | node1 | node2 |
|
|
84
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
85
|
+
| 1997-01-08 | 6.3 | 0.971564 | 0.307429 | 4.507941 | 20.198726 | 15.690785 | 15.690785 | 6.3 | 100.0 | 422.073153 | 316.554865 | 190.25149 | 190.25149 | 190.25149 | 190.25149 | 15.690785 |
|
|
86
|
+
| 1997-02-08 | 1.7 | 0.971855 | 0.302714 | 4.538923 | 20.167744 | 15.628821 | 15.628821 | 1.7 | 100.0 | 419.403284 | 314.552463 | 127.660782 | 127.660782 | 127.660782 | 127.660782 | 15.628821 |
|
|
87
|
+
| 1997-03-08 | 4.5 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 15.566134 | 15.566134 | 4.5 | 100.0 | 416.686259 | 312.514694 | 164.401298 | 164.401298 | 164.401298 | 164.401298 | 15.566134 |
|
|
88
|
+
| 1997-04-08 | 12.4 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 15.502754 | 15.502754 | 12.4 | 100.0 | 413.922951 | 310.442213 | 269.020502 | 269.020502 | 269.020502 | 269.020502 | 15.502754 |
|
|
89
|
+
| 1997-05-08 | 13.9 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 15.438712 | 15.438712 | 13.9 | 100.0 | 411.114245 | 308.335683 | 287.848667 | 287.848667 | 287.848667 | 287.848667 | 15.438712 |
|
|
90
|
+
| 1997-06-08 | 13.0 | 0.973104 | 0.282971 | 4.666316 | 20.04035 | 15.374034 | 15.374034 | 13.0 | 100.0 | 408.261035 | 306.195777 | 274.674263 | 274.674263 | 274.674263 | 274.674263 | 15.374034 |
|
|
91
|
+
| 1997-07-08 | 13.8 | 0.973436 | 0.277822 | 4.698958 | 20.007708 | 15.30875 | 15.30875 | 13.8 | 100.0 | 405.364232 | 304.023174 | 284.047892 | 284.047892 | 284.047892 | 284.047892 | 15.30875 |
|
|
92
|
+
| 1997-08-08 | 12.3 | 0.973776 | 0.272591 | 4.731891 | 19.974776 | 15.242885 | 15.242885 | 12.3 | 100.0 | 402.424754 | 301.818566 | 262.971263 | 262.971263 | 262.971263 | 262.971263 | 15.242885 |
|
|
93
|
+
| 1997-09-08 | 13.1 | 0.974124 | 0.267279 | 4.7651 | 19.941567 | 15.176467 | 15.176467 | 13.1 | 100.0 | 399.443534 | 299.58265 | 272.256414 | 272.256414 | 272.256414 | 272.256414 | 15.176467 |
|
|
94
|
+
| 1997-10-08 | 12.8 | 0.974479 | 0.261887 | 4.798573 | 19.908094 | 15.109521 | 15.109521 | 12.8 | 100.0 | 396.421514 | 297.316136 | 267.019218 | 267.019218 | 267.019218 | 267.019218 | 15.109521 |
|
|
95
|
+
| 1997-11-08 | 13.1 | 0.974842 | 0.256418 | 4.832298 | 19.874369 | 15.042071 | 15.042071 | 13.1 | 100.0 | 393.359651 | 295.019738 | 269.626547 | 269.626547 | 269.626547 | 269.626547 | 15.042071 |
|
|
96
|
+
| 1997-12-08 | 13.3 | 0.975213 | 0.250873 | 4.866263 | 19.840404 | 14.974141 | 14.974141 | 13.3 | 100.0 | 390.258912 | 292.694184 | 270.878291 | 270.878291 | 270.878291 | 270.878291 | 14.974141 |
|
|
97
|
+
| 1997-13-08 | 12.7 | 0.97559 | 0.245254 | 4.900456 | 19.806211 | 14.905755 | 14.905755 | 12.7 | 100.0 | 387.120277 | 290.340208 | 261.697164 | 261.697164 | 261.697164 | 261.697164 | 14.905755 |
|
|
98
|
+
| 1997-14-08 | 10.2 | 0.975975 | 0.239562 | 4.934866 | 19.7718 | 14.836934 | 14.836934 | 10.2 | 100.0 | 383.944737 | 287.958553 | 227.962115 | 227.962115 | 227.962115 | 227.962115 | 14.836934 |
|
|
99
|
+
| 1997-15-08 | 9.4 | 0.976367 | 0.233799 | 4.969483 | 19.737183 | 14.7677 | 14.7677 | 9.4 | 100.0 | 380.733298 | 285.549974 | 216.356321 | 216.356321 | 216.356321 | 216.356321 | 14.7677 |
|
|
100
|
+
| 1997-16-08 | 10.3 | 0.976766 | 0.227967 | 5.004296 | 19.702371 | 14.698075 | 14.698075 | 10.3 | 100.0 | 377.486975 | 283.115231 | 226.637904 | 226.637904 | 226.637904 | 226.637904 | 14.698075 |
|
|
101
|
+
| 1997-17-08 | 11.1 | 0.977172 | 0.222067 | 5.039294 | 19.667372 | 14.628078 | 14.628078 | 11.1 | 100.0 | 374.206797 | 280.655098 | 235.528503 | 235.528503 | 235.528503 | 235.528503 | 14.628078 |
|
|
102
|
+
| 1997-18-08 | 11.0 | 0.977584 | 0.216102 | 5.074469 | 19.632198 | 14.557728 | 14.557728 | 11.0 | 100.0 | 370.893805 | 278.170354 | 232.849428 | 232.849428 | 232.849428 | 232.849428 | 14.557728 |
|
|
103
|
+
| 1997-19-08 | 8.5 | 0.978003 | 0.210072 | 5.10981 | 19.596856 | 14.487046 | 14.487046 | 8.5 | 100.0 | 367.549053 | 275.66179 | 199.71349 | 199.71349 | 199.71349 | 199.71349 | 14.487046 |
|
|
104
|
+
| 1997-20-08 | 11.3 | 0.978429 | 0.20398 | 5.145309 | 19.561357 | 14.416048 | 14.416048 | 11.3 | 100.0 | 364.173607 | 273.130205 | 233.771902 | 233.771902 | 233.771902 | 233.771902 | 14.416048 |
|
|
105
|
+
| 1997-21-08 | 12.4 | 0.97886 | 0.197828 | 5.180957 | 19.525709 | 14.344752 | 14.344752 | 12.4 | 100.0 | 360.768544 | 270.576408 | 246.121286 | 246.121286 | 246.121286 | 246.121286 | 14.344752 |
|
|
106
|
+
| 1997-22-08 | 0.1 | 0.979299 | 0.191617 | 5.216746 | 19.489921 | 14.273175 | 14.273175 | 0.1 | 100.0 | 357.334956 | 268.001217 | 90.58551 | 90.58551 | 90.58551 | 90.58551 | 14.273175 |
|
|
107
|
+
| 1997-23-08 | 6.7 | 0.979743 | 0.18535 | 5.252667 | 19.454 | 14.201333 | 14.201333 | 6.7 | 100.0 | 353.873944 | 265.405458 | 171.944993 | 171.944993 | 171.944993 | 171.944993 | 14.201333 |
|
|
108
|
+
| 1997-24-08 | 10.4 | 0.980193 | 0.179027 | 5.288712 | 19.417955 | 14.129243 | 14.129243 | 10.4 | 100.0 | 350.386625 | 262.789968 | 216.549813 | 216.549813 | 216.549813 | 216.549813 | 14.129243 |
|
|
109
|
+
| 1997-25-08 | 6.5 | 0.980649 | 0.172651 | 5.324874 | 19.381792 | 14.056918 | 14.056918 | 6.5 | 100.0 | 346.874124 | 260.155593 | 166.91683 | 166.91683 | 166.91683 | 166.91683 | 14.056918 |
|
|
110
|
+
| 1997-26-08 | 4.9 | 0.981111 | 0.166225 | 5.361147 | 19.34552 | 13.984374 | 13.984374 | 4.9 | 100.0 | 343.33758 | 257.503185 | 145.985611 | 145.985611 | 145.985611 | 145.985611 | 13.984374 |
|
|
111
|
+
| 1997-27-08 | 6.6 | 0.981578 | 0.159748 | 5.397522 | 19.309145 | 13.911624 | 13.911624 | 6.6 | 100.0 | 339.778145 | 254.833609 | 165.54389 | 165.54389 | 165.54389 | 165.54389 | 13.911624 |
|
|
112
|
+
| 1997-28-08 | 0.3 | 0.982051 | 0.153225 | 5.433993 | 19.272674 | 13.838682 | 13.838682 | 0.3 | 100.0 | 336.19698 | 252.147735 | 87.693346 | 87.693346 | 87.693346 | 87.693346 | 13.838682 |
|
|
113
|
+
| 1997-29-08 | 0.1 | 0.982529 | 0.146656 | 5.470553 | 19.236114 | 13.765561 | 13.765561 | 0.1 | 100.0 | 332.595259 | 249.446444 | 84.356885 | 84.356885 | 84.356885 | 84.356885 | 13.765561 |
|
|
114
|
+
| 1997-30-08 | 5.0 | 0.983012 | 0.140044 | 5.507197 | 19.19947 | 13.692273 | 13.692273 | 5.0 | 100.0 | 328.974167 | 246.730625 | 142.309203 | 142.309203 | 142.309203 | 142.309203 | 13.692273 |
|
|
115
|
+
| 1997-31-08 | 3.8 | 0.9835 | 0.13339 | 5.543918 | 19.162749 | 13.618831 | 13.618831 | 3.8 | 100.0 | 325.334897 | 244.001173 | 126.722078 | 126.722078 | 126.722078 | 126.722078 | 13.618831 |
|
|
116
|
+
|
|
117
|
+
All getters specified by the |RadiationModel_V1| interface return the correct data:
|
|
118
|
+
|
|
119
|
+
>>> round_(model.get_possiblesunshineduration())
|
|
120
|
+
13.618831
|
|
121
|
+
>>> round_(model.get_sunshineduration())
|
|
122
|
+
3.8
|
|
123
|
+
>>> round_(model.get_clearskysolarradiation())
|
|
124
|
+
244.001173
|
|
125
|
+
>>> round_(model.get_globalradiation())
|
|
126
|
+
126.722078
|
|
127
|
+
|
|
128
|
+
.. _meteo_glob_morsim_daily_simulation_winter:
|
|
129
|
+
|
|
130
|
+
daily simulation winter
|
|
131
|
+
_______________________
|
|
132
|
+
|
|
133
|
+
This test is similar to the :ref:`meteo_glob_morsim_daily_simulation_summer` example
|
|
134
|
+
but deals with winter conditions:
|
|
135
|
+
|
|
136
|
+
>>> pub.timegrids = "2010-12-01", "2011-01-01", "1d"
|
|
137
|
+
|
|
138
|
+
>>> inputs.sunshineduration.series = (
|
|
139
|
+
... 3.5, 0.0, 0.1, 3.7, 0.0, 0.1, 0.0, 0.0, 4.4, 0.1, 0.2, 0.7, 0.0, 1.2, 3.0, 0.0,
|
|
140
|
+
... 0.0, 0.0, 0.0, 0.2, 0.8, 0.0, 0.0, 0.0, 3.2, 4.3, 0.0, 3.4, 0.0, 0.0, 4.0)
|
|
141
|
+
|
|
142
|
+
.. integration-test::
|
|
143
|
+
|
|
144
|
+
>>> test("meteo_glob_morsim_daily_winter")
|
|
145
|
+
| date | sunshineduration | earthsundistance | solardeclination | timeofsunrise | timeofsunset | possiblesunshineduration | dailypossiblesunshineduration | dailysunshineduration | portiondailyradiation | extraterrestrialradiation | clearskysolarradiation | unadjustedglobalradiation | dailyglobalradiation | globalradiation | node1 | node2 |
|
|
146
|
+
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
147
|
+
| 2010-01-12 | 3.5 | 1.028719 | -0.389384 | 8.532819 | 16.173848 | 7.641029 | 7.641029 | 3.5 | 100.0 | 66.682705 | 50.012029 | 31.942798 | 31.942798 | 31.942798 | 31.942798 | 7.641029 |
|
|
148
|
+
| 2010-02-12 | 0.0 | 1.028994 | -0.391536 | 8.548511 | 16.158156 | 7.609644 | 7.609644 | 0.0 | 100.0 | 65.825989 | 49.369492 | 9.873898 | 9.873898 | 9.873898 | 9.873898 | 7.609644 |
|
|
149
|
+
| 2010-03-12 | 0.1 | 1.02926 | -0.393572 | 8.563421 | 16.143245 | 7.579824 | 7.579824 | 0.1 | 100.0 | 65.018433 | 48.763825 | 16.6835 | 16.6835 | 16.6835 | 16.6835 | 7.579824 |
|
|
150
|
+
| 2010-04-12 | 3.7 | 1.029518 | -0.395492 | 8.577535 | 16.129131 | 7.551596 | 7.551596 | 3.7 | 100.0 | 64.259854 | 48.19489 | 31.807427 | 31.807427 | 31.807427 | 31.807427 | 7.551596 |
|
|
151
|
+
| 2010-05-12 | 0.0 | 1.029767 | -0.397294 | 8.590839 | 16.115828 | 7.524989 | 7.524989 | 0.0 | 100.0 | 63.55007 | 47.662553 | 9.532511 | 9.532511 | 9.532511 | 9.532511 | 7.524989 |
|
|
152
|
+
| 2010-06-12 | 0.1 | 1.030007 | -0.398979 | 8.603319 | 16.103347 | 7.500028 | 7.500028 | 0.1 | 100.0 | 62.888906 | 47.16668 | 16.141484 | 16.141484 | 16.141484 | 16.141484 | 7.500028 |
|
|
153
|
+
| 2010-07-12 | 0.0 | 1.030238 | -0.400545 | 8.614964 | 16.091703 | 7.476739 | 7.476739 | 0.0 | 100.0 | 62.276192 | 46.707144 | 9.341429 | 9.341429 | 9.341429 | 9.341429 | 7.476739 |
|
|
154
|
+
| 2010-08-12 | 0.0 | 1.030461 | -0.401992 | 8.625761 | 16.080906 | 7.455145 | 7.455145 | 0.0 | 100.0 | 61.711763 | 46.283822 | 9.256764 | 9.256764 | 9.256764 | 9.256764 | 7.455145 |
|
|
155
|
+
| 2010-09-12 | 4.4 | 1.030674 | -0.403321 | 8.635699 | 16.070967 | 7.435268 | 7.435268 | 4.4 | 100.0 | 61.195464 | 45.896598 | 33.405815 | 33.405815 | 33.405815 | 33.405815 | 7.435268 |
|
|
156
|
+
| 2010-10-12 | 0.1 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 7.41713 | 7.41713 | 0.1 | 100.0 | 60.72715 | 45.545363 | 15.591158 | 15.591158 | 15.591158 | 15.591158 | 7.41713 |
|
|
157
|
+
| 2010-11-12 | 0.2 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 7.400749 | 7.400749 | 0.2 | 100.0 | 60.306686 | 45.230014 | 15.891544 | 15.891544 | 15.891544 | 15.891544 | 7.400749 |
|
|
158
|
+
| 2010-12-12 | 0.7 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 7.386143 | 7.386143 | 0.7 | 100.0 | 59.933948 | 44.950461 | 17.823519 | 17.823519 | 17.823519 | 17.823519 | 7.386143 |
|
|
159
|
+
| 2010-13-12 | 0.0 | 1.031437 | -0.407436 | 8.666669 | 16.039997 | 7.373328 | 7.373328 | 0.0 | 100.0 | 59.608826 | 44.70662 | 8.941324 | 8.941324 | 8.941324 | 8.941324 | 7.373328 |
|
|
160
|
+
| 2010-14-12 | 1.2 | 1.031605 | -0.408164 | 8.672175 | 16.034492 | 7.362317 | 7.362317 | 1.2 | 100.0 | 59.331223 | 44.498417 | 19.668068 | 19.668068 | 19.668068 | 19.668068 | 7.362317 |
|
|
161
|
+
| 2010-15-12 | 3.0 | 1.031763 | -0.40877 | 8.676772 | 16.029895 | 7.353123 | 7.353123 | 3.0 | 100.0 | 59.101055 | 44.325792 | 26.831581 | 26.831581 | 26.831581 | 26.831581 | 7.353123 |
|
|
162
|
+
| 2010-16-12 | 0.0 | 1.031912 | -0.409256 | 8.680456 | 16.026211 | 7.345755 | 7.345755 | 0.0 | 100.0 | 58.918256 | 44.188692 | 8.837738 | 8.837738 | 8.837738 | 8.837738 | 7.345755 |
|
|
163
|
+
| 2010-17-12 | 0.0 | 1.032051 | -0.40962 | 8.683222 | 16.023444 | 7.340222 | 7.340222 | 0.0 | 100.0 | 58.782773 | 44.08708 | 8.817416 | 8.817416 | 8.817416 | 8.817416 | 7.340222 |
|
|
164
|
+
| 2010-18-12 | 0.0 | 1.032182 | -0.409863 | 8.685068 | 16.021598 | 7.33653 | 7.33653 | 0.0 | 100.0 | 58.694569 | 44.020927 | 8.804185 | 8.804185 | 8.804185 | 8.804185 | 7.33653 |
|
|
165
|
+
| 2010-19-12 | 0.0 | 1.032302 | -0.409985 | 8.685992 | 16.020675 | 7.334683 | 7.334683 | 0.0 | 100.0 | 58.653626 | 43.990219 | 8.798044 | 8.798044 | 8.798044 | 8.798044 | 7.334683 |
|
|
166
|
+
| 2010-20-12 | 0.2 | 1.032413 | -0.409985 | 8.685992 | 16.020675 | 7.334683 | 7.334683 | 0.2 | 100.0 | 58.659939 | 43.994954 | 15.464746 | 15.464746 | 15.464746 | 15.464746 | 7.334683 |
|
|
167
|
+
| 2010-21-12 | 0.8 | 1.032515 | -0.409863 | 8.685068 | 16.021598 | 7.33653 | 7.33653 | 0.8 | 100.0 | 58.713523 | 44.035142 | 17.879541 | 17.879541 | 17.879541 | 17.879541 | 7.33653 |
|
|
168
|
+
| 2010-22-12 | 0.0 | 1.032607 | -0.40962 | 8.683222 | 16.023444 | 7.340222 | 7.340222 | 0.0 | 100.0 | 58.814408 | 44.110806 | 8.822161 | 8.822161 | 8.822161 | 8.822161 | 7.340222 |
|
|
169
|
+
| 2010-23-12 | 0.0 | 1.032689 | -0.409256 | 8.680456 | 16.026211 | 7.345755 | 7.345755 | 0.0 | 100.0 | 58.96264 | 44.22198 | 8.844396 | 8.844396 | 8.844396 | 8.844396 | 7.345755 |
|
|
170
|
+
| 2010-24-12 | 0.0 | 1.032762 | -0.40877 | 8.676772 | 16.029895 | 7.353123 | 7.353123 | 0.0 | 100.0 | 59.158284 | 44.368713 | 8.873743 | 8.873743 | 8.873743 | 8.873743 | 7.353123 |
|
|
171
|
+
| 2010-25-12 | 3.2 | 1.032825 | -0.408164 | 8.672175 | 16.034492 | 7.362317 | 7.362317 | 3.2 | 100.0 | 59.401417 | 44.551063 | 27.759642 | 27.759642 | 27.759642 | 27.759642 | 7.362317 |
|
|
172
|
+
| 2010-26-12 | 4.3 | 1.032879 | -0.407436 | 8.666669 | 16.039997 | 7.373328 | 7.373328 | 4.3 | 100.0 | 59.692135 | 44.769102 | 32.328755 | 32.328755 | 32.328755 | 32.328755 | 7.373328 |
|
|
173
|
+
| 2010-27-12 | 0.0 | 1.032922 | -0.406588 | 8.660262 | 16.046405 | 7.386143 | 7.386143 | 0.0 | 100.0 | 60.030549 | 45.022912 | 9.004582 | 9.004582 | 9.004582 | 9.004582 | 7.386143 |
|
|
174
|
+
| 2010-28-12 | 3.4 | 1.032956 | -0.405619 | 8.652959 | 16.053708 | 7.400749 | 7.400749 | 3.4 | 100.0 | 60.416781 | 45.312585 | 28.982321 | 28.982321 | 28.982321 | 28.982321 | 7.400749 |
|
|
175
|
+
| 2010-29-12 | 0.0 | 1.032981 | -0.40453 | 8.644768 | 16.061898 | 7.41713 | 7.41713 | 0.0 | 100.0 | 60.850969 | 45.638227 | 9.127645 | 9.127645 | 9.127645 | 9.127645 | 7.41713 |
|
|
176
|
+
| 2010-30-12 | 0.0 | 1.032995 | -0.403321 | 8.635699 | 16.070967 | 7.435268 | 7.435268 | 0.0 | 100.0 | 61.333263 | 45.999948 | 9.19999 | 9.19999 | 9.19999 | 9.19999 | 7.435268 |
|
|
177
|
+
| 2010-31-12 | 4.0 | 1.033 | -0.401992 | 8.625761 | 16.080906 | 7.455145 | 7.455145 | 4.0 | 100.0 | 61.863826 | 46.397869 | 32.062234 | 32.062234 | 32.062234 | 32.062234 | 7.455145 |
|
|
178
|
+
|
|
179
|
+
.. _meteo_glob_morsim_hourly_simulation_summer:
|
|
180
|
+
|
|
181
|
+
hourly simulation summer
|
|
182
|
+
________________________
|
|
183
|
+
|
|
184
|
+
When choosing a simulation timestep smaller one day, we additionally must provide
|
|
185
|
+
sunshine duration and "unadjusted" global radiation values for the last 24 hours, which
|
|
186
|
+
we pass to the sequences |LoggedSunshineDuration| and |LoggedUnadjustedGlobalRadiation|:
|
|
187
|
+
|
|
188
|
+
>>> pub.timegrids = "1997-08-03", "1997-08-06", "1h"
|
|
189
|
+
>>> test = IntegrationTest(element)
|
|
190
|
+
>>> test.axis1 = (fluxes.globalradiation,)
|
|
191
|
+
>>> test.axis2 = (factors.possiblesunshineduration,)
|
|
192
|
+
>>> test.dateformat = "%Y-%d-%m %H:00"
|
|
193
|
+
|
|
194
|
+
>>> inputs.sunshineduration.series = (
|
|
195
|
+
... 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.5, 0.7, 0.8, 0.5, 0.4, 0.5,
|
|
196
|
+
... 0.5, 0.3, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.9,
|
|
197
|
+
... 1.0, 1.0, 0.9, 0.8, 0.9, 0.8, 0.9, 0.9, 0.9, 1.0, 1.0, 1.0, 0.3, 0.0, 0.0, 0.0,
|
|
198
|
+
... 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6, 0.9, 1.0, 0.9, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0,
|
|
199
|
+
... 1.0, 1.0, 1.0, 1.0, 0.5, 0.0, 0.0, 0.0)
|
|
200
|
+
|
|
201
|
+
>>> test.inits = (
|
|
202
|
+
... (logs.loggedsunshineduration,
|
|
203
|
+
... [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.1, 0.2, 0.1, 0.2, 0.2, 0.3, 0.0,
|
|
204
|
+
... 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
|
|
205
|
+
... (logs.loggedunadjustedglobalradiation,
|
|
206
|
+
... [0.0, 0.0, 0.0, 0.0, 0.0, 27.777778, 55.555556, 138.888889, 222.222222,
|
|
207
|
+
... 305.555556, 333.333333, 388.888889, 527.777778, 444.444444, 250.0,
|
|
208
|
+
... 222.222222, 166.666667, 111.111111, 55.555556, 27.777778, 0.0, 0.0, 0.0,
|
|
209
|
+
... 0.0]))
|
|
210
|
+
|
|
211
|
+
.. integration-test::
|
|
212
|
+
|
|
213
|
+
>>> test("meteo_glob_morsim_hourly_summer")
|
|
214
|
+
| date | sunshineduration | earthsundistance | solardeclination | timeofsunrise | timeofsunset | possiblesunshineduration | dailypossiblesunshineduration | dailysunshineduration | portiondailyradiation | extraterrestrialradiation | clearskysolarradiation | unadjustedglobalradiation | dailyglobalradiation | globalradiation | node1 | node2 |
|
|
215
|
+
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
216
|
+
| 1997-03-08 00:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 0.0 | 15.566134 | 1.3 | 0.0 | 416.686259 | 0.0 | 0.0 | 121.571265 | 0.0 | 0.0 | 0.0 |
|
|
217
|
+
| 1997-03-08 01:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 0.0 | 15.566134 | 1.3 | 0.0 | 416.686259 | 0.0 | 0.0 | 121.571265 | 0.0 | 0.0 | 0.0 |
|
|
218
|
+
| 1997-03-08 02:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 0.0 | 15.566134 | 1.3 | 0.0 | 416.686259 | 0.0 | 0.0 | 121.571265 | 0.0 | 0.0 | 0.0 |
|
|
219
|
+
| 1997-03-08 03:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 0.0 | 15.566134 | 1.3 | 0.0 | 416.686259 | 0.0 | 0.0 | 121.571265 | 0.0 | 0.0 | 0.0 |
|
|
220
|
+
| 1997-03-08 04:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 0.429734 | 15.566134 | 1.3 | 0.086656 | 416.686259 | 6.499471 | 2.16649 | 121.571265 | 1.943686 | 1.943686 | 0.429734 |
|
|
221
|
+
| 1997-03-08 05:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 1.3 | 0.968392 | 416.686259 | 72.632793 | 24.210931 | 121.571265 | 21.932441 | 21.932441 | 1.0 |
|
|
222
|
+
| 1997-03-08 06:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 1.3 | 2.4897 | 416.686259 | 186.736268 | 62.245423 | 121.571265 | 57.256187 | 57.256187 | 1.0 |
|
|
223
|
+
| 1997-03-08 07:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 1.3 | 4.679733 | 416.686259 | 350.996451 | 116.998817 | 121.571265 | 109.332844 | 109.332844 | 1.0 |
|
|
224
|
+
| 1997-03-08 08:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 1.3 | 7.219274 | 416.686259 | 541.470994 | 180.490331 | 121.571265 | 170.949152 | 170.949152 | 1.0 |
|
|
225
|
+
| 1997-03-08 09:00 | 0.2 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 1.5 | 9.442017 | 416.686259 | 708.184581 | 330.486138 | 124.248142 | 311.762624 | 311.762624 | 1.0 |
|
|
226
|
+
| 1997-03-08 10:00 | 0.5 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 1.7 | 10.709164 | 416.686259 | 803.2251 | 535.4834 | 126.925019 | 501.583299 | 501.583299 | 1.0 |
|
|
227
|
+
| 1997-03-08 11:00 | 0.7 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 2.2 | 10.773868 | 416.686259 | 808.078107 | 646.462485 | 133.617212 | 615.018727 | 615.018727 | 1.0 |
|
|
228
|
+
| 1997-03-08 12:00 | 0.8 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 2.8 | 10.364714 | 416.686259 | 777.390094 | 673.738082 | 141.647843 | 626.544326 | 626.544326 | 1.0 |
|
|
229
|
+
| 1997-03-08 13:00 | 0.5 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 3.2 | 10.872489 | 416.686259 | 815.475032 | 543.650021 | 147.001597 | 496.133417 | 496.133417 | 1.0 |
|
|
230
|
+
| 1997-03-08 14:00 | 0.4 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 3.4 | 10.461143 | 416.686259 | 784.622637 | 470.773582 | 149.678474 | 419.520994 | 419.520994 | 1.0 |
|
|
231
|
+
| 1997-03-08 15:00 | 0.5 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 3.8 | 8.865382 | 416.686259 | 664.934948 | 443.289965 | 155.032228 | 387.887354 | 387.887354 | 1.0 |
|
|
232
|
+
| 1997-03-08 16:00 | 0.5 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 4.1 | 6.474205 | 416.686259 | 485.588212 | 323.725475 | 159.047544 | 278.496873 | 278.496873 | 1.0 |
|
|
233
|
+
| 1997-03-08 17:00 | 0.3 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 4.4 | 3.977658 | 416.686259 | 298.338414 | 159.113821 | 163.062859 | 137.138608 | 137.138608 | 1.0 |
|
|
234
|
+
| 1997-03-08 18:00 | 0.1 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 4.5 | 1.972911 | 416.686259 | 147.975255 | 59.190102 | 164.401298 | 51.080715 | 51.080715 | 1.0 |
|
|
235
|
+
| 1997-03-08 19:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 1.0 | 15.566134 | 4.5 | 0.634046 | 416.686259 | 47.55565 | 15.851883 | 164.401298 | 13.632816 | 13.632816 | 1.0 |
|
|
236
|
+
| 1997-03-08 20:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 0.1364 | 15.566134 | 4.5 | 0.008648 | 416.686259 | 0.648661 | 0.21622 | 164.401298 | 0.185943 | 0.185943 | 0.1364 |
|
|
237
|
+
| 1997-03-08 21:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 0.0 | 15.566134 | 4.5 | 0.0 | 416.686259 | 0.0 | 0.0 | 164.401298 | 0.0 | 0.0 | 0.0 |
|
|
238
|
+
| 1997-03-08 22:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 0.0 | 15.566134 | 4.5 | 0.0 | 416.686259 | 0.0 | 0.0 | 164.401298 | 0.0 | 0.0 | 0.0 |
|
|
239
|
+
| 1997-03-08 23:00 | 0.0 | 0.972155 | 0.297909 | 4.570266 | 20.1364 | 0.0 | 15.566134 | 4.5 | 0.0 | 416.686259 | 0.0 | 0.0 | 164.401298 | 0.0 | 0.0 | 0.0 |
|
|
240
|
+
| 1997-04-08 00:00 | 0.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 0.0 | 15.502754 | 4.5 | 0.0 | 413.922951 | 0.0 | 0.0 | 163.555652 | 0.0 | 0.0 | 0.0 |
|
|
241
|
+
| 1997-04-08 01:00 | 0.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 0.0 | 15.502754 | 4.5 | 0.0 | 413.922951 | 0.0 | 0.0 | 163.555652 | 0.0 | 0.0 | 0.0 |
|
|
242
|
+
| 1997-04-08 02:00 | 0.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 0.0 | 15.502754 | 4.5 | 0.0 | 413.922951 | 0.0 | 0.0 | 163.555652 | 0.0 | 0.0 | 0.0 |
|
|
243
|
+
| 1997-04-08 03:00 | 0.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 0.0 | 15.502754 | 4.5 | 0.0 | 413.922951 | 0.0 | 0.0 | 163.555652 | 0.0 | 0.0 | 0.0 |
|
|
244
|
+
| 1997-04-08 04:00 | 0.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 0.398044 | 15.502754 | 4.5 | 0.07485 | 413.922951 | 5.576807 | 1.858936 | 163.555652 | 1.590516 | 1.590516 | 0.398044 |
|
|
245
|
+
| 1997-04-08 05:00 | 0.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 4.5 | 0.938714 | 413.922951 | 69.939921 | 23.313307 | 163.555652 | 19.950903 | 19.950903 | 1.0 |
|
|
246
|
+
| 1997-04-08 06:00 | 0.1 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 4.6 | 2.455474 | 413.922951 | 182.947859 | 73.179144 | 164.89065 | 62.985774 | 62.985774 | 1.0 |
|
|
247
|
+
| 1997-04-08 07:00 | 0.9 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 5.5 | 4.650125 | 413.922951 | 346.462853 | 323.36533 | 176.905633 | 285.776389 | 285.776389 | 1.0 |
|
|
248
|
+
| 1997-04-08 08:00 | 1.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 6.5 | 7.209034 | 413.922951 | 537.117229 | 537.117229 | 190.255614 | 475.225247 | 475.225247 | 1.0 |
|
|
249
|
+
| 1997-04-08 09:00 | 1.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 7.3 | 9.458797 | 413.922951 | 704.738349 | 704.738349 | 200.935599 | 614.006719 | 614.006719 | 1.0 |
|
|
250
|
+
| 1997-04-08 10:00 | 0.9 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 7.7 | 10.747438 | 413.922951 | 800.750043 | 747.366707 | 206.275591 | 643.806508 | 643.806508 | 1.0 |
|
|
251
|
+
| 1997-04-08 11:00 | 0.8 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 7.8 | 10.819272 | 413.922951 | 806.102134 | 698.621849 | 207.610589 | 600.26298 | 600.26298 | 1.0 |
|
|
252
|
+
| 1997-04-08 12:00 | 0.9 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 7.9 | 10.408076 | 413.922951 | 775.465449 | 723.767752 | 208.945587 | 620.51414 | 620.51414 | 1.0 |
|
|
253
|
+
| 1997-04-08 13:00 | 0.8 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 8.2 | 10.917404 | 413.922951 | 813.413559 | 704.958418 | 212.950582 | 599.441386 | 599.441386 | 1.0 |
|
|
254
|
+
| 1997-04-08 14:00 | 0.9 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 8.7 | 10.494383 | 413.922951 | 781.895886 | 729.769494 | 219.625572 | 613.551223 | 613.551223 | 1.0 |
|
|
255
|
+
| 1997-04-08 15:00 | 0.9 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 9.1 | 8.874215 | 413.922951 | 661.183412 | 617.104518 | 224.965565 | 517.107047 | 517.107047 | 1.0 |
|
|
256
|
+
| 1997-04-08 16:00 | 0.9 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 9.5 | 6.45697 | 413.922951 | 481.083834 | 449.011578 | 230.305557 | 377.836616 | 377.836616 | 1.0 |
|
|
257
|
+
| 1997-04-08 17:00 | 1.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 10.2 | 3.945159 | 413.922951 | 293.93856 | 293.93856 | 239.650544 | 252.204639 | 252.204639 | 1.0 |
|
|
258
|
+
| 1997-04-08 18:00 | 1.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 11.1 | 1.939642 | 413.922951 | 144.515231 | 144.515231 | 251.665526 | 128.576715 | 128.576715 | 1.0 |
|
|
259
|
+
| 1997-04-08 19:00 | 1.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 1.0 | 15.502754 | 12.1 | 0.60531 | 413.922951 | 45.099317 | 45.099317 | 265.015507 | 42.072585 | 42.072585 | 1.0 |
|
|
260
|
+
| 1997-04-08 20:00 | 0.3 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 0.104711 | 15.502754 | 12.4 | 0.005136 | 413.922951 | 0.382679 | 0.858487 | 269.020502 | 0.812898 | 0.812898 | 0.104711 |
|
|
261
|
+
| 1997-04-08 21:00 | 0.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 0.0 | 15.502754 | 12.4 | 0.0 | 413.922951 | 0.0 | 0.0 | 269.020502 | 0.0 | 0.0 | 0.0 |
|
|
262
|
+
| 1997-04-08 22:00 | 0.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 0.0 | 15.502754 | 12.4 | 0.0 | 413.922951 | 0.0 | 0.0 | 269.020502 | 0.0 | 0.0 | 0.0 |
|
|
263
|
+
| 1997-04-08 23:00 | 0.0 | 0.972464 | 0.293016 | 4.601956 | 20.104711 | 0.0 | 15.502754 | 12.4 | 0.0 | 413.922951 | 0.0 | 0.0 | 269.020502 | 0.0 | 0.0 | 0.0 |
|
|
264
|
+
| 1997-05-08 00:00 | 0.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 0.0 | 15.438712 | 12.4 | 0.0 | 411.114245 | 0.0 | 0.0 | 267.877073 | 0.0 | 0.0 | 0.0 |
|
|
265
|
+
| 1997-05-08 01:00 | 0.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 0.0 | 15.438712 | 12.4 | 0.0 | 411.114245 | 0.0 | 0.0 | 267.877073 | 0.0 | 0.0 | 0.0 |
|
|
266
|
+
| 1997-05-08 02:00 | 0.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 0.0 | 15.438712 | 12.4 | 0.0 | 411.114245 | 0.0 | 0.0 | 267.877073 | 0.0 | 0.0 | 0.0 |
|
|
267
|
+
| 1997-05-08 03:00 | 0.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 0.0 | 15.438712 | 12.4 | 0.0 | 411.114245 | 0.0 | 0.0 | 267.877073 | 0.0 | 0.0 | 0.0 |
|
|
268
|
+
| 1997-05-08 04:00 | 0.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 0.366022 | 15.438712 | 12.4 | 0.063733 | 411.114245 | 4.716292 | 1.572097 | 267.877073 | 1.482348 | 1.482348 | 0.366022 |
|
|
269
|
+
| 1997-05-08 05:00 | 0.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 12.4 | 0.908598 | 411.114245 | 67.236784 | 22.412261 | 267.877073 | 21.135568 | 21.135568 | 1.0 |
|
|
270
|
+
| 1997-05-08 06:00 | 0.6 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 12.9 | 2.420659 | 411.114245 | 179.130154 | 131.362113 | 274.534271 | 125.883451 | 125.883451 | 1.0 |
|
|
271
|
+
| 1997-05-08 07:00 | 0.9 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 12.9 | 4.619722 | 411.114245 | 341.862027 | 319.071225 | 274.534271 | 305.954943 | 305.954943 | 1.0 |
|
|
272
|
+
| 1997-05-08 08:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 12.9 | 7.198198 | 411.114245 | 532.670693 | 532.670693 | 274.534271 | 511.104575 | 511.104575 | 1.0 |
|
|
273
|
+
| 1997-05-08 09:00 | 0.9 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 12.8 | 9.475573 | 411.114245 | 701.197754 | 654.451237 | 273.202831 | 629.51924 | 629.51924 | 1.0 |
|
|
274
|
+
| 1997-05-08 10:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 12.9 | 10.786309 | 411.114245 | 798.192977 | 798.192977 | 274.534271 | 765.81659 | 765.81659 | 1.0 |
|
|
275
|
+
| 1997-05-08 11:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 13.1 | 10.865527 | 411.114245 | 804.055141 | 804.055141 | 277.19715 | 767.145843 | 767.145843 | 1.0 |
|
|
276
|
+
| 1997-05-08 12:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 13.2 | 10.45226 | 411.114245 | 773.473117 | 773.473117 | 278.52859 | 736.263854 | 736.263854 | 1.0 |
|
|
277
|
+
| 1997-05-08 13:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 13.4 | 10.96314 | 411.114245 | 811.278551 | 811.278551 | 281.191469 | 768.006183 | 768.006183 | 1.0 |
|
|
278
|
+
| 1997-05-08 14:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 13.5 | 10.528069 | 411.114245 | 779.083066 | 779.083066 | 282.522909 | 735.92937 | 735.92937 | 1.0 |
|
|
279
|
+
| 1997-05-08 15:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 13.6 | 8.882849 | 411.114245 | 657.335808 | 657.335808 | 283.854348 | 620.374953 | 620.374953 | 1.0 |
|
|
280
|
+
| 1997-05-08 16:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 13.7 | 6.439028 | 411.114245 | 476.491717 | 476.491717 | 285.185788 | 450.095263 | 450.095263 | 1.0 |
|
|
281
|
+
| 1997-05-08 17:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 13.7 | 3.911896 | 411.114245 | 289.482482 | 289.482482 | 285.185788 | 273.614141 | 273.614141 | 1.0 |
|
|
282
|
+
| 1997-05-08 18:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 13.7 | 1.905864 | 411.114245 | 141.035017 | 141.035017 | 285.185788 | 133.368104 | 133.368104 | 1.0 |
|
|
283
|
+
| 1997-05-08 19:00 | 1.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 1.0 | 15.438712 | 13.7 | 0.576079 | 411.114245 | 42.630198 | 42.630198 | 285.185788 | 40.326502 | 40.326502 | 1.0 |
|
|
284
|
+
| 1997-05-08 20:00 | 0.5 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 0.072689 | 15.438712 | 13.9 | 0.002495 | 411.114245 | 0.184625 | 0.908183 | 287.848667 | 0.867122 | 0.867122 | 0.072689 |
|
|
285
|
+
| 1997-05-08 21:00 | 0.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 0.0 | 15.438712 | 13.9 | 0.0 | 411.114245 | 0.0 | 0.0 | 287.848667 | 0.0 | 0.0 | 0.0 |
|
|
286
|
+
| 1997-05-08 22:00 | 0.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 0.0 | 15.438712 | 13.9 | 0.0 | 411.114245 | 0.0 | 0.0 | 287.848667 | 0.0 | 0.0 | 0.0 |
|
|
287
|
+
| 1997-05-08 23:00 | 0.0 | 0.97278 | 0.288036 | 4.633978 | 20.072689 | 0.0 | 15.438712 | 13.9 | 0.0 | 411.114245 | 0.0 | 0.0 | 287.848667 | 0.0 | 0.0 | 0.0 |
|
|
288
|
+
|
|
289
|
+
.. _meteo_glob_morsim_hourly_simulation_winter:
|
|
290
|
+
|
|
291
|
+
hourly simulation winter
|
|
292
|
+
________________________
|
|
293
|
+
|
|
294
|
+
This test is similar to the :ref:`meteo_glob_morsim_hourly_simulation_summer` example but
|
|
295
|
+
deals with winter conditions:
|
|
296
|
+
|
|
297
|
+
>>> pub.timegrids = "2010-12-10", "2010-12-13", "1h"
|
|
298
|
+
|
|
299
|
+
>>> inputs.sunshineduration.series = (
|
|
300
|
+
... 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0,
|
|
301
|
+
... 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
|
|
302
|
+
... 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
|
|
303
|
+
... 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.2,
|
|
304
|
+
... 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
|
|
305
|
+
|
|
306
|
+
>>> test.inits = (
|
|
307
|
+
... (logs.loggedsunshineduration,
|
|
308
|
+
... [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.04, 0.25, 0.59, 0.91,
|
|
309
|
+
... 0.97, 1.0, 0.65, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]),
|
|
310
|
+
... (logs.loggedunadjustedglobalradiation,
|
|
311
|
+
... [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 27.777778, 55.555556,
|
|
312
|
+
... 111.111111, 166.666667, 138.888889, 55.555556, 0.0,0.0, 0.0, 0.0, 0.0, 0.0,
|
|
313
|
+
... 0.0, 0.0, 0.0]))
|
|
314
|
+
|
|
315
|
+
.. integration-test::
|
|
316
|
+
|
|
317
|
+
>>> test("meteo_glob_morsim_hourly_winter")
|
|
318
|
+
| date | sunshineduration | earthsundistance | solardeclination | timeofsunrise | timeofsunset | possiblesunshineduration | dailypossiblesunshineduration | dailysunshineduration | portiondailyradiation | extraterrestrialradiation | clearskysolarradiation | unadjustedglobalradiation | dailyglobalradiation | globalradiation | node1 | node2 |
|
|
319
|
+
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
320
|
+
| 2010-10-12 00:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 4.41 | 0.0 | 60.72715 | 0.0 | 0.0 | 33.235046 | 0.0 | 0.0 | 0.0 |
|
|
321
|
+
| 2010-10-12 01:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 4.41 | 0.0 | 60.72715 | 0.0 | 0.0 | 33.235046 | 0.0 | 0.0 | 0.0 |
|
|
322
|
+
| 2010-10-12 02:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 4.41 | 0.0 | 60.72715 | 0.0 | 0.0 | 33.235046 | 0.0 | 0.0 | 0.0 |
|
|
323
|
+
| 2010-10-12 03:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 4.41 | 0.0 | 60.72715 | 0.0 | 0.0 | 33.235046 | 0.0 | 0.0 | 0.0 |
|
|
324
|
+
| 2010-10-12 04:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 4.41 | 0.0 | 60.72715 | 0.0 | 0.0 | 33.235046 | 0.0 | 0.0 | 0.0 |
|
|
325
|
+
| 2010-10-12 05:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 4.41 | 0.0 | 60.72715 | 0.0 | 0.0 | 33.235046 | 0.0 | 0.0 | 0.0 |
|
|
326
|
+
| 2010-10-12 06:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 4.41 | 0.0 | 60.72715 | 0.0 | 0.0 | 33.235046 | 0.0 | 0.0 | 0.0 |
|
|
327
|
+
| 2010-10-12 07:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 3.76 | 0.0 | 60.72715 | 0.0 | 0.0 | 30.574135 | 0.0 | 0.0 | 0.0 |
|
|
328
|
+
| 2010-10-12 08:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.355232 | 7.41713 | 2.76 | 0.266196 | 60.72715 | 2.90976 | 0.96992 | 26.480426 | 1.10761 | 1.10761 | 0.355232 |
|
|
329
|
+
| 2010-10-12 09:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 1.0 | 7.41713 | 1.79 | 4.919884 | 60.72715 | 53.778697 | 17.926232 | 22.509527 | 18.663203 | 18.663203 | 1.0 |
|
|
330
|
+
| 2010-10-12 10:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 1.0 | 7.41713 | 0.88 | 14.873457 | 60.72715 | 162.580073 | 54.193358 | 18.784252 | 56.267907 | 56.267907 | 1.0 |
|
|
331
|
+
| 2010-10-12 11:00 | 0.1 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 1.0 | 7.41713 | 0.39 | 22.189872 | 60.72715 | 242.554983 | 97.021993 | 16.778334 | 107.168237 | 107.168237 | 1.0 |
|
|
332
|
+
| 2010-10-12 12:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 1.0 | 7.41713 | 0.14 | 22.197307 | 60.72715 | 242.636259 | 80.878753 | 15.754907 | 91.473333 | 91.473333 | 1.0 |
|
|
333
|
+
| 2010-10-12 13:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 1.0 | 7.41713 | 0.1 | 20.962863 | 60.72715 | 229.142692 | 76.380897 | 15.591158 | 80.475535 | 80.475535 | 1.0 |
|
|
334
|
+
| 2010-10-12 14:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 1.0 | 7.41713 | 0.1 | 11.702396 | 60.72715 | 127.91757 | 42.63919 | 15.591158 | 43.120591 | 43.120591 | 1.0 |
|
|
335
|
+
| 2010-10-12 15:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 1.0 | 7.41713 | 0.1 | 2.880181 | 60.72715 | 31.48293 | 10.49431 | 15.591158 | 10.320091 | 10.320091 | 1.0 |
|
|
336
|
+
| 2010-10-12 16:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.061898 | 7.41713 | 0.1 | 0.007844 | 60.72715 | 0.085736 | 0.028579 | 15.591158 | 0.028102 | 0.028102 | 0.061898 |
|
|
337
|
+
| 2010-10-12 17:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 0.1 | 0.0 | 60.72715 | 0.0 | 0.0 | 15.591158 | 0.0 | 0.0 | 0.0 |
|
|
338
|
+
| 2010-10-12 18:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 0.1 | 0.0 | 60.72715 | 0.0 | 0.0 | 15.591158 | 0.0 | 0.0 | 0.0 |
|
|
339
|
+
| 2010-10-12 19:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 0.1 | 0.0 | 60.72715 | 0.0 | 0.0 | 15.591158 | 0.0 | 0.0 | 0.0 |
|
|
340
|
+
| 2010-10-12 20:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 0.1 | 0.0 | 60.72715 | 0.0 | 0.0 | 15.591158 | 0.0 | 0.0 | 0.0 |
|
|
341
|
+
| 2010-10-12 21:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 0.1 | 0.0 | 60.72715 | 0.0 | 0.0 | 15.591158 | 0.0 | 0.0 | 0.0 |
|
|
342
|
+
| 2010-10-12 22:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 0.1 | 0.0 | 60.72715 | 0.0 | 0.0 | 15.591158 | 0.0 | 0.0 | 0.0 |
|
|
343
|
+
| 2010-10-12 23:00 | 0.0 | 1.030879 | -0.40453 | 8.644768 | 16.061898 | 0.0 | 7.41713 | 0.1 | 0.0 | 60.72715 | 0.0 | 0.0 | 15.591158 | 0.0 | 0.0 | 0.0 |
|
|
344
|
+
| 2010-11-12 00:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
345
|
+
| 2010-11-12 01:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
346
|
+
| 2010-11-12 02:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
347
|
+
| 2010-11-12 03:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
348
|
+
| 2010-11-12 04:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
349
|
+
| 2010-11-12 05:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
350
|
+
| 2010-11-12 06:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
351
|
+
| 2010-11-12 07:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
352
|
+
| 2010-11-12 08:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.347041 | 7.400749 | 0.1 | 0.254871 | 60.306686 | 2.766676 | 0.922225 | 15.484108 | 0.900734 | 0.900734 | 0.347041 |
|
|
353
|
+
| 2010-11-12 09:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 1.0 | 7.400749 | 0.1 | 4.882681 | 60.306686 | 53.002491 | 17.667497 | 15.484108 | 17.26751 | 17.26751 | 1.0 |
|
|
354
|
+
| 2010-11-12 10:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 1.0 | 7.400749 | 0.1 | 14.862249 | 60.306686 | 161.33274 | 53.77758 | 15.484108 | 52.61761 | 52.61761 | 1.0 |
|
|
355
|
+
| 2010-11-12 11:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 1.0 | 7.400749 | 0.0 | 22.23196 | 60.306686 | 241.332453 | 80.444151 | 15.076671 | 80.135633 | 80.135633 | 1.0 |
|
|
356
|
+
| 2010-11-12 12:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 1.0 | 7.400749 | 0.0 | 22.247803 | 60.306686 | 241.50443 | 80.501477 | 15.076671 | 80.276118 | 80.276118 | 1.0 |
|
|
357
|
+
| 2010-11-12 13:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 1.0 | 7.400749 | 0.0 | 20.992726 | 60.306686 | 227.880311 | 75.960104 | 15.076671 | 75.835403 | 75.835403 | 1.0 |
|
|
358
|
+
| 2010-11-12 14:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 1.0 | 7.400749 | 0.0 | 11.677032 | 60.306686 | 126.756554 | 42.252185 | 15.076671 | 42.227911 | 42.227911 | 1.0 |
|
|
359
|
+
| 2010-11-12 15:00 | 0.1 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 1.0 | 7.400749 | 0.1 | 2.844748 | 60.306686 | 30.880321 | 12.352128 | 15.484108 | 12.613921 | 12.613921 | 1.0 |
|
|
360
|
+
| 2010-11-12 16:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.053708 | 7.400749 | 0.1 | 0.00593 | 60.306686 | 0.06437 | 0.021457 | 15.484108 | 0.021912 | 0.021912 | 0.053708 |
|
|
361
|
+
| 2010-11-12 17:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
362
|
+
| 2010-11-12 18:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
363
|
+
| 2010-11-12 19:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
364
|
+
| 2010-11-12 20:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
365
|
+
| 2010-11-12 21:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
366
|
+
| 2010-11-12 22:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
367
|
+
| 2010-11-12 23:00 | 0.0 | 1.031074 | -0.405619 | 8.652959 | 16.053708 | 0.0 | 7.400749 | 0.1 | 0.0 | 60.306686 | 0.0 | 0.0 | 15.484108 | 0.0 | 0.0 | 0.0 |
|
|
368
|
+
| 2010-12-12 00:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.1 | 0.0 | 59.933948 | 0.0 | 0.0 | 15.389206 | 0.0 | 0.0 | 0.0 |
|
|
369
|
+
| 2010-12-12 01:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.1 | 0.0 | 59.933948 | 0.0 | 0.0 | 15.389206 | 0.0 | 0.0 | 0.0 |
|
|
370
|
+
| 2010-12-12 02:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.1 | 0.0 | 59.933948 | 0.0 | 0.0 | 15.389206 | 0.0 | 0.0 | 0.0 |
|
|
371
|
+
| 2010-12-12 03:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.1 | 0.0 | 59.933948 | 0.0 | 0.0 | 15.389206 | 0.0 | 0.0 | 0.0 |
|
|
372
|
+
| 2010-12-12 04:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.1 | 0.0 | 59.933948 | 0.0 | 0.0 | 15.389206 | 0.0 | 0.0 | 0.0 |
|
|
373
|
+
| 2010-12-12 05:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.1 | 0.0 | 59.933948 | 0.0 | 0.0 | 15.389206 | 0.0 | 0.0 | 0.0 |
|
|
374
|
+
| 2010-12-12 06:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.1 | 0.0 | 59.933948 | 0.0 | 0.0 | 15.389206 | 0.0 | 0.0 | 0.0 |
|
|
375
|
+
| 2010-12-12 07:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.1 | 0.0 | 59.933948 | 0.0 | 0.0 | 15.389206 | 0.0 | 0.0 | 0.0 |
|
|
376
|
+
| 2010-12-12 08:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.339738 | 7.386143 | 0.1 | 0.244956 | 59.933948 | 2.642609 | 0.88087 | 15.389206 | 0.894145 | 0.894145 | 0.339738 |
|
|
377
|
+
| 2010-12-12 09:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 1.0 | 7.386143 | 0.1 | 4.849391 | 59.933948 | 52.315768 | 17.438589 | 15.389206 | 17.71254 | 17.71254 | 1.0 |
|
|
378
|
+
| 2010-12-12 10:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 1.0 | 7.386143 | 0.1 | 14.852029 | 59.933948 | 160.22533 | 53.408443 | 15.389206 | 54.302585 | 54.302585 | 1.0 |
|
|
379
|
+
| 2010-12-12 11:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 1.0 | 7.386143 | 0.1 | 22.269583 | 59.933948 | 240.246723 | 80.082241 | 15.389206 | 81.504146 | 81.504146 | 1.0 |
|
|
380
|
+
| 2010-12-12 12:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 1.0 | 7.386143 | 0.1 | 22.293018 | 59.933948 | 240.49954 | 80.166513 | 15.389206 | 81.665294 | 81.665294 | 1.0 |
|
|
381
|
+
| 2010-12-12 13:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 1.0 | 7.386143 | 0.1 | 21.019348 | 59.933948 | 226.759052 | 75.586351 | 15.389206 | 77.078959 | 77.078959 | 1.0 |
|
|
382
|
+
| 2010-12-12 14:00 | 0.2 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 1.0 | 7.386143 | 0.3 | 11.654171 | 59.933948 | 125.726485 | 58.67236 | 16.200644 | 60.254042 | 60.254042 | 1.0 |
|
|
383
|
+
| 2010-12-12 15:00 | 0.2 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 1.0 | 7.386143 | 0.4 | 2.813062 | 59.933948 | 30.347619 | 14.162222 | 16.606362 | 14.837301 | 14.837301 | 1.0 |
|
|
384
|
+
| 2010-12-12 16:00 | 0.2 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.046405 | 7.386143 | 0.6 | 0.004444 | 59.933948 | 0.047938 | 0.153718 | 17.4178 | 0.168856 | 0.168856 | 0.046405 |
|
|
385
|
+
| 2010-12-12 17:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.6 | 0.0 | 59.933948 | 0.0 | 0.0 | 17.4178 | 0.0 | 0.0 | 0.0 |
|
|
386
|
+
| 2010-12-12 18:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.6 | 0.0 | 59.933948 | 0.0 | 0.0 | 17.4178 | 0.0 | 0.0 | 0.0 |
|
|
387
|
+
| 2010-12-12 19:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.6 | 0.0 | 59.933948 | 0.0 | 0.0 | 17.4178 | 0.0 | 0.0 | 0.0 |
|
|
388
|
+
| 2010-12-12 20:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.6 | 0.0 | 59.933948 | 0.0 | 0.0 | 17.4178 | 0.0 | 0.0 | 0.0 |
|
|
389
|
+
| 2010-12-12 21:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.6 | 0.0 | 59.933948 | 0.0 | 0.0 | 17.4178 | 0.0 | 0.0 | 0.0 |
|
|
390
|
+
| 2010-12-12 22:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.6 | 0.0 | 59.933948 | 0.0 | 0.0 | 17.4178 | 0.0 | 0.0 | 0.0 |
|
|
391
|
+
| 2010-12-12 23:00 | 0.0 | 1.03126 | -0.406588 | 8.660262 | 16.046405 | 0.0 | 7.386143 | 0.6 | 0.0 | 59.933948 | 0.0 | 0.0 | 17.4178 | 0.0 | 0.0 | 0.0 |
|
|
392
|
+
"""
|
|
393
|
+
# import...
|
|
394
|
+
# ...from HydPy
|
|
395
|
+
from hydpy.exe.modelimports import *
|
|
396
|
+
from hydpy.core import modeltools
|
|
397
|
+
from hydpy.interfaces import radiationinterfaces
|
|
398
|
+
from hydpy.models.meteo import meteo_model
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
class Model(modeltools.AdHocModel, radiationinterfaces.RadiationModel_V1):
|
|
402
|
+
"""|meteo_glob_morsim.DOCNAME.complete|."""
|
|
403
|
+
|
|
404
|
+
DOCNAME = modeltools.DocName(
|
|
405
|
+
short="Meteo-Glob-MORSIM",
|
|
406
|
+
description="global radiation estimation adopted from MORECS/LARSIM",
|
|
407
|
+
)
|
|
408
|
+
__HYDPY_ROOTMODEL__ = False
|
|
409
|
+
|
|
410
|
+
INLET_METHODS = ()
|
|
411
|
+
RECEIVER_METHODS = ()
|
|
412
|
+
RUN_METHODS = (
|
|
413
|
+
meteo_model.Calc_EarthSunDistance_V1,
|
|
414
|
+
meteo_model.Calc_SolarDeclination_V2,
|
|
415
|
+
meteo_model.Calc_TimeOfSunrise_TimeOfSunset_V1,
|
|
416
|
+
meteo_model.Calc_DailyPossibleSunshineDuration_V1,
|
|
417
|
+
meteo_model.Calc_PossibleSunshineDuration_V2,
|
|
418
|
+
meteo_model.Update_LoggedSunshineDuration_V1,
|
|
419
|
+
meteo_model.Calc_DailySunshineDuration_V1,
|
|
420
|
+
meteo_model.Calc_ExtraterrestrialRadiation_V2,
|
|
421
|
+
meteo_model.Calc_ClearSkySolarRadiation_V1,
|
|
422
|
+
meteo_model.Calc_DailyGlobalRadiation_V1,
|
|
423
|
+
meteo_model.Calc_PortionDailyRadiation_V1,
|
|
424
|
+
meteo_model.Adjust_ClearSkySolarRadiation_V1,
|
|
425
|
+
meteo_model.Calc_UnadjustedGlobalRadiation_V1,
|
|
426
|
+
meteo_model.Update_LoggedUnadjustedGlobalRadiation_V1,
|
|
427
|
+
meteo_model.Calc_GlobalRadiation_V2,
|
|
428
|
+
)
|
|
429
|
+
ADD_METHODS = (meteo_model.Return_DailyGlobalRadiation_V1,)
|
|
430
|
+
INTERFACE_METHODS = (
|
|
431
|
+
meteo_model.Process_Radiation_V1,
|
|
432
|
+
meteo_model.Get_PossibleSunshineDuration_V1,
|
|
433
|
+
meteo_model.Get_SunshineDuration_V2,
|
|
434
|
+
meteo_model.Get_ClearSkySolarRadiation_V1,
|
|
435
|
+
meteo_model.Get_GlobalRadiation_V1,
|
|
436
|
+
)
|
|
437
|
+
OUTLET_METHODS = ()
|
|
438
|
+
SENDER_METHODS = ()
|
|
439
|
+
SUBMODELINTERFACES = ()
|
|
440
|
+
SUBMODELS = ()
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
tester = Tester()
|
|
444
|
+
cythonizer = Cythonizer()
|