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,1369 @@
|
|
|
1
|
+
#!python
|
|
2
|
+
# distutils: define_macros=NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
|
|
3
|
+
# cython: language_level=3
|
|
4
|
+
# cython: cpow=True
|
|
5
|
+
# cython: boundscheck=False
|
|
6
|
+
# cython: wraparound=False
|
|
7
|
+
# cython: initializedcheck=False
|
|
8
|
+
# cython: cdivision=True
|
|
9
|
+
from typing import Optional
|
|
10
|
+
import numpy
|
|
11
|
+
cimport numpy
|
|
12
|
+
from libc.math cimport exp, fabs, log, sin, cos, tan, tanh, asin, acos, atan, isnan, isinf
|
|
13
|
+
from libc.math cimport NAN as nan
|
|
14
|
+
from libc.math cimport INFINITY as inf
|
|
15
|
+
import cython
|
|
16
|
+
from cpython.mem cimport PyMem_Malloc
|
|
17
|
+
from cpython.mem cimport PyMem_Realloc
|
|
18
|
+
from cpython.mem cimport PyMem_Free
|
|
19
|
+
from hydpy.cythons.autogen cimport configutils
|
|
20
|
+
from hydpy.cythons.autogen cimport interfaceutils
|
|
21
|
+
from hydpy.cythons.autogen cimport interputils
|
|
22
|
+
from hydpy.cythons.autogen import pointerutils
|
|
23
|
+
from hydpy.cythons.autogen cimport pointerutils
|
|
24
|
+
from hydpy.cythons.autogen cimport quadutils
|
|
25
|
+
from hydpy.cythons.autogen cimport rootutils
|
|
26
|
+
from hydpy.cythons.autogen cimport smoothutils
|
|
27
|
+
from hydpy.cythons.autogen cimport masterinterface
|
|
28
|
+
ctypedef void (*CallbackType) (Model) noexcept nogil
|
|
29
|
+
cdef class CallbackWrapper:
|
|
30
|
+
cdef CallbackType callback
|
|
31
|
+
cdef public numpy.npy_bool TYPE_CHECKING = False
|
|
32
|
+
cdef public numpy.int64_t SIED_D = 1
|
|
33
|
+
cdef public numpy.int64_t SIED_L = 2
|
|
34
|
+
cdef public numpy.int64_t VERS = 3
|
|
35
|
+
cdef public numpy.int64_t ACKER = 4
|
|
36
|
+
cdef public numpy.int64_t WEINB = 5
|
|
37
|
+
cdef public numpy.int64_t OBSTB = 6
|
|
38
|
+
cdef public numpy.int64_t BODEN = 7
|
|
39
|
+
cdef public numpy.int64_t GLETS = 8
|
|
40
|
+
cdef public numpy.int64_t GRUE_I = 9
|
|
41
|
+
cdef public numpy.int64_t FEUCHT = 10
|
|
42
|
+
cdef public numpy.int64_t GRUE_E = 11
|
|
43
|
+
cdef public numpy.int64_t BAUMB = 12
|
|
44
|
+
cdef public numpy.int64_t NADELW = 13
|
|
45
|
+
cdef public numpy.int64_t LAUBW = 14
|
|
46
|
+
cdef public numpy.int64_t MISCHW = 15
|
|
47
|
+
cdef public numpy.int64_t WASSER = 16
|
|
48
|
+
cdef public numpy.int64_t FLUSS = 17
|
|
49
|
+
cdef public numpy.int64_t SEE = 18
|
|
50
|
+
@cython.final
|
|
51
|
+
cdef class Parameters:
|
|
52
|
+
cdef public ControlParameters control
|
|
53
|
+
cdef public DerivedParameters derived
|
|
54
|
+
cdef public FixedParameters fixed
|
|
55
|
+
@cython.final
|
|
56
|
+
cdef class ControlParameters:
|
|
57
|
+
cdef public double ft
|
|
58
|
+
cdef public numpy.int64_t nhru
|
|
59
|
+
cdef public numpy.int64_t[:] lnk
|
|
60
|
+
cdef public double[:] fhru
|
|
61
|
+
cdef public double[:] kg
|
|
62
|
+
cdef public double[:] kt
|
|
63
|
+
cdef public double p1strahl
|
|
64
|
+
cdef public double p2strahl
|
|
65
|
+
cdef public double albedo0snow
|
|
66
|
+
cdef public double snowagingfactor
|
|
67
|
+
cdef public double turb0
|
|
68
|
+
cdef public double turb1
|
|
69
|
+
cdef public double measuringheightwindspeed
|
|
70
|
+
cdef public double p1wind
|
|
71
|
+
cdef public double p2wind
|
|
72
|
+
cdef public double[:,:] lai
|
|
73
|
+
cdef public numpy.int64_t _lai_rowmin
|
|
74
|
+
cdef public numpy.int64_t _lai_columnmin
|
|
75
|
+
cdef public double hinz
|
|
76
|
+
cdef public double p1simax
|
|
77
|
+
cdef public double p2simax
|
|
78
|
+
cdef public double p1sirate
|
|
79
|
+
cdef public double p2sirate
|
|
80
|
+
cdef public double p3sirate
|
|
81
|
+
cdef public double[:] trefn
|
|
82
|
+
cdef public double[:] tgr
|
|
83
|
+
cdef public double[:] tsp
|
|
84
|
+
cdef public double[:] pwmax
|
|
85
|
+
cdef public numpy.int64_t refreezeflag
|
|
86
|
+
cdef public double ktschnee
|
|
87
|
+
cdef public double[:] wg2z
|
|
88
|
+
cdef public numpy.int64_t _wg2z_entrymin
|
|
89
|
+
cdef public double[:] wmax
|
|
90
|
+
cdef public double[:] fk
|
|
91
|
+
cdef public double[:] pwp
|
|
92
|
+
cdef public double[:] bsf
|
|
93
|
+
cdef public double fvf
|
|
94
|
+
cdef public double bsff
|
|
95
|
+
cdef public double[:] dmin
|
|
96
|
+
cdef public double[:] dmax
|
|
97
|
+
cdef public double[:] beta
|
|
98
|
+
cdef public double[:] fbeta
|
|
99
|
+
cdef public double[:] kapmax
|
|
100
|
+
cdef public double[:,:] kapgrenz
|
|
101
|
+
cdef public numpy.npy_bool rbeta
|
|
102
|
+
cdef public double volbmax
|
|
103
|
+
cdef public double gsbmax
|
|
104
|
+
cdef public double gsbgrad1
|
|
105
|
+
cdef public double gsbgrad2
|
|
106
|
+
cdef public double a1
|
|
107
|
+
cdef public double a2
|
|
108
|
+
cdef public double tind
|
|
109
|
+
cdef public double eqb
|
|
110
|
+
cdef public double eqi1
|
|
111
|
+
cdef public double eqi2
|
|
112
|
+
cdef public double eqd1
|
|
113
|
+
cdef public double eqd2
|
|
114
|
+
cdef public numpy.npy_bool negq
|
|
115
|
+
@cython.final
|
|
116
|
+
cdef class DerivedParameters:
|
|
117
|
+
cdef public numpy.int64_t[:] moy
|
|
118
|
+
cdef public double seconds
|
|
119
|
+
cdef public numpy.int64_t nmblogentries
|
|
120
|
+
cdef public double[:] absfhru
|
|
121
|
+
cdef public double[:,:] kinz
|
|
122
|
+
cdef public numpy.int64_t _kinz_rowmin
|
|
123
|
+
cdef public numpy.int64_t _kinz_columnmin
|
|
124
|
+
cdef public double[:] heatoffusion
|
|
125
|
+
cdef public double[:,:] fr
|
|
126
|
+
cdef public numpy.int64_t _fr_rowmin
|
|
127
|
+
cdef public numpy.int64_t _fr_columnmin
|
|
128
|
+
cdef public double kb
|
|
129
|
+
cdef public double ki1
|
|
130
|
+
cdef public double ki2
|
|
131
|
+
cdef public double kd1
|
|
132
|
+
cdef public double kd2
|
|
133
|
+
cdef public double qfactor
|
|
134
|
+
@cython.final
|
|
135
|
+
cdef class FixedParameters:
|
|
136
|
+
cdef public double cpwasser
|
|
137
|
+
cdef public double cpeis
|
|
138
|
+
cdef public double rschmelz
|
|
139
|
+
cdef public double z
|
|
140
|
+
cdef public double[:] bowa2z
|
|
141
|
+
cdef public double lambdag
|
|
142
|
+
cdef public double sigma
|
|
143
|
+
cdef public double lwe
|
|
144
|
+
cdef public double psyinv
|
|
145
|
+
cdef public double z0
|
|
146
|
+
cdef public double fratm
|
|
147
|
+
cdef public double cg
|
|
148
|
+
@cython.final
|
|
149
|
+
cdef class Sequences:
|
|
150
|
+
cdef public InletSequences inlets
|
|
151
|
+
cdef public InputSequences inputs
|
|
152
|
+
cdef public FactorSequences factors
|
|
153
|
+
cdef public FluxSequences fluxes
|
|
154
|
+
cdef public StateSequences states
|
|
155
|
+
cdef public LogSequences logs
|
|
156
|
+
cdef public AideSequences aides
|
|
157
|
+
cdef public OutletSequences outlets
|
|
158
|
+
cdef public StateSequences old_states
|
|
159
|
+
cdef public StateSequences new_states
|
|
160
|
+
@cython.final
|
|
161
|
+
cdef class InletSequences:
|
|
162
|
+
cdef double **q
|
|
163
|
+
cdef public numpy.int64_t len_q
|
|
164
|
+
cdef public numpy.int64_t[:] _q_ready
|
|
165
|
+
cdef public numpy.int64_t _q_ndim
|
|
166
|
+
cdef public numpy.int64_t _q_length
|
|
167
|
+
cdef public numpy.int64_t _q_length_0
|
|
168
|
+
cpdef inline alloc(self, name, numpy.int64_t length)
|
|
169
|
+
cpdef inline dealloc(self, name)
|
|
170
|
+
cpdef inline set_pointer1d(self, str name, pointerutils.Double value, numpy.int64_t idx)
|
|
171
|
+
cpdef get_value(self, str name)
|
|
172
|
+
cpdef set_value(self, str name, value)
|
|
173
|
+
@cython.final
|
|
174
|
+
cdef class InputSequences:
|
|
175
|
+
cdef public double nied
|
|
176
|
+
cdef public numpy.int64_t _nied_ndim
|
|
177
|
+
cdef public numpy.int64_t _nied_length
|
|
178
|
+
cdef public bint _nied_ramflag
|
|
179
|
+
cdef public double[:] _nied_array
|
|
180
|
+
cdef public bint _nied_diskflag_reading
|
|
181
|
+
cdef public bint _nied_diskflag_writing
|
|
182
|
+
cdef public double[:] _nied_ncarray
|
|
183
|
+
cdef public bint _nied_inputflag
|
|
184
|
+
cdef double *_nied_inputpointer
|
|
185
|
+
cdef public double teml
|
|
186
|
+
cdef public numpy.int64_t _teml_ndim
|
|
187
|
+
cdef public numpy.int64_t _teml_length
|
|
188
|
+
cdef public bint _teml_ramflag
|
|
189
|
+
cdef public double[:] _teml_array
|
|
190
|
+
cdef public bint _teml_diskflag_reading
|
|
191
|
+
cdef public bint _teml_diskflag_writing
|
|
192
|
+
cdef public double[:] _teml_ncarray
|
|
193
|
+
cdef public bint _teml_inputflag
|
|
194
|
+
cdef double *_teml_inputpointer
|
|
195
|
+
cdef public double relativehumidity
|
|
196
|
+
cdef public numpy.int64_t _relativehumidity_ndim
|
|
197
|
+
cdef public numpy.int64_t _relativehumidity_length
|
|
198
|
+
cdef public bint _relativehumidity_ramflag
|
|
199
|
+
cdef public double[:] _relativehumidity_array
|
|
200
|
+
cdef public bint _relativehumidity_diskflag_reading
|
|
201
|
+
cdef public bint _relativehumidity_diskflag_writing
|
|
202
|
+
cdef public double[:] _relativehumidity_ncarray
|
|
203
|
+
cdef public bint _relativehumidity_inputflag
|
|
204
|
+
cdef double *_relativehumidity_inputpointer
|
|
205
|
+
cdef public double windspeed
|
|
206
|
+
cdef public numpy.int64_t _windspeed_ndim
|
|
207
|
+
cdef public numpy.int64_t _windspeed_length
|
|
208
|
+
cdef public bint _windspeed_ramflag
|
|
209
|
+
cdef public double[:] _windspeed_array
|
|
210
|
+
cdef public bint _windspeed_diskflag_reading
|
|
211
|
+
cdef public bint _windspeed_diskflag_writing
|
|
212
|
+
cdef public double[:] _windspeed_ncarray
|
|
213
|
+
cdef public bint _windspeed_inputflag
|
|
214
|
+
cdef double *_windspeed_inputpointer
|
|
215
|
+
cpdef inline void load_data(self, numpy.int64_t idx) noexcept nogil
|
|
216
|
+
cpdef inline void save_data(self, numpy.int64_t idx) noexcept nogil
|
|
217
|
+
cpdef inline set_pointerinput(self, str name, pointerutils.PDouble value)
|
|
218
|
+
@cython.final
|
|
219
|
+
cdef class FactorSequences:
|
|
220
|
+
cdef public double possiblesunshineduration
|
|
221
|
+
cdef public numpy.int64_t _possiblesunshineduration_ndim
|
|
222
|
+
cdef public numpy.int64_t _possiblesunshineduration_length
|
|
223
|
+
cdef public bint _possiblesunshineduration_ramflag
|
|
224
|
+
cdef public double[:] _possiblesunshineduration_array
|
|
225
|
+
cdef public bint _possiblesunshineduration_diskflag_reading
|
|
226
|
+
cdef public bint _possiblesunshineduration_diskflag_writing
|
|
227
|
+
cdef public double[:] _possiblesunshineduration_ncarray
|
|
228
|
+
cdef public bint _possiblesunshineduration_outputflag
|
|
229
|
+
cdef double *_possiblesunshineduration_outputpointer
|
|
230
|
+
cdef public double sunshineduration
|
|
231
|
+
cdef public numpy.int64_t _sunshineduration_ndim
|
|
232
|
+
cdef public numpy.int64_t _sunshineduration_length
|
|
233
|
+
cdef public bint _sunshineduration_ramflag
|
|
234
|
+
cdef public double[:] _sunshineduration_array
|
|
235
|
+
cdef public bint _sunshineduration_diskflag_reading
|
|
236
|
+
cdef public bint _sunshineduration_diskflag_writing
|
|
237
|
+
cdef public double[:] _sunshineduration_ncarray
|
|
238
|
+
cdef public bint _sunshineduration_outputflag
|
|
239
|
+
cdef double *_sunshineduration_outputpointer
|
|
240
|
+
cpdef inline void load_data(self, numpy.int64_t idx) noexcept nogil
|
|
241
|
+
cpdef inline void save_data(self, numpy.int64_t idx) noexcept nogil
|
|
242
|
+
cpdef inline set_pointeroutput(self, str name, pointerutils.PDouble value)
|
|
243
|
+
cpdef inline void update_outputs(self) noexcept nogil
|
|
244
|
+
@cython.final
|
|
245
|
+
cdef class FluxSequences:
|
|
246
|
+
cdef public double qz
|
|
247
|
+
cdef public numpy.int64_t _qz_ndim
|
|
248
|
+
cdef public numpy.int64_t _qz_length
|
|
249
|
+
cdef public bint _qz_ramflag
|
|
250
|
+
cdef public double[:] _qz_array
|
|
251
|
+
cdef public bint _qz_diskflag_reading
|
|
252
|
+
cdef public bint _qz_diskflag_writing
|
|
253
|
+
cdef public double[:] _qz_ncarray
|
|
254
|
+
cdef public bint _qz_outputflag
|
|
255
|
+
cdef double *_qz_outputpointer
|
|
256
|
+
cdef public double qzh
|
|
257
|
+
cdef public numpy.int64_t _qzh_ndim
|
|
258
|
+
cdef public numpy.int64_t _qzh_length
|
|
259
|
+
cdef public bint _qzh_ramflag
|
|
260
|
+
cdef public double[:] _qzh_array
|
|
261
|
+
cdef public bint _qzh_diskflag_reading
|
|
262
|
+
cdef public bint _qzh_diskflag_writing
|
|
263
|
+
cdef public double[:] _qzh_ncarray
|
|
264
|
+
cdef public bint _qzh_outputflag
|
|
265
|
+
cdef double *_qzh_outputpointer
|
|
266
|
+
cdef public double dailysunshineduration
|
|
267
|
+
cdef public numpy.int64_t _dailysunshineduration_ndim
|
|
268
|
+
cdef public numpy.int64_t _dailysunshineduration_length
|
|
269
|
+
cdef public bint _dailysunshineduration_ramflag
|
|
270
|
+
cdef public double[:] _dailysunshineduration_array
|
|
271
|
+
cdef public bint _dailysunshineduration_diskflag_reading
|
|
272
|
+
cdef public bint _dailysunshineduration_diskflag_writing
|
|
273
|
+
cdef public double[:] _dailysunshineduration_ncarray
|
|
274
|
+
cdef public bint _dailysunshineduration_outputflag
|
|
275
|
+
cdef double *_dailysunshineduration_outputpointer
|
|
276
|
+
cdef public double dailypossiblesunshineduration
|
|
277
|
+
cdef public numpy.int64_t _dailypossiblesunshineduration_ndim
|
|
278
|
+
cdef public numpy.int64_t _dailypossiblesunshineduration_length
|
|
279
|
+
cdef public bint _dailypossiblesunshineduration_ramflag
|
|
280
|
+
cdef public double[:] _dailypossiblesunshineduration_array
|
|
281
|
+
cdef public bint _dailypossiblesunshineduration_diskflag_reading
|
|
282
|
+
cdef public bint _dailypossiblesunshineduration_diskflag_writing
|
|
283
|
+
cdef public double[:] _dailypossiblesunshineduration_ncarray
|
|
284
|
+
cdef public bint _dailypossiblesunshineduration_outputflag
|
|
285
|
+
cdef double *_dailypossiblesunshineduration_outputpointer
|
|
286
|
+
cdef public double globalradiation
|
|
287
|
+
cdef public numpy.int64_t _globalradiation_ndim
|
|
288
|
+
cdef public numpy.int64_t _globalradiation_length
|
|
289
|
+
cdef public bint _globalradiation_ramflag
|
|
290
|
+
cdef public double[:] _globalradiation_array
|
|
291
|
+
cdef public bint _globalradiation_diskflag_reading
|
|
292
|
+
cdef public bint _globalradiation_diskflag_writing
|
|
293
|
+
cdef public double[:] _globalradiation_ncarray
|
|
294
|
+
cdef public bint _globalradiation_outputflag
|
|
295
|
+
cdef double *_globalradiation_outputpointer
|
|
296
|
+
cdef public double[:] nkor
|
|
297
|
+
cdef public numpy.int64_t _nkor_ndim
|
|
298
|
+
cdef public numpy.int64_t _nkor_length
|
|
299
|
+
cdef public numpy.int64_t _nkor_length_0
|
|
300
|
+
cdef public bint _nkor_ramflag
|
|
301
|
+
cdef public double[:,:] _nkor_array
|
|
302
|
+
cdef public bint _nkor_diskflag_reading
|
|
303
|
+
cdef public bint _nkor_diskflag_writing
|
|
304
|
+
cdef public double[:] _nkor_ncarray
|
|
305
|
+
cdef public double[:] tkor
|
|
306
|
+
cdef public numpy.int64_t _tkor_ndim
|
|
307
|
+
cdef public numpy.int64_t _tkor_length
|
|
308
|
+
cdef public numpy.int64_t _tkor_length_0
|
|
309
|
+
cdef public bint _tkor_ramflag
|
|
310
|
+
cdef public double[:,:] _tkor_array
|
|
311
|
+
cdef public bint _tkor_diskflag_reading
|
|
312
|
+
cdef public bint _tkor_diskflag_writing
|
|
313
|
+
cdef public double[:] _tkor_ncarray
|
|
314
|
+
cdef public double windspeed2m
|
|
315
|
+
cdef public numpy.int64_t _windspeed2m_ndim
|
|
316
|
+
cdef public numpy.int64_t _windspeed2m_length
|
|
317
|
+
cdef public bint _windspeed2m_ramflag
|
|
318
|
+
cdef public double[:] _windspeed2m_array
|
|
319
|
+
cdef public bint _windspeed2m_diskflag_reading
|
|
320
|
+
cdef public bint _windspeed2m_diskflag_writing
|
|
321
|
+
cdef public double[:] _windspeed2m_ncarray
|
|
322
|
+
cdef public bint _windspeed2m_outputflag
|
|
323
|
+
cdef double *_windspeed2m_outputpointer
|
|
324
|
+
cdef public double[:] reducedwindspeed2m
|
|
325
|
+
cdef public numpy.int64_t _reducedwindspeed2m_ndim
|
|
326
|
+
cdef public numpy.int64_t _reducedwindspeed2m_length
|
|
327
|
+
cdef public numpy.int64_t _reducedwindspeed2m_length_0
|
|
328
|
+
cdef public bint _reducedwindspeed2m_ramflag
|
|
329
|
+
cdef public double[:,:] _reducedwindspeed2m_array
|
|
330
|
+
cdef public bint _reducedwindspeed2m_diskflag_reading
|
|
331
|
+
cdef public bint _reducedwindspeed2m_diskflag_writing
|
|
332
|
+
cdef public double[:] _reducedwindspeed2m_ncarray
|
|
333
|
+
cdef public double[:] saturationvapourpressure
|
|
334
|
+
cdef public numpy.int64_t _saturationvapourpressure_ndim
|
|
335
|
+
cdef public numpy.int64_t _saturationvapourpressure_length
|
|
336
|
+
cdef public numpy.int64_t _saturationvapourpressure_length_0
|
|
337
|
+
cdef public bint _saturationvapourpressure_ramflag
|
|
338
|
+
cdef public double[:,:] _saturationvapourpressure_array
|
|
339
|
+
cdef public bint _saturationvapourpressure_diskflag_reading
|
|
340
|
+
cdef public bint _saturationvapourpressure_diskflag_writing
|
|
341
|
+
cdef public double[:] _saturationvapourpressure_ncarray
|
|
342
|
+
cdef public double[:] saturationvapourpressureinz
|
|
343
|
+
cdef public numpy.int64_t _saturationvapourpressureinz_ndim
|
|
344
|
+
cdef public numpy.int64_t _saturationvapourpressureinz_length
|
|
345
|
+
cdef public numpy.int64_t _saturationvapourpressureinz_length_0
|
|
346
|
+
cdef public bint _saturationvapourpressureinz_ramflag
|
|
347
|
+
cdef public double[:,:] _saturationvapourpressureinz_array
|
|
348
|
+
cdef public bint _saturationvapourpressureinz_diskflag_reading
|
|
349
|
+
cdef public bint _saturationvapourpressureinz_diskflag_writing
|
|
350
|
+
cdef public double[:] _saturationvapourpressureinz_ncarray
|
|
351
|
+
cdef public double[:] saturationvapourpressuresnow
|
|
352
|
+
cdef public numpy.int64_t _saturationvapourpressuresnow_ndim
|
|
353
|
+
cdef public numpy.int64_t _saturationvapourpressuresnow_length
|
|
354
|
+
cdef public numpy.int64_t _saturationvapourpressuresnow_length_0
|
|
355
|
+
cdef public bint _saturationvapourpressuresnow_ramflag
|
|
356
|
+
cdef public double[:,:] _saturationvapourpressuresnow_array
|
|
357
|
+
cdef public bint _saturationvapourpressuresnow_diskflag_reading
|
|
358
|
+
cdef public bint _saturationvapourpressuresnow_diskflag_writing
|
|
359
|
+
cdef public double[:] _saturationvapourpressuresnow_ncarray
|
|
360
|
+
cdef public double[:] actualvapourpressure
|
|
361
|
+
cdef public numpy.int64_t _actualvapourpressure_ndim
|
|
362
|
+
cdef public numpy.int64_t _actualvapourpressure_length
|
|
363
|
+
cdef public numpy.int64_t _actualvapourpressure_length_0
|
|
364
|
+
cdef public bint _actualvapourpressure_ramflag
|
|
365
|
+
cdef public double[:,:] _actualvapourpressure_array
|
|
366
|
+
cdef public bint _actualvapourpressure_diskflag_reading
|
|
367
|
+
cdef public bint _actualvapourpressure_diskflag_writing
|
|
368
|
+
cdef public double[:] _actualvapourpressure_ncarray
|
|
369
|
+
cdef public double[:] tz
|
|
370
|
+
cdef public numpy.int64_t _tz_ndim
|
|
371
|
+
cdef public numpy.int64_t _tz_length
|
|
372
|
+
cdef public numpy.int64_t _tz_length_0
|
|
373
|
+
cdef public bint _tz_ramflag
|
|
374
|
+
cdef public double[:,:] _tz_array
|
|
375
|
+
cdef public bint _tz_diskflag_reading
|
|
376
|
+
cdef public bint _tz_diskflag_writing
|
|
377
|
+
cdef public double[:] _tz_ncarray
|
|
378
|
+
cdef public double[:] wg
|
|
379
|
+
cdef public numpy.int64_t _wg_ndim
|
|
380
|
+
cdef public numpy.int64_t _wg_length
|
|
381
|
+
cdef public numpy.int64_t _wg_length_0
|
|
382
|
+
cdef public bint _wg_ramflag
|
|
383
|
+
cdef public double[:,:] _wg_array
|
|
384
|
+
cdef public bint _wg_diskflag_reading
|
|
385
|
+
cdef public bint _wg_diskflag_writing
|
|
386
|
+
cdef public double[:] _wg_ncarray
|
|
387
|
+
cdef public double[:] netshortwaveradiationinz
|
|
388
|
+
cdef public numpy.int64_t _netshortwaveradiationinz_ndim
|
|
389
|
+
cdef public numpy.int64_t _netshortwaveradiationinz_length
|
|
390
|
+
cdef public numpy.int64_t _netshortwaveradiationinz_length_0
|
|
391
|
+
cdef public bint _netshortwaveradiationinz_ramflag
|
|
392
|
+
cdef public double[:,:] _netshortwaveradiationinz_array
|
|
393
|
+
cdef public bint _netshortwaveradiationinz_diskflag_reading
|
|
394
|
+
cdef public bint _netshortwaveradiationinz_diskflag_writing
|
|
395
|
+
cdef public double[:] _netshortwaveradiationinz_ncarray
|
|
396
|
+
cdef public double[:] netshortwaveradiationsnow
|
|
397
|
+
cdef public numpy.int64_t _netshortwaveradiationsnow_ndim
|
|
398
|
+
cdef public numpy.int64_t _netshortwaveradiationsnow_length
|
|
399
|
+
cdef public numpy.int64_t _netshortwaveradiationsnow_length_0
|
|
400
|
+
cdef public bint _netshortwaveradiationsnow_ramflag
|
|
401
|
+
cdef public double[:,:] _netshortwaveradiationsnow_array
|
|
402
|
+
cdef public bint _netshortwaveradiationsnow_diskflag_reading
|
|
403
|
+
cdef public bint _netshortwaveradiationsnow_diskflag_writing
|
|
404
|
+
cdef public double[:] _netshortwaveradiationsnow_ncarray
|
|
405
|
+
cdef public double[:] netlongwaveradiationinz
|
|
406
|
+
cdef public numpy.int64_t _netlongwaveradiationinz_ndim
|
|
407
|
+
cdef public numpy.int64_t _netlongwaveradiationinz_length
|
|
408
|
+
cdef public numpy.int64_t _netlongwaveradiationinz_length_0
|
|
409
|
+
cdef public bint _netlongwaveradiationinz_ramflag
|
|
410
|
+
cdef public double[:,:] _netlongwaveradiationinz_array
|
|
411
|
+
cdef public bint _netlongwaveradiationinz_diskflag_reading
|
|
412
|
+
cdef public bint _netlongwaveradiationinz_diskflag_writing
|
|
413
|
+
cdef public double[:] _netlongwaveradiationinz_ncarray
|
|
414
|
+
cdef public double[:] netlongwaveradiationsnow
|
|
415
|
+
cdef public numpy.int64_t _netlongwaveradiationsnow_ndim
|
|
416
|
+
cdef public numpy.int64_t _netlongwaveradiationsnow_length
|
|
417
|
+
cdef public numpy.int64_t _netlongwaveradiationsnow_length_0
|
|
418
|
+
cdef public bint _netlongwaveradiationsnow_ramflag
|
|
419
|
+
cdef public double[:,:] _netlongwaveradiationsnow_array
|
|
420
|
+
cdef public bint _netlongwaveradiationsnow_diskflag_reading
|
|
421
|
+
cdef public bint _netlongwaveradiationsnow_diskflag_writing
|
|
422
|
+
cdef public double[:] _netlongwaveradiationsnow_ncarray
|
|
423
|
+
cdef public double[:] netradiationinz
|
|
424
|
+
cdef public numpy.int64_t _netradiationinz_ndim
|
|
425
|
+
cdef public numpy.int64_t _netradiationinz_length
|
|
426
|
+
cdef public numpy.int64_t _netradiationinz_length_0
|
|
427
|
+
cdef public bint _netradiationinz_ramflag
|
|
428
|
+
cdef public double[:,:] _netradiationinz_array
|
|
429
|
+
cdef public bint _netradiationinz_diskflag_reading
|
|
430
|
+
cdef public bint _netradiationinz_diskflag_writing
|
|
431
|
+
cdef public double[:] _netradiationinz_ncarray
|
|
432
|
+
cdef public double[:] netradiationsnow
|
|
433
|
+
cdef public numpy.int64_t _netradiationsnow_ndim
|
|
434
|
+
cdef public numpy.int64_t _netradiationsnow_length
|
|
435
|
+
cdef public numpy.int64_t _netradiationsnow_length_0
|
|
436
|
+
cdef public bint _netradiationsnow_ramflag
|
|
437
|
+
cdef public double[:,:] _netradiationsnow_array
|
|
438
|
+
cdef public bint _netradiationsnow_diskflag_reading
|
|
439
|
+
cdef public bint _netradiationsnow_diskflag_writing
|
|
440
|
+
cdef public double[:] _netradiationsnow_ncarray
|
|
441
|
+
cdef public double[:] nbes
|
|
442
|
+
cdef public numpy.int64_t _nbes_ndim
|
|
443
|
+
cdef public numpy.int64_t _nbes_length
|
|
444
|
+
cdef public numpy.int64_t _nbes_length_0
|
|
445
|
+
cdef public bint _nbes_ramflag
|
|
446
|
+
cdef public double[:,:] _nbes_array
|
|
447
|
+
cdef public bint _nbes_diskflag_reading
|
|
448
|
+
cdef public bint _nbes_diskflag_writing
|
|
449
|
+
cdef public double[:] _nbes_ncarray
|
|
450
|
+
cdef public double[:] sbes
|
|
451
|
+
cdef public numpy.int64_t _sbes_ndim
|
|
452
|
+
cdef public numpy.int64_t _sbes_length
|
|
453
|
+
cdef public numpy.int64_t _sbes_length_0
|
|
454
|
+
cdef public bint _sbes_ramflag
|
|
455
|
+
cdef public double[:,:] _sbes_array
|
|
456
|
+
cdef public bint _sbes_diskflag_reading
|
|
457
|
+
cdef public bint _sbes_diskflag_writing
|
|
458
|
+
cdef public double[:] _sbes_ncarray
|
|
459
|
+
cdef public double[:] snowintmax
|
|
460
|
+
cdef public numpy.int64_t _snowintmax_ndim
|
|
461
|
+
cdef public numpy.int64_t _snowintmax_length
|
|
462
|
+
cdef public numpy.int64_t _snowintmax_length_0
|
|
463
|
+
cdef public bint _snowintmax_ramflag
|
|
464
|
+
cdef public double[:,:] _snowintmax_array
|
|
465
|
+
cdef public bint _snowintmax_diskflag_reading
|
|
466
|
+
cdef public bint _snowintmax_diskflag_writing
|
|
467
|
+
cdef public double[:] _snowintmax_ncarray
|
|
468
|
+
cdef public double[:] snowintrate
|
|
469
|
+
cdef public numpy.int64_t _snowintrate_ndim
|
|
470
|
+
cdef public numpy.int64_t _snowintrate_length
|
|
471
|
+
cdef public numpy.int64_t _snowintrate_length_0
|
|
472
|
+
cdef public bint _snowintrate_ramflag
|
|
473
|
+
cdef public double[:,:] _snowintrate_array
|
|
474
|
+
cdef public bint _snowintrate_diskflag_reading
|
|
475
|
+
cdef public bint _snowintrate_diskflag_writing
|
|
476
|
+
cdef public double[:] _snowintrate_ncarray
|
|
477
|
+
cdef public double[:] nbesinz
|
|
478
|
+
cdef public numpy.int64_t _nbesinz_ndim
|
|
479
|
+
cdef public numpy.int64_t _nbesinz_length
|
|
480
|
+
cdef public numpy.int64_t _nbesinz_length_0
|
|
481
|
+
cdef public bint _nbesinz_ramflag
|
|
482
|
+
cdef public double[:,:] _nbesinz_array
|
|
483
|
+
cdef public bint _nbesinz_diskflag_reading
|
|
484
|
+
cdef public bint _nbesinz_diskflag_writing
|
|
485
|
+
cdef public double[:] _nbesinz_ncarray
|
|
486
|
+
cdef public double[:] sbesinz
|
|
487
|
+
cdef public numpy.int64_t _sbesinz_ndim
|
|
488
|
+
cdef public numpy.int64_t _sbesinz_length
|
|
489
|
+
cdef public numpy.int64_t _sbesinz_length_0
|
|
490
|
+
cdef public bint _sbesinz_ramflag
|
|
491
|
+
cdef public double[:,:] _sbesinz_array
|
|
492
|
+
cdef public bint _sbesinz_diskflag_reading
|
|
493
|
+
cdef public bint _sbesinz_diskflag_writing
|
|
494
|
+
cdef public double[:] _sbesinz_ncarray
|
|
495
|
+
cdef public double[:] wniedinz
|
|
496
|
+
cdef public numpy.int64_t _wniedinz_ndim
|
|
497
|
+
cdef public numpy.int64_t _wniedinz_length
|
|
498
|
+
cdef public numpy.int64_t _wniedinz_length_0
|
|
499
|
+
cdef public bint _wniedinz_ramflag
|
|
500
|
+
cdef public double[:,:] _wniedinz_array
|
|
501
|
+
cdef public bint _wniedinz_diskflag_reading
|
|
502
|
+
cdef public bint _wniedinz_diskflag_writing
|
|
503
|
+
cdef public double[:] _wniedinz_ncarray
|
|
504
|
+
cdef public double[:] actualalbedoinz
|
|
505
|
+
cdef public numpy.int64_t _actualalbedoinz_ndim
|
|
506
|
+
cdef public numpy.int64_t _actualalbedoinz_length
|
|
507
|
+
cdef public numpy.int64_t _actualalbedoinz_length_0
|
|
508
|
+
cdef public bint _actualalbedoinz_ramflag
|
|
509
|
+
cdef public double[:,:] _actualalbedoinz_array
|
|
510
|
+
cdef public bint _actualalbedoinz_diskflag_reading
|
|
511
|
+
cdef public bint _actualalbedoinz_diskflag_writing
|
|
512
|
+
cdef public double[:] _actualalbedoinz_ncarray
|
|
513
|
+
cdef public double[:] wadainz
|
|
514
|
+
cdef public numpy.int64_t _wadainz_ndim
|
|
515
|
+
cdef public numpy.int64_t _wadainz_length
|
|
516
|
+
cdef public numpy.int64_t _wadainz_length_0
|
|
517
|
+
cdef public bint _wadainz_ramflag
|
|
518
|
+
cdef public double[:,:] _wadainz_array
|
|
519
|
+
cdef public bint _wadainz_diskflag_reading
|
|
520
|
+
cdef public bint _wadainz_diskflag_writing
|
|
521
|
+
cdef public double[:] _wadainz_ncarray
|
|
522
|
+
cdef public double[:] schmpotinz
|
|
523
|
+
cdef public numpy.int64_t _schmpotinz_ndim
|
|
524
|
+
cdef public numpy.int64_t _schmpotinz_length
|
|
525
|
+
cdef public numpy.int64_t _schmpotinz_length_0
|
|
526
|
+
cdef public bint _schmpotinz_ramflag
|
|
527
|
+
cdef public double[:,:] _schmpotinz_array
|
|
528
|
+
cdef public bint _schmpotinz_diskflag_reading
|
|
529
|
+
cdef public bint _schmpotinz_diskflag_writing
|
|
530
|
+
cdef public double[:] _schmpotinz_ncarray
|
|
531
|
+
cdef public double[:] schminz
|
|
532
|
+
cdef public numpy.int64_t _schminz_ndim
|
|
533
|
+
cdef public numpy.int64_t _schminz_length
|
|
534
|
+
cdef public numpy.int64_t _schminz_length_0
|
|
535
|
+
cdef public bint _schminz_ramflag
|
|
536
|
+
cdef public double[:,:] _schminz_array
|
|
537
|
+
cdef public bint _schminz_diskflag_reading
|
|
538
|
+
cdef public bint _schminz_diskflag_writing
|
|
539
|
+
cdef public double[:] _schminz_ncarray
|
|
540
|
+
cdef public double[:] gefrpotinz
|
|
541
|
+
cdef public numpy.int64_t _gefrpotinz_ndim
|
|
542
|
+
cdef public numpy.int64_t _gefrpotinz_length
|
|
543
|
+
cdef public numpy.int64_t _gefrpotinz_length_0
|
|
544
|
+
cdef public bint _gefrpotinz_ramflag
|
|
545
|
+
cdef public double[:,:] _gefrpotinz_array
|
|
546
|
+
cdef public bint _gefrpotinz_diskflag_reading
|
|
547
|
+
cdef public bint _gefrpotinz_diskflag_writing
|
|
548
|
+
cdef public double[:] _gefrpotinz_ncarray
|
|
549
|
+
cdef public double[:] gefrinz
|
|
550
|
+
cdef public numpy.int64_t _gefrinz_ndim
|
|
551
|
+
cdef public numpy.int64_t _gefrinz_length
|
|
552
|
+
cdef public numpy.int64_t _gefrinz_length_0
|
|
553
|
+
cdef public bint _gefrinz_ramflag
|
|
554
|
+
cdef public double[:,:] _gefrinz_array
|
|
555
|
+
cdef public bint _gefrinz_diskflag_reading
|
|
556
|
+
cdef public bint _gefrinz_diskflag_writing
|
|
557
|
+
cdef public double[:] _gefrinz_ncarray
|
|
558
|
+
cdef public double[:] evsinz
|
|
559
|
+
cdef public numpy.int64_t _evsinz_ndim
|
|
560
|
+
cdef public numpy.int64_t _evsinz_length
|
|
561
|
+
cdef public numpy.int64_t _evsinz_length_0
|
|
562
|
+
cdef public bint _evsinz_ramflag
|
|
563
|
+
cdef public double[:,:] _evsinz_array
|
|
564
|
+
cdef public bint _evsinz_diskflag_reading
|
|
565
|
+
cdef public bint _evsinz_diskflag_writing
|
|
566
|
+
cdef public double[:] _evsinz_ncarray
|
|
567
|
+
cdef public double[:] evi
|
|
568
|
+
cdef public numpy.int64_t _evi_ndim
|
|
569
|
+
cdef public numpy.int64_t _evi_length
|
|
570
|
+
cdef public numpy.int64_t _evi_length_0
|
|
571
|
+
cdef public bint _evi_ramflag
|
|
572
|
+
cdef public double[:,:] _evi_array
|
|
573
|
+
cdef public bint _evi_diskflag_reading
|
|
574
|
+
cdef public bint _evi_diskflag_writing
|
|
575
|
+
cdef public double[:] _evi_ncarray
|
|
576
|
+
cdef public double[:] evb
|
|
577
|
+
cdef public numpy.int64_t _evb_ndim
|
|
578
|
+
cdef public numpy.int64_t _evb_length
|
|
579
|
+
cdef public numpy.int64_t _evb_length_0
|
|
580
|
+
cdef public bint _evb_ramflag
|
|
581
|
+
cdef public double[:,:] _evb_array
|
|
582
|
+
cdef public bint _evb_diskflag_reading
|
|
583
|
+
cdef public bint _evb_diskflag_writing
|
|
584
|
+
cdef public double[:] _evb_ncarray
|
|
585
|
+
cdef public double[:] evs
|
|
586
|
+
cdef public numpy.int64_t _evs_ndim
|
|
587
|
+
cdef public numpy.int64_t _evs_length
|
|
588
|
+
cdef public numpy.int64_t _evs_length_0
|
|
589
|
+
cdef public bint _evs_ramflag
|
|
590
|
+
cdef public double[:,:] _evs_array
|
|
591
|
+
cdef public bint _evs_diskflag_reading
|
|
592
|
+
cdef public bint _evs_diskflag_writing
|
|
593
|
+
cdef public double[:] _evs_ncarray
|
|
594
|
+
cdef public double[:] wnied
|
|
595
|
+
cdef public numpy.int64_t _wnied_ndim
|
|
596
|
+
cdef public numpy.int64_t _wnied_length
|
|
597
|
+
cdef public numpy.int64_t _wnied_length_0
|
|
598
|
+
cdef public bint _wnied_ramflag
|
|
599
|
+
cdef public double[:,:] _wnied_array
|
|
600
|
+
cdef public bint _wnied_diskflag_reading
|
|
601
|
+
cdef public bint _wnied_diskflag_writing
|
|
602
|
+
cdef public double[:] _wnied_ncarray
|
|
603
|
+
cdef public double[:] tempssurface
|
|
604
|
+
cdef public numpy.int64_t _tempssurface_ndim
|
|
605
|
+
cdef public numpy.int64_t _tempssurface_length
|
|
606
|
+
cdef public numpy.int64_t _tempssurface_length_0
|
|
607
|
+
cdef public bint _tempssurface_ramflag
|
|
608
|
+
cdef public double[:,:] _tempssurface_array
|
|
609
|
+
cdef public bint _tempssurface_diskflag_reading
|
|
610
|
+
cdef public bint _tempssurface_diskflag_writing
|
|
611
|
+
cdef public double[:] _tempssurface_ncarray
|
|
612
|
+
cdef public double[:] actualalbedo
|
|
613
|
+
cdef public numpy.int64_t _actualalbedo_ndim
|
|
614
|
+
cdef public numpy.int64_t _actualalbedo_length
|
|
615
|
+
cdef public numpy.int64_t _actualalbedo_length_0
|
|
616
|
+
cdef public bint _actualalbedo_ramflag
|
|
617
|
+
cdef public double[:,:] _actualalbedo_array
|
|
618
|
+
cdef public bint _actualalbedo_diskflag_reading
|
|
619
|
+
cdef public bint _actualalbedo_diskflag_writing
|
|
620
|
+
cdef public double[:] _actualalbedo_ncarray
|
|
621
|
+
cdef public double[:] schmpot
|
|
622
|
+
cdef public numpy.int64_t _schmpot_ndim
|
|
623
|
+
cdef public numpy.int64_t _schmpot_length
|
|
624
|
+
cdef public numpy.int64_t _schmpot_length_0
|
|
625
|
+
cdef public bint _schmpot_ramflag
|
|
626
|
+
cdef public double[:,:] _schmpot_array
|
|
627
|
+
cdef public bint _schmpot_diskflag_reading
|
|
628
|
+
cdef public bint _schmpot_diskflag_writing
|
|
629
|
+
cdef public double[:] _schmpot_ncarray
|
|
630
|
+
cdef public double[:] schm
|
|
631
|
+
cdef public numpy.int64_t _schm_ndim
|
|
632
|
+
cdef public numpy.int64_t _schm_length
|
|
633
|
+
cdef public numpy.int64_t _schm_length_0
|
|
634
|
+
cdef public bint _schm_ramflag
|
|
635
|
+
cdef public double[:,:] _schm_array
|
|
636
|
+
cdef public bint _schm_diskflag_reading
|
|
637
|
+
cdef public bint _schm_diskflag_writing
|
|
638
|
+
cdef public double[:] _schm_ncarray
|
|
639
|
+
cdef public double[:] gefrpot
|
|
640
|
+
cdef public numpy.int64_t _gefrpot_ndim
|
|
641
|
+
cdef public numpy.int64_t _gefrpot_length
|
|
642
|
+
cdef public numpy.int64_t _gefrpot_length_0
|
|
643
|
+
cdef public bint _gefrpot_ramflag
|
|
644
|
+
cdef public double[:,:] _gefrpot_array
|
|
645
|
+
cdef public bint _gefrpot_diskflag_reading
|
|
646
|
+
cdef public bint _gefrpot_diskflag_writing
|
|
647
|
+
cdef public double[:] _gefrpot_ncarray
|
|
648
|
+
cdef public double[:] gefr
|
|
649
|
+
cdef public numpy.int64_t _gefr_ndim
|
|
650
|
+
cdef public numpy.int64_t _gefr_length
|
|
651
|
+
cdef public numpy.int64_t _gefr_length_0
|
|
652
|
+
cdef public bint _gefr_ramflag
|
|
653
|
+
cdef public double[:,:] _gefr_array
|
|
654
|
+
cdef public bint _gefr_diskflag_reading
|
|
655
|
+
cdef public bint _gefr_diskflag_writing
|
|
656
|
+
cdef public double[:] _gefr_ncarray
|
|
657
|
+
cdef public double[:] wlatinz
|
|
658
|
+
cdef public numpy.int64_t _wlatinz_ndim
|
|
659
|
+
cdef public numpy.int64_t _wlatinz_length
|
|
660
|
+
cdef public numpy.int64_t _wlatinz_length_0
|
|
661
|
+
cdef public bint _wlatinz_ramflag
|
|
662
|
+
cdef public double[:,:] _wlatinz_array
|
|
663
|
+
cdef public bint _wlatinz_diskflag_reading
|
|
664
|
+
cdef public bint _wlatinz_diskflag_writing
|
|
665
|
+
cdef public double[:] _wlatinz_ncarray
|
|
666
|
+
cdef public double[:] wlatsnow
|
|
667
|
+
cdef public numpy.int64_t _wlatsnow_ndim
|
|
668
|
+
cdef public numpy.int64_t _wlatsnow_length
|
|
669
|
+
cdef public numpy.int64_t _wlatsnow_length_0
|
|
670
|
+
cdef public bint _wlatsnow_ramflag
|
|
671
|
+
cdef public double[:,:] _wlatsnow_array
|
|
672
|
+
cdef public bint _wlatsnow_diskflag_reading
|
|
673
|
+
cdef public bint _wlatsnow_diskflag_writing
|
|
674
|
+
cdef public double[:] _wlatsnow_ncarray
|
|
675
|
+
cdef public double[:] wsensinz
|
|
676
|
+
cdef public numpy.int64_t _wsensinz_ndim
|
|
677
|
+
cdef public numpy.int64_t _wsensinz_length
|
|
678
|
+
cdef public numpy.int64_t _wsensinz_length_0
|
|
679
|
+
cdef public bint _wsensinz_ramflag
|
|
680
|
+
cdef public double[:,:] _wsensinz_array
|
|
681
|
+
cdef public bint _wsensinz_diskflag_reading
|
|
682
|
+
cdef public bint _wsensinz_diskflag_writing
|
|
683
|
+
cdef public double[:] _wsensinz_ncarray
|
|
684
|
+
cdef public double[:] wsenssnow
|
|
685
|
+
cdef public numpy.int64_t _wsenssnow_ndim
|
|
686
|
+
cdef public numpy.int64_t _wsenssnow_length
|
|
687
|
+
cdef public numpy.int64_t _wsenssnow_length_0
|
|
688
|
+
cdef public bint _wsenssnow_ramflag
|
|
689
|
+
cdef public double[:,:] _wsenssnow_array
|
|
690
|
+
cdef public bint _wsenssnow_diskflag_reading
|
|
691
|
+
cdef public bint _wsenssnow_diskflag_writing
|
|
692
|
+
cdef public double[:] _wsenssnow_ncarray
|
|
693
|
+
cdef public double[:] wsurfinz
|
|
694
|
+
cdef public numpy.int64_t _wsurfinz_ndim
|
|
695
|
+
cdef public numpy.int64_t _wsurfinz_length
|
|
696
|
+
cdef public numpy.int64_t _wsurfinz_length_0
|
|
697
|
+
cdef public bint _wsurfinz_ramflag
|
|
698
|
+
cdef public double[:,:] _wsurfinz_array
|
|
699
|
+
cdef public bint _wsurfinz_diskflag_reading
|
|
700
|
+
cdef public bint _wsurfinz_diskflag_writing
|
|
701
|
+
cdef public double[:] _wsurfinz_ncarray
|
|
702
|
+
cdef public double[:] wsurf
|
|
703
|
+
cdef public numpy.int64_t _wsurf_ndim
|
|
704
|
+
cdef public numpy.int64_t _wsurf_length
|
|
705
|
+
cdef public numpy.int64_t _wsurf_length_0
|
|
706
|
+
cdef public bint _wsurf_ramflag
|
|
707
|
+
cdef public double[:,:] _wsurf_array
|
|
708
|
+
cdef public bint _wsurf_diskflag_reading
|
|
709
|
+
cdef public bint _wsurf_diskflag_writing
|
|
710
|
+
cdef public double[:] _wsurf_ncarray
|
|
711
|
+
cdef public double[:] sff
|
|
712
|
+
cdef public numpy.int64_t _sff_ndim
|
|
713
|
+
cdef public numpy.int64_t _sff_length
|
|
714
|
+
cdef public numpy.int64_t _sff_length_0
|
|
715
|
+
cdef public bint _sff_ramflag
|
|
716
|
+
cdef public double[:,:] _sff_array
|
|
717
|
+
cdef public bint _sff_diskflag_reading
|
|
718
|
+
cdef public bint _sff_diskflag_writing
|
|
719
|
+
cdef public double[:] _sff_ncarray
|
|
720
|
+
cdef public double[:] fvg
|
|
721
|
+
cdef public numpy.int64_t _fvg_ndim
|
|
722
|
+
cdef public numpy.int64_t _fvg_length
|
|
723
|
+
cdef public numpy.int64_t _fvg_length_0
|
|
724
|
+
cdef public bint _fvg_ramflag
|
|
725
|
+
cdef public double[:,:] _fvg_array
|
|
726
|
+
cdef public bint _fvg_diskflag_reading
|
|
727
|
+
cdef public bint _fvg_diskflag_writing
|
|
728
|
+
cdef public double[:] _fvg_ncarray
|
|
729
|
+
cdef public double[:] wada
|
|
730
|
+
cdef public numpy.int64_t _wada_ndim
|
|
731
|
+
cdef public numpy.int64_t _wada_length
|
|
732
|
+
cdef public numpy.int64_t _wada_length_0
|
|
733
|
+
cdef public bint _wada_ramflag
|
|
734
|
+
cdef public double[:,:] _wada_array
|
|
735
|
+
cdef public bint _wada_diskflag_reading
|
|
736
|
+
cdef public bint _wada_diskflag_writing
|
|
737
|
+
cdef public double[:] _wada_ncarray
|
|
738
|
+
cdef public double[:] qdb
|
|
739
|
+
cdef public numpy.int64_t _qdb_ndim
|
|
740
|
+
cdef public numpy.int64_t _qdb_length
|
|
741
|
+
cdef public numpy.int64_t _qdb_length_0
|
|
742
|
+
cdef public bint _qdb_ramflag
|
|
743
|
+
cdef public double[:,:] _qdb_array
|
|
744
|
+
cdef public bint _qdb_diskflag_reading
|
|
745
|
+
cdef public bint _qdb_diskflag_writing
|
|
746
|
+
cdef public double[:] _qdb_ncarray
|
|
747
|
+
cdef public double[:] qib1
|
|
748
|
+
cdef public numpy.int64_t _qib1_ndim
|
|
749
|
+
cdef public numpy.int64_t _qib1_length
|
|
750
|
+
cdef public numpy.int64_t _qib1_length_0
|
|
751
|
+
cdef public bint _qib1_ramflag
|
|
752
|
+
cdef public double[:,:] _qib1_array
|
|
753
|
+
cdef public bint _qib1_diskflag_reading
|
|
754
|
+
cdef public bint _qib1_diskflag_writing
|
|
755
|
+
cdef public double[:] _qib1_ncarray
|
|
756
|
+
cdef public double[:] qib2
|
|
757
|
+
cdef public numpy.int64_t _qib2_ndim
|
|
758
|
+
cdef public numpy.int64_t _qib2_length
|
|
759
|
+
cdef public numpy.int64_t _qib2_length_0
|
|
760
|
+
cdef public bint _qib2_ramflag
|
|
761
|
+
cdef public double[:,:] _qib2_array
|
|
762
|
+
cdef public bint _qib2_diskflag_reading
|
|
763
|
+
cdef public bint _qib2_diskflag_writing
|
|
764
|
+
cdef public double[:] _qib2_ncarray
|
|
765
|
+
cdef public double[:] qbb
|
|
766
|
+
cdef public numpy.int64_t _qbb_ndim
|
|
767
|
+
cdef public numpy.int64_t _qbb_length
|
|
768
|
+
cdef public numpy.int64_t _qbb_length_0
|
|
769
|
+
cdef public bint _qbb_ramflag
|
|
770
|
+
cdef public double[:,:] _qbb_array
|
|
771
|
+
cdef public bint _qbb_diskflag_reading
|
|
772
|
+
cdef public bint _qbb_diskflag_writing
|
|
773
|
+
cdef public double[:] _qbb_ncarray
|
|
774
|
+
cdef public double[:] qkap
|
|
775
|
+
cdef public numpy.int64_t _qkap_ndim
|
|
776
|
+
cdef public numpy.int64_t _qkap_length
|
|
777
|
+
cdef public numpy.int64_t _qkap_length_0
|
|
778
|
+
cdef public bint _qkap_ramflag
|
|
779
|
+
cdef public double[:,:] _qkap_array
|
|
780
|
+
cdef public bint _qkap_diskflag_reading
|
|
781
|
+
cdef public bint _qkap_diskflag_writing
|
|
782
|
+
cdef public double[:] _qkap_ncarray
|
|
783
|
+
cdef public double qdgz
|
|
784
|
+
cdef public numpy.int64_t _qdgz_ndim
|
|
785
|
+
cdef public numpy.int64_t _qdgz_length
|
|
786
|
+
cdef public bint _qdgz_ramflag
|
|
787
|
+
cdef public double[:] _qdgz_array
|
|
788
|
+
cdef public bint _qdgz_diskflag_reading
|
|
789
|
+
cdef public bint _qdgz_diskflag_writing
|
|
790
|
+
cdef public double[:] _qdgz_ncarray
|
|
791
|
+
cdef public bint _qdgz_outputflag
|
|
792
|
+
cdef double *_qdgz_outputpointer
|
|
793
|
+
cdef public double qdgz1
|
|
794
|
+
cdef public numpy.int64_t _qdgz1_ndim
|
|
795
|
+
cdef public numpy.int64_t _qdgz1_length
|
|
796
|
+
cdef public bint _qdgz1_ramflag
|
|
797
|
+
cdef public double[:] _qdgz1_array
|
|
798
|
+
cdef public bint _qdgz1_diskflag_reading
|
|
799
|
+
cdef public bint _qdgz1_diskflag_writing
|
|
800
|
+
cdef public double[:] _qdgz1_ncarray
|
|
801
|
+
cdef public bint _qdgz1_outputflag
|
|
802
|
+
cdef double *_qdgz1_outputpointer
|
|
803
|
+
cdef public double qdgz2
|
|
804
|
+
cdef public numpy.int64_t _qdgz2_ndim
|
|
805
|
+
cdef public numpy.int64_t _qdgz2_length
|
|
806
|
+
cdef public bint _qdgz2_ramflag
|
|
807
|
+
cdef public double[:] _qdgz2_array
|
|
808
|
+
cdef public bint _qdgz2_diskflag_reading
|
|
809
|
+
cdef public bint _qdgz2_diskflag_writing
|
|
810
|
+
cdef public double[:] _qdgz2_ncarray
|
|
811
|
+
cdef public bint _qdgz2_outputflag
|
|
812
|
+
cdef double *_qdgz2_outputpointer
|
|
813
|
+
cdef public double qigz1
|
|
814
|
+
cdef public numpy.int64_t _qigz1_ndim
|
|
815
|
+
cdef public numpy.int64_t _qigz1_length
|
|
816
|
+
cdef public bint _qigz1_ramflag
|
|
817
|
+
cdef public double[:] _qigz1_array
|
|
818
|
+
cdef public bint _qigz1_diskflag_reading
|
|
819
|
+
cdef public bint _qigz1_diskflag_writing
|
|
820
|
+
cdef public double[:] _qigz1_ncarray
|
|
821
|
+
cdef public bint _qigz1_outputflag
|
|
822
|
+
cdef double *_qigz1_outputpointer
|
|
823
|
+
cdef public double qigz2
|
|
824
|
+
cdef public numpy.int64_t _qigz2_ndim
|
|
825
|
+
cdef public numpy.int64_t _qigz2_length
|
|
826
|
+
cdef public bint _qigz2_ramflag
|
|
827
|
+
cdef public double[:] _qigz2_array
|
|
828
|
+
cdef public bint _qigz2_diskflag_reading
|
|
829
|
+
cdef public bint _qigz2_diskflag_writing
|
|
830
|
+
cdef public double[:] _qigz2_ncarray
|
|
831
|
+
cdef public bint _qigz2_outputflag
|
|
832
|
+
cdef double *_qigz2_outputpointer
|
|
833
|
+
cdef public double qbgz
|
|
834
|
+
cdef public numpy.int64_t _qbgz_ndim
|
|
835
|
+
cdef public numpy.int64_t _qbgz_length
|
|
836
|
+
cdef public bint _qbgz_ramflag
|
|
837
|
+
cdef public double[:] _qbgz_array
|
|
838
|
+
cdef public bint _qbgz_diskflag_reading
|
|
839
|
+
cdef public bint _qbgz_diskflag_writing
|
|
840
|
+
cdef public double[:] _qbgz_ncarray
|
|
841
|
+
cdef public bint _qbgz_outputflag
|
|
842
|
+
cdef double *_qbgz_outputpointer
|
|
843
|
+
cdef public double qdga1
|
|
844
|
+
cdef public numpy.int64_t _qdga1_ndim
|
|
845
|
+
cdef public numpy.int64_t _qdga1_length
|
|
846
|
+
cdef public bint _qdga1_ramflag
|
|
847
|
+
cdef public double[:] _qdga1_array
|
|
848
|
+
cdef public bint _qdga1_diskflag_reading
|
|
849
|
+
cdef public bint _qdga1_diskflag_writing
|
|
850
|
+
cdef public double[:] _qdga1_ncarray
|
|
851
|
+
cdef public bint _qdga1_outputflag
|
|
852
|
+
cdef double *_qdga1_outputpointer
|
|
853
|
+
cdef public double qdga2
|
|
854
|
+
cdef public numpy.int64_t _qdga2_ndim
|
|
855
|
+
cdef public numpy.int64_t _qdga2_length
|
|
856
|
+
cdef public bint _qdga2_ramflag
|
|
857
|
+
cdef public double[:] _qdga2_array
|
|
858
|
+
cdef public bint _qdga2_diskflag_reading
|
|
859
|
+
cdef public bint _qdga2_diskflag_writing
|
|
860
|
+
cdef public double[:] _qdga2_ncarray
|
|
861
|
+
cdef public bint _qdga2_outputflag
|
|
862
|
+
cdef double *_qdga2_outputpointer
|
|
863
|
+
cdef public double qiga1
|
|
864
|
+
cdef public numpy.int64_t _qiga1_ndim
|
|
865
|
+
cdef public numpy.int64_t _qiga1_length
|
|
866
|
+
cdef public bint _qiga1_ramflag
|
|
867
|
+
cdef public double[:] _qiga1_array
|
|
868
|
+
cdef public bint _qiga1_diskflag_reading
|
|
869
|
+
cdef public bint _qiga1_diskflag_writing
|
|
870
|
+
cdef public double[:] _qiga1_ncarray
|
|
871
|
+
cdef public bint _qiga1_outputflag
|
|
872
|
+
cdef double *_qiga1_outputpointer
|
|
873
|
+
cdef public double qiga2
|
|
874
|
+
cdef public numpy.int64_t _qiga2_ndim
|
|
875
|
+
cdef public numpy.int64_t _qiga2_length
|
|
876
|
+
cdef public bint _qiga2_ramflag
|
|
877
|
+
cdef public double[:] _qiga2_array
|
|
878
|
+
cdef public bint _qiga2_diskflag_reading
|
|
879
|
+
cdef public bint _qiga2_diskflag_writing
|
|
880
|
+
cdef public double[:] _qiga2_ncarray
|
|
881
|
+
cdef public bint _qiga2_outputflag
|
|
882
|
+
cdef double *_qiga2_outputpointer
|
|
883
|
+
cdef public double qbga
|
|
884
|
+
cdef public numpy.int64_t _qbga_ndim
|
|
885
|
+
cdef public numpy.int64_t _qbga_length
|
|
886
|
+
cdef public bint _qbga_ramflag
|
|
887
|
+
cdef public double[:] _qbga_array
|
|
888
|
+
cdef public bint _qbga_diskflag_reading
|
|
889
|
+
cdef public bint _qbga_diskflag_writing
|
|
890
|
+
cdef public double[:] _qbga_ncarray
|
|
891
|
+
cdef public bint _qbga_outputflag
|
|
892
|
+
cdef double *_qbga_outputpointer
|
|
893
|
+
cdef public double qah
|
|
894
|
+
cdef public numpy.int64_t _qah_ndim
|
|
895
|
+
cdef public numpy.int64_t _qah_length
|
|
896
|
+
cdef public bint _qah_ramflag
|
|
897
|
+
cdef public double[:] _qah_array
|
|
898
|
+
cdef public bint _qah_diskflag_reading
|
|
899
|
+
cdef public bint _qah_diskflag_writing
|
|
900
|
+
cdef public double[:] _qah_ncarray
|
|
901
|
+
cdef public bint _qah_outputflag
|
|
902
|
+
cdef double *_qah_outputpointer
|
|
903
|
+
cdef public double qa
|
|
904
|
+
cdef public numpy.int64_t _qa_ndim
|
|
905
|
+
cdef public numpy.int64_t _qa_length
|
|
906
|
+
cdef public bint _qa_ramflag
|
|
907
|
+
cdef public double[:] _qa_array
|
|
908
|
+
cdef public bint _qa_diskflag_reading
|
|
909
|
+
cdef public bint _qa_diskflag_writing
|
|
910
|
+
cdef public double[:] _qa_ncarray
|
|
911
|
+
cdef public bint _qa_outputflag
|
|
912
|
+
cdef double *_qa_outputpointer
|
|
913
|
+
cpdef inline void load_data(self, numpy.int64_t idx) noexcept nogil
|
|
914
|
+
cpdef inline void save_data(self, numpy.int64_t idx) noexcept nogil
|
|
915
|
+
cpdef inline set_pointeroutput(self, str name, pointerutils.PDouble value)
|
|
916
|
+
cpdef inline void update_outputs(self) noexcept nogil
|
|
917
|
+
@cython.final
|
|
918
|
+
cdef class StateSequences:
|
|
919
|
+
cdef public double[:] inzp
|
|
920
|
+
cdef public numpy.int64_t _inzp_ndim
|
|
921
|
+
cdef public numpy.int64_t _inzp_length
|
|
922
|
+
cdef public numpy.int64_t _inzp_length_0
|
|
923
|
+
cdef public bint _inzp_ramflag
|
|
924
|
+
cdef public double[:,:] _inzp_array
|
|
925
|
+
cdef public bint _inzp_diskflag_reading
|
|
926
|
+
cdef public bint _inzp_diskflag_writing
|
|
927
|
+
cdef public double[:] _inzp_ncarray
|
|
928
|
+
cdef public double[:] stinz
|
|
929
|
+
cdef public numpy.int64_t _stinz_ndim
|
|
930
|
+
cdef public numpy.int64_t _stinz_length
|
|
931
|
+
cdef public numpy.int64_t _stinz_length_0
|
|
932
|
+
cdef public bint _stinz_ramflag
|
|
933
|
+
cdef public double[:,:] _stinz_array
|
|
934
|
+
cdef public bint _stinz_diskflag_reading
|
|
935
|
+
cdef public bint _stinz_diskflag_writing
|
|
936
|
+
cdef public double[:] _stinz_ncarray
|
|
937
|
+
cdef public double[:] sinz
|
|
938
|
+
cdef public numpy.int64_t _sinz_ndim
|
|
939
|
+
cdef public numpy.int64_t _sinz_length
|
|
940
|
+
cdef public numpy.int64_t _sinz_length_0
|
|
941
|
+
cdef public bint _sinz_ramflag
|
|
942
|
+
cdef public double[:,:] _sinz_array
|
|
943
|
+
cdef public bint _sinz_diskflag_reading
|
|
944
|
+
cdef public bint _sinz_diskflag_writing
|
|
945
|
+
cdef public double[:] _sinz_ncarray
|
|
946
|
+
cdef public double[:] esnowinz
|
|
947
|
+
cdef public numpy.int64_t _esnowinz_ndim
|
|
948
|
+
cdef public numpy.int64_t _esnowinz_length
|
|
949
|
+
cdef public numpy.int64_t _esnowinz_length_0
|
|
950
|
+
cdef public bint _esnowinz_ramflag
|
|
951
|
+
cdef public double[:,:] _esnowinz_array
|
|
952
|
+
cdef public bint _esnowinz_diskflag_reading
|
|
953
|
+
cdef public bint _esnowinz_diskflag_writing
|
|
954
|
+
cdef public double[:] _esnowinz_ncarray
|
|
955
|
+
cdef public double[:] asinz
|
|
956
|
+
cdef public numpy.int64_t _asinz_ndim
|
|
957
|
+
cdef public numpy.int64_t _asinz_length
|
|
958
|
+
cdef public numpy.int64_t _asinz_length_0
|
|
959
|
+
cdef public bint _asinz_ramflag
|
|
960
|
+
cdef public double[:,:] _asinz_array
|
|
961
|
+
cdef public bint _asinz_diskflag_reading
|
|
962
|
+
cdef public bint _asinz_diskflag_writing
|
|
963
|
+
cdef public double[:] _asinz_ncarray
|
|
964
|
+
cdef public double[:] wats
|
|
965
|
+
cdef public numpy.int64_t _wats_ndim
|
|
966
|
+
cdef public numpy.int64_t _wats_length
|
|
967
|
+
cdef public numpy.int64_t _wats_length_0
|
|
968
|
+
cdef public bint _wats_ramflag
|
|
969
|
+
cdef public double[:,:] _wats_array
|
|
970
|
+
cdef public bint _wats_diskflag_reading
|
|
971
|
+
cdef public bint _wats_diskflag_writing
|
|
972
|
+
cdef public double[:] _wats_ncarray
|
|
973
|
+
cdef public double[:] waes
|
|
974
|
+
cdef public numpy.int64_t _waes_ndim
|
|
975
|
+
cdef public numpy.int64_t _waes_length
|
|
976
|
+
cdef public numpy.int64_t _waes_length_0
|
|
977
|
+
cdef public bint _waes_ramflag
|
|
978
|
+
cdef public double[:,:] _waes_array
|
|
979
|
+
cdef public bint _waes_diskflag_reading
|
|
980
|
+
cdef public bint _waes_diskflag_writing
|
|
981
|
+
cdef public double[:] _waes_ncarray
|
|
982
|
+
cdef public double[:] esnow
|
|
983
|
+
cdef public numpy.int64_t _esnow_ndim
|
|
984
|
+
cdef public numpy.int64_t _esnow_length
|
|
985
|
+
cdef public numpy.int64_t _esnow_length_0
|
|
986
|
+
cdef public bint _esnow_ramflag
|
|
987
|
+
cdef public double[:,:] _esnow_array
|
|
988
|
+
cdef public bint _esnow_diskflag_reading
|
|
989
|
+
cdef public bint _esnow_diskflag_writing
|
|
990
|
+
cdef public double[:] _esnow_ncarray
|
|
991
|
+
cdef public double[:] taus
|
|
992
|
+
cdef public numpy.int64_t _taus_ndim
|
|
993
|
+
cdef public numpy.int64_t _taus_length
|
|
994
|
+
cdef public numpy.int64_t _taus_length_0
|
|
995
|
+
cdef public bint _taus_ramflag
|
|
996
|
+
cdef public double[:,:] _taus_array
|
|
997
|
+
cdef public bint _taus_diskflag_reading
|
|
998
|
+
cdef public bint _taus_diskflag_writing
|
|
999
|
+
cdef public double[:] _taus_ncarray
|
|
1000
|
+
cdef public double[:] ebdn
|
|
1001
|
+
cdef public numpy.int64_t _ebdn_ndim
|
|
1002
|
+
cdef public numpy.int64_t _ebdn_length
|
|
1003
|
+
cdef public numpy.int64_t _ebdn_length_0
|
|
1004
|
+
cdef public bint _ebdn_ramflag
|
|
1005
|
+
cdef public double[:,:] _ebdn_array
|
|
1006
|
+
cdef public bint _ebdn_diskflag_reading
|
|
1007
|
+
cdef public bint _ebdn_diskflag_writing
|
|
1008
|
+
cdef public double[:] _ebdn_ncarray
|
|
1009
|
+
cdef public double[:] bowa
|
|
1010
|
+
cdef public numpy.int64_t _bowa_ndim
|
|
1011
|
+
cdef public numpy.int64_t _bowa_length
|
|
1012
|
+
cdef public numpy.int64_t _bowa_length_0
|
|
1013
|
+
cdef public bint _bowa_ramflag
|
|
1014
|
+
cdef public double[:,:] _bowa_array
|
|
1015
|
+
cdef public bint _bowa_diskflag_reading
|
|
1016
|
+
cdef public bint _bowa_diskflag_writing
|
|
1017
|
+
cdef public double[:] _bowa_ncarray
|
|
1018
|
+
cdef public double sdg1
|
|
1019
|
+
cdef public numpy.int64_t _sdg1_ndim
|
|
1020
|
+
cdef public numpy.int64_t _sdg1_length
|
|
1021
|
+
cdef public bint _sdg1_ramflag
|
|
1022
|
+
cdef public double[:] _sdg1_array
|
|
1023
|
+
cdef public bint _sdg1_diskflag_reading
|
|
1024
|
+
cdef public bint _sdg1_diskflag_writing
|
|
1025
|
+
cdef public double[:] _sdg1_ncarray
|
|
1026
|
+
cdef public bint _sdg1_outputflag
|
|
1027
|
+
cdef double *_sdg1_outputpointer
|
|
1028
|
+
cdef public double sdg2
|
|
1029
|
+
cdef public numpy.int64_t _sdg2_ndim
|
|
1030
|
+
cdef public numpy.int64_t _sdg2_length
|
|
1031
|
+
cdef public bint _sdg2_ramflag
|
|
1032
|
+
cdef public double[:] _sdg2_array
|
|
1033
|
+
cdef public bint _sdg2_diskflag_reading
|
|
1034
|
+
cdef public bint _sdg2_diskflag_writing
|
|
1035
|
+
cdef public double[:] _sdg2_ncarray
|
|
1036
|
+
cdef public bint _sdg2_outputflag
|
|
1037
|
+
cdef double *_sdg2_outputpointer
|
|
1038
|
+
cdef public double sig1
|
|
1039
|
+
cdef public numpy.int64_t _sig1_ndim
|
|
1040
|
+
cdef public numpy.int64_t _sig1_length
|
|
1041
|
+
cdef public bint _sig1_ramflag
|
|
1042
|
+
cdef public double[:] _sig1_array
|
|
1043
|
+
cdef public bint _sig1_diskflag_reading
|
|
1044
|
+
cdef public bint _sig1_diskflag_writing
|
|
1045
|
+
cdef public double[:] _sig1_ncarray
|
|
1046
|
+
cdef public bint _sig1_outputflag
|
|
1047
|
+
cdef double *_sig1_outputpointer
|
|
1048
|
+
cdef public double sig2
|
|
1049
|
+
cdef public numpy.int64_t _sig2_ndim
|
|
1050
|
+
cdef public numpy.int64_t _sig2_length
|
|
1051
|
+
cdef public bint _sig2_ramflag
|
|
1052
|
+
cdef public double[:] _sig2_array
|
|
1053
|
+
cdef public bint _sig2_diskflag_reading
|
|
1054
|
+
cdef public bint _sig2_diskflag_writing
|
|
1055
|
+
cdef public double[:] _sig2_ncarray
|
|
1056
|
+
cdef public bint _sig2_outputflag
|
|
1057
|
+
cdef double *_sig2_outputpointer
|
|
1058
|
+
cdef public double sbg
|
|
1059
|
+
cdef public numpy.int64_t _sbg_ndim
|
|
1060
|
+
cdef public numpy.int64_t _sbg_length
|
|
1061
|
+
cdef public bint _sbg_ramflag
|
|
1062
|
+
cdef public double[:] _sbg_array
|
|
1063
|
+
cdef public bint _sbg_diskflag_reading
|
|
1064
|
+
cdef public bint _sbg_diskflag_writing
|
|
1065
|
+
cdef public double[:] _sbg_ncarray
|
|
1066
|
+
cdef public bint _sbg_outputflag
|
|
1067
|
+
cdef double *_sbg_outputpointer
|
|
1068
|
+
cpdef inline void load_data(self, numpy.int64_t idx) noexcept nogil
|
|
1069
|
+
cpdef inline void save_data(self, numpy.int64_t idx) noexcept nogil
|
|
1070
|
+
cpdef inline set_pointeroutput(self, str name, pointerutils.PDouble value)
|
|
1071
|
+
cpdef inline void update_outputs(self) noexcept nogil
|
|
1072
|
+
@cython.final
|
|
1073
|
+
cdef class LogSequences:
|
|
1074
|
+
cdef public double[:] loggedsunshineduration
|
|
1075
|
+
cdef public numpy.int64_t _loggedsunshineduration_ndim
|
|
1076
|
+
cdef public numpy.int64_t _loggedsunshineduration_length
|
|
1077
|
+
cdef public numpy.int64_t _loggedsunshineduration_length_0
|
|
1078
|
+
cdef public double[:] loggedpossiblesunshineduration
|
|
1079
|
+
cdef public numpy.int64_t _loggedpossiblesunshineduration_ndim
|
|
1080
|
+
cdef public numpy.int64_t _loggedpossiblesunshineduration_length
|
|
1081
|
+
cdef public numpy.int64_t _loggedpossiblesunshineduration_length_0
|
|
1082
|
+
@cython.final
|
|
1083
|
+
cdef class AideSequences:
|
|
1084
|
+
cdef public double[:] snratio
|
|
1085
|
+
cdef public numpy.int64_t _snratio_ndim
|
|
1086
|
+
cdef public numpy.int64_t _snratio_length
|
|
1087
|
+
cdef public numpy.int64_t _snratio_length_0
|
|
1088
|
+
cdef public double[:] rlatm
|
|
1089
|
+
cdef public numpy.int64_t _rlatm_ndim
|
|
1090
|
+
cdef public numpy.int64_t _rlatm_length
|
|
1091
|
+
cdef public numpy.int64_t _rlatm_length_0
|
|
1092
|
+
cdef public double[:] temps
|
|
1093
|
+
cdef public numpy.int64_t _temps_ndim
|
|
1094
|
+
cdef public numpy.int64_t _temps_length
|
|
1095
|
+
cdef public numpy.int64_t _temps_length_0
|
|
1096
|
+
cdef public double[:] tempsinz
|
|
1097
|
+
cdef public numpy.int64_t _tempsinz_ndim
|
|
1098
|
+
cdef public numpy.int64_t _tempsinz_length
|
|
1099
|
+
cdef public numpy.int64_t _tempsinz_length_0
|
|
1100
|
+
@cython.final
|
|
1101
|
+
cdef class OutletSequences:
|
|
1102
|
+
cdef double *q
|
|
1103
|
+
cdef public numpy.int64_t _q_ndim
|
|
1104
|
+
cdef public numpy.int64_t _q_length
|
|
1105
|
+
cpdef inline set_pointer0d(self, str name, pointerutils.Double value)
|
|
1106
|
+
cpdef get_value(self, str name)
|
|
1107
|
+
cpdef set_value(self, str name, value)
|
|
1108
|
+
@cython.final
|
|
1109
|
+
cdef class PegasusESnowInz(rootutils.PegasusBase):
|
|
1110
|
+
cdef public Model model
|
|
1111
|
+
cpdef double apply_method0(self, double x) noexcept nogil
|
|
1112
|
+
@cython.final
|
|
1113
|
+
cdef class PegasusESnow(rootutils.PegasusBase):
|
|
1114
|
+
cdef public Model model
|
|
1115
|
+
cpdef double apply_method0(self, double x) noexcept nogil
|
|
1116
|
+
@cython.final
|
|
1117
|
+
cdef class PegasusTempSSurface(rootutils.PegasusBase):
|
|
1118
|
+
cdef public Model model
|
|
1119
|
+
cpdef double apply_method0(self, double x) noexcept nogil
|
|
1120
|
+
@cython.final
|
|
1121
|
+
cdef class Model(masterinterface.MasterInterface):
|
|
1122
|
+
cdef public numpy.int64_t idx_hru
|
|
1123
|
+
cdef public Parameters parameters
|
|
1124
|
+
cdef public Sequences sequences
|
|
1125
|
+
cdef public masterinterface.MasterInterface aetmodel
|
|
1126
|
+
cdef public numpy.npy_bool aetmodel_is_mainmodel
|
|
1127
|
+
cdef public numpy.int64_t aetmodel_typeid
|
|
1128
|
+
cdef public masterinterface.MasterInterface radiationmodel
|
|
1129
|
+
cdef public numpy.npy_bool radiationmodel_is_mainmodel
|
|
1130
|
+
cdef public numpy.int64_t radiationmodel_typeid
|
|
1131
|
+
cdef public masterinterface.MasterInterface soilmodel
|
|
1132
|
+
cdef public numpy.npy_bool soilmodel_is_mainmodel
|
|
1133
|
+
cdef public numpy.int64_t soilmodel_typeid
|
|
1134
|
+
cdef public PegasusESnowInz pegasusesnowinz
|
|
1135
|
+
cdef public PegasusESnow pegasusesnow
|
|
1136
|
+
cdef public PegasusTempSSurface pegasustempssurface
|
|
1137
|
+
cpdef inline void simulate(self, numpy.int64_t idx) noexcept nogil
|
|
1138
|
+
cpdef void reset_reuseflags(self) noexcept nogil
|
|
1139
|
+
cpdef void load_data(self, numpy.int64_t idx) noexcept nogil
|
|
1140
|
+
cpdef void save_data(self, numpy.int64_t idx) noexcept nogil
|
|
1141
|
+
cpdef void new2old(self) noexcept nogil
|
|
1142
|
+
cpdef inline void run(self) noexcept nogil
|
|
1143
|
+
cpdef inline void update_inlets(self) noexcept nogil
|
|
1144
|
+
cpdef inline void update_outlets(self) noexcept nogil
|
|
1145
|
+
cpdef inline void update_receivers(self, numpy.int64_t idx) noexcept nogil
|
|
1146
|
+
cpdef inline void update_senders(self, numpy.int64_t idx) noexcept nogil
|
|
1147
|
+
cpdef inline void update_outputs(self) noexcept nogil
|
|
1148
|
+
cpdef inline void pick_qz_v1(self) noexcept nogil
|
|
1149
|
+
cpdef inline void process_radiationmodel_v1(self) noexcept nogil
|
|
1150
|
+
cpdef inline void calc_possiblesunshineduration_v1(self) noexcept nogil
|
|
1151
|
+
cpdef inline void calc_sunshineduration_v1(self) noexcept nogil
|
|
1152
|
+
cpdef inline void calc_globalradiation_v1(self) noexcept nogil
|
|
1153
|
+
cpdef inline void calc_qzh_v1(self) noexcept nogil
|
|
1154
|
+
cpdef inline void update_loggedsunshineduration_v1(self) noexcept nogil
|
|
1155
|
+
cpdef inline void calc_dailysunshineduration_v1(self) noexcept nogil
|
|
1156
|
+
cpdef inline void update_loggedpossiblesunshineduration_v1(self) noexcept nogil
|
|
1157
|
+
cpdef inline void calc_dailypossiblesunshineduration_v1(self) noexcept nogil
|
|
1158
|
+
cpdef inline void calc_nkor_v1(self) noexcept nogil
|
|
1159
|
+
cpdef inline void calc_tkor_v1(self) noexcept nogil
|
|
1160
|
+
cpdef inline void calc_windspeed2m_v1(self) noexcept nogil
|
|
1161
|
+
cpdef inline void calc_reducedwindspeed2m_v1(self) noexcept nogil
|
|
1162
|
+
cpdef inline void calc_saturationvapourpressure_v1(self) noexcept nogil
|
|
1163
|
+
cpdef inline void calc_actualvapourpressure_v1(self) noexcept nogil
|
|
1164
|
+
cpdef inline void calc_nbes_inzp_v1(self) noexcept nogil
|
|
1165
|
+
cpdef inline void calc_snratio_v1(self) noexcept nogil
|
|
1166
|
+
cpdef inline void calc_sbes_v1(self) noexcept nogil
|
|
1167
|
+
cpdef inline void calc_snowintmax_v1(self) noexcept nogil
|
|
1168
|
+
cpdef inline void calc_snowintrate_v1(self) noexcept nogil
|
|
1169
|
+
cpdef inline void calc_nbesinz_v1(self) noexcept nogil
|
|
1170
|
+
cpdef inline void calc_sbesinz_v1(self) noexcept nogil
|
|
1171
|
+
cpdef inline void calc_stinz_v1(self) noexcept nogil
|
|
1172
|
+
cpdef inline void calc_wadainz_sinz_v1(self) noexcept nogil
|
|
1173
|
+
cpdef inline void calc_wniedinz_esnowinz_v1(self) noexcept nogil
|
|
1174
|
+
cpdef inline void calc_tempsinz_v1(self) noexcept nogil
|
|
1175
|
+
cpdef inline void update_asinz_v1(self) noexcept nogil
|
|
1176
|
+
cpdef inline void calc_actualalbedoinz_v1(self) noexcept nogil
|
|
1177
|
+
cpdef inline void calc_netshortwaveradiationinz_v1(self) noexcept nogil
|
|
1178
|
+
cpdef inline void calc_rlatm_v1(self) noexcept nogil
|
|
1179
|
+
cpdef inline void update_esnowinz_v1(self) noexcept nogil
|
|
1180
|
+
cpdef inline void calc_schmpotinz_v1(self) noexcept nogil
|
|
1181
|
+
cpdef inline void calc_schminz_stinz_v1(self) noexcept nogil
|
|
1182
|
+
cpdef inline void calc_gefrpotinz_v1(self) noexcept nogil
|
|
1183
|
+
cpdef inline void calc_gefrinz_stinz_v1(self) noexcept nogil
|
|
1184
|
+
cpdef inline void calc_evsinz_sinz_stinz_v1(self) noexcept nogil
|
|
1185
|
+
cpdef inline void update_wadainz_sinz_v1(self) noexcept nogil
|
|
1186
|
+
cpdef inline void update_esnowinz_v2(self) noexcept nogil
|
|
1187
|
+
cpdef inline void calc_wats_v2(self) noexcept nogil
|
|
1188
|
+
cpdef inline void calc_wada_waes_v2(self) noexcept nogil
|
|
1189
|
+
cpdef inline void calc_wnied_esnow_v1(self) noexcept nogil
|
|
1190
|
+
cpdef inline void calc_temps_v1(self) noexcept nogil
|
|
1191
|
+
cpdef inline void update_taus_v1(self) noexcept nogil
|
|
1192
|
+
cpdef inline void calc_actualalbedo_v1(self) noexcept nogil
|
|
1193
|
+
cpdef inline void calc_netshortwaveradiationsnow_v1(self) noexcept nogil
|
|
1194
|
+
cpdef inline void calc_tz_v1(self) noexcept nogil
|
|
1195
|
+
cpdef inline void calc_wg_v1(self) noexcept nogil
|
|
1196
|
+
cpdef inline void update_esnow_v1(self) noexcept nogil
|
|
1197
|
+
cpdef inline void calc_schmpot_v2(self) noexcept nogil
|
|
1198
|
+
cpdef inline void calc_schm_wats_v1(self) noexcept nogil
|
|
1199
|
+
cpdef inline void calc_gefrpot_v1(self) noexcept nogil
|
|
1200
|
+
cpdef inline void calc_gefr_wats_v1(self) noexcept nogil
|
|
1201
|
+
cpdef inline void calc_evs_waes_wats_v1(self) noexcept nogil
|
|
1202
|
+
cpdef inline void update_wada_waes_v1(self) noexcept nogil
|
|
1203
|
+
cpdef inline void update_esnow_v2(self) noexcept nogil
|
|
1204
|
+
cpdef inline void calc_evi_inzp_v1(self) noexcept nogil
|
|
1205
|
+
cpdef inline void calc_evb_v1(self) noexcept nogil
|
|
1206
|
+
cpdef inline void update_ebdn_v1(self) noexcept nogil
|
|
1207
|
+
cpdef inline void calc_sff_v1(self) noexcept nogil
|
|
1208
|
+
cpdef inline void calc_fvg_v1(self) noexcept nogil
|
|
1209
|
+
cpdef inline void calc_qkap_v1(self) noexcept nogil
|
|
1210
|
+
cpdef inline void calc_qbb_v1(self) noexcept nogil
|
|
1211
|
+
cpdef inline void calc_qib1_v1(self) noexcept nogil
|
|
1212
|
+
cpdef inline void calc_qib2_v1(self) noexcept nogil
|
|
1213
|
+
cpdef inline void calc_qdb_v1(self) noexcept nogil
|
|
1214
|
+
cpdef inline void update_qdb_v1(self) noexcept nogil
|
|
1215
|
+
cpdef inline void calc_bowa_v1(self) noexcept nogil
|
|
1216
|
+
cpdef inline void calc_qbgz_v1(self) noexcept nogil
|
|
1217
|
+
cpdef inline void calc_qigz1_v1(self) noexcept nogil
|
|
1218
|
+
cpdef inline void calc_qigz2_v1(self) noexcept nogil
|
|
1219
|
+
cpdef inline void calc_qdgz_v1(self) noexcept nogil
|
|
1220
|
+
cpdef inline void calc_qbga_sbg_qbgz_qdgz_v1(self) noexcept nogil
|
|
1221
|
+
cpdef inline void calc_qiga1_sig1_v1(self) noexcept nogil
|
|
1222
|
+
cpdef inline void calc_qiga2_sig2_v1(self) noexcept nogil
|
|
1223
|
+
cpdef inline void calc_qdgz1_qdgz2_v1(self) noexcept nogil
|
|
1224
|
+
cpdef inline void calc_qdga1_sdg1_v1(self) noexcept nogil
|
|
1225
|
+
cpdef inline void calc_qdga2_sdg2_v1(self) noexcept nogil
|
|
1226
|
+
cpdef inline void calc_qah_v1(self) noexcept nogil
|
|
1227
|
+
cpdef inline void calc_qa_v1(self) noexcept nogil
|
|
1228
|
+
cpdef double get_temperature_v1(self, numpy.int64_t s) noexcept nogil
|
|
1229
|
+
cpdef double get_meantemperature_v1(self) noexcept nogil
|
|
1230
|
+
cpdef double get_precipitation_v1(self, numpy.int64_t s) noexcept nogil
|
|
1231
|
+
cpdef double get_interceptedwater_v1(self, numpy.int64_t k) noexcept nogil
|
|
1232
|
+
cpdef double get_soilwater_v1(self, numpy.int64_t k) noexcept nogil
|
|
1233
|
+
cpdef double get_snowcover_v1(self, numpy.int64_t k) noexcept nogil
|
|
1234
|
+
cpdef double get_snowycanopy_v1(self, numpy.int64_t k) noexcept nogil
|
|
1235
|
+
cpdef double get_snowalbedo_v1(self, numpy.int64_t k) noexcept nogil
|
|
1236
|
+
cpdef inline double return_netlongwaveradiationinz_v1(self, numpy.int64_t k) noexcept nogil
|
|
1237
|
+
cpdef inline double return_netlongwaveradiationsnow_v1(self, numpy.int64_t k) noexcept nogil
|
|
1238
|
+
cpdef inline double return_energygainsnowsurface_v1(self, double tempssurface) noexcept nogil
|
|
1239
|
+
cpdef inline double return_saturationvapourpressure_v1(self, double temperature) noexcept nogil
|
|
1240
|
+
cpdef inline double return_netradiation_v1(self, double netshortwaveradiation, double netlongwaveradiation) noexcept nogil
|
|
1241
|
+
cpdef inline double return_wsensinz_v1(self, numpy.int64_t k) noexcept nogil
|
|
1242
|
+
cpdef inline double return_wsenssnow_v1(self, numpy.int64_t k) noexcept nogil
|
|
1243
|
+
cpdef inline double return_wlatinz_v1(self, numpy.int64_t k) noexcept nogil
|
|
1244
|
+
cpdef inline double return_wlatsnow_v1(self, numpy.int64_t k) noexcept nogil
|
|
1245
|
+
cpdef inline double return_wsurfinz_v1(self, numpy.int64_t k) noexcept nogil
|
|
1246
|
+
cpdef inline double return_wsurf_v1(self, numpy.int64_t k) noexcept nogil
|
|
1247
|
+
cpdef inline double return_temps_v1(self, numpy.int64_t k) noexcept nogil
|
|
1248
|
+
cpdef inline double return_tempsinz_v1(self, numpy.int64_t k) noexcept nogil
|
|
1249
|
+
cpdef inline double return_wg_v1(self, numpy.int64_t k) noexcept nogil
|
|
1250
|
+
cpdef inline double return_backwardeulererrorinz_v1(self, double esnowinz) noexcept nogil
|
|
1251
|
+
cpdef inline double return_backwardeulererror_v1(self, double esnow) noexcept nogil
|
|
1252
|
+
cpdef inline double return_esnowinz_v1(self, numpy.int64_t k, double temps) noexcept nogil
|
|
1253
|
+
cpdef inline double return_esnow_v1(self, numpy.int64_t k, double temps) noexcept nogil
|
|
1254
|
+
cpdef inline double return_tempssurface_v1(self, numpy.int64_t k) noexcept nogil
|
|
1255
|
+
cpdef inline double return_sg_v1(self, double k, double s, double qz, double dt) noexcept nogil
|
|
1256
|
+
cpdef inline void calc_bowa_default_v1(self) noexcept nogil
|
|
1257
|
+
cpdef inline void calc_bowa_soilmodel_v1(self, masterinterface.MasterInterface submodel) noexcept nogil
|
|
1258
|
+
cpdef inline void calc_evi_inzp_aetmodel_v1(self, masterinterface.MasterInterface submodel) noexcept nogil
|
|
1259
|
+
cpdef inline void calc_evb_aetmodel_v1(self, masterinterface.MasterInterface submodel) noexcept nogil
|
|
1260
|
+
cpdef inline void pass_qa_v1(self) noexcept nogil
|
|
1261
|
+
cpdef inline void pick_qz(self) noexcept nogil
|
|
1262
|
+
cpdef inline void process_radiationmodel(self) noexcept nogil
|
|
1263
|
+
cpdef inline void calc_possiblesunshineduration(self) noexcept nogil
|
|
1264
|
+
cpdef inline void calc_sunshineduration(self) noexcept nogil
|
|
1265
|
+
cpdef inline void calc_globalradiation(self) noexcept nogil
|
|
1266
|
+
cpdef inline void calc_qzh(self) noexcept nogil
|
|
1267
|
+
cpdef inline void update_loggedsunshineduration(self) noexcept nogil
|
|
1268
|
+
cpdef inline void calc_dailysunshineduration(self) noexcept nogil
|
|
1269
|
+
cpdef inline void update_loggedpossiblesunshineduration(self) noexcept nogil
|
|
1270
|
+
cpdef inline void calc_dailypossiblesunshineduration(self) noexcept nogil
|
|
1271
|
+
cpdef inline void calc_nkor(self) noexcept nogil
|
|
1272
|
+
cpdef inline void calc_tkor(self) noexcept nogil
|
|
1273
|
+
cpdef inline void calc_windspeed2m(self) noexcept nogil
|
|
1274
|
+
cpdef inline void calc_reducedwindspeed2m(self) noexcept nogil
|
|
1275
|
+
cpdef inline void calc_saturationvapourpressure(self) noexcept nogil
|
|
1276
|
+
cpdef inline void calc_actualvapourpressure(self) noexcept nogil
|
|
1277
|
+
cpdef inline void calc_nbes_inzp(self) noexcept nogil
|
|
1278
|
+
cpdef inline void calc_snratio(self) noexcept nogil
|
|
1279
|
+
cpdef inline void calc_sbes(self) noexcept nogil
|
|
1280
|
+
cpdef inline void calc_snowintmax(self) noexcept nogil
|
|
1281
|
+
cpdef inline void calc_snowintrate(self) noexcept nogil
|
|
1282
|
+
cpdef inline void calc_nbesinz(self) noexcept nogil
|
|
1283
|
+
cpdef inline void calc_sbesinz(self) noexcept nogil
|
|
1284
|
+
cpdef inline void calc_stinz(self) noexcept nogil
|
|
1285
|
+
cpdef inline void calc_wadainz_sinz(self) noexcept nogil
|
|
1286
|
+
cpdef inline void calc_wniedinz_esnowinz(self) noexcept nogil
|
|
1287
|
+
cpdef inline void calc_tempsinz(self) noexcept nogil
|
|
1288
|
+
cpdef inline void update_asinz(self) noexcept nogil
|
|
1289
|
+
cpdef inline void calc_actualalbedoinz(self) noexcept nogil
|
|
1290
|
+
cpdef inline void calc_netshortwaveradiationinz(self) noexcept nogil
|
|
1291
|
+
cpdef inline void calc_rlatm(self) noexcept nogil
|
|
1292
|
+
cpdef inline void calc_schmpotinz(self) noexcept nogil
|
|
1293
|
+
cpdef inline void calc_schminz_stinz(self) noexcept nogil
|
|
1294
|
+
cpdef inline void calc_gefrpotinz(self) noexcept nogil
|
|
1295
|
+
cpdef inline void calc_gefrinz_stinz(self) noexcept nogil
|
|
1296
|
+
cpdef inline void calc_evsinz_sinz_stinz(self) noexcept nogil
|
|
1297
|
+
cpdef inline void update_wadainz_sinz(self) noexcept nogil
|
|
1298
|
+
cpdef inline void calc_wats(self) noexcept nogil
|
|
1299
|
+
cpdef inline void calc_wada_waes(self) noexcept nogil
|
|
1300
|
+
cpdef inline void calc_wnied_esnow(self) noexcept nogil
|
|
1301
|
+
cpdef inline void calc_temps(self) noexcept nogil
|
|
1302
|
+
cpdef inline void update_taus(self) noexcept nogil
|
|
1303
|
+
cpdef inline void calc_actualalbedo(self) noexcept nogil
|
|
1304
|
+
cpdef inline void calc_netshortwaveradiationsnow(self) noexcept nogil
|
|
1305
|
+
cpdef inline void calc_tz(self) noexcept nogil
|
|
1306
|
+
cpdef inline void calc_wg(self) noexcept nogil
|
|
1307
|
+
cpdef inline void calc_schmpot(self) noexcept nogil
|
|
1308
|
+
cpdef inline void calc_schm_wats(self) noexcept nogil
|
|
1309
|
+
cpdef inline void calc_gefrpot(self) noexcept nogil
|
|
1310
|
+
cpdef inline void calc_gefr_wats(self) noexcept nogil
|
|
1311
|
+
cpdef inline void calc_evs_waes_wats(self) noexcept nogil
|
|
1312
|
+
cpdef inline void update_wada_waes(self) noexcept nogil
|
|
1313
|
+
cpdef inline void calc_evi_inzp(self) noexcept nogil
|
|
1314
|
+
cpdef inline void calc_evb(self) noexcept nogil
|
|
1315
|
+
cpdef inline void update_ebdn(self) noexcept nogil
|
|
1316
|
+
cpdef inline void calc_sff(self) noexcept nogil
|
|
1317
|
+
cpdef inline void calc_fvg(self) noexcept nogil
|
|
1318
|
+
cpdef inline void calc_qkap(self) noexcept nogil
|
|
1319
|
+
cpdef inline void calc_qbb(self) noexcept nogil
|
|
1320
|
+
cpdef inline void calc_qib1(self) noexcept nogil
|
|
1321
|
+
cpdef inline void calc_qib2(self) noexcept nogil
|
|
1322
|
+
cpdef inline void calc_qdb(self) noexcept nogil
|
|
1323
|
+
cpdef inline void update_qdb(self) noexcept nogil
|
|
1324
|
+
cpdef inline void calc_bowa(self) noexcept nogil
|
|
1325
|
+
cpdef inline void calc_qbgz(self) noexcept nogil
|
|
1326
|
+
cpdef inline void calc_qigz1(self) noexcept nogil
|
|
1327
|
+
cpdef inline void calc_qigz2(self) noexcept nogil
|
|
1328
|
+
cpdef inline void calc_qdgz(self) noexcept nogil
|
|
1329
|
+
cpdef inline void calc_qbga_sbg_qbgz_qdgz(self) noexcept nogil
|
|
1330
|
+
cpdef inline void calc_qiga1_sig1(self) noexcept nogil
|
|
1331
|
+
cpdef inline void calc_qiga2_sig2(self) noexcept nogil
|
|
1332
|
+
cpdef inline void calc_qdgz1_qdgz2(self) noexcept nogil
|
|
1333
|
+
cpdef inline void calc_qdga1_sdg1(self) noexcept nogil
|
|
1334
|
+
cpdef inline void calc_qdga2_sdg2(self) noexcept nogil
|
|
1335
|
+
cpdef inline void calc_qah(self) noexcept nogil
|
|
1336
|
+
cpdef inline void calc_qa(self) noexcept nogil
|
|
1337
|
+
cpdef double get_temperature(self, numpy.int64_t s) noexcept nogil
|
|
1338
|
+
cpdef double get_meantemperature(self) noexcept nogil
|
|
1339
|
+
cpdef double get_precipitation(self, numpy.int64_t s) noexcept nogil
|
|
1340
|
+
cpdef double get_interceptedwater(self, numpy.int64_t k) noexcept nogil
|
|
1341
|
+
cpdef double get_soilwater(self, numpy.int64_t k) noexcept nogil
|
|
1342
|
+
cpdef double get_snowcover(self, numpy.int64_t k) noexcept nogil
|
|
1343
|
+
cpdef double get_snowycanopy(self, numpy.int64_t k) noexcept nogil
|
|
1344
|
+
cpdef double get_snowalbedo(self, numpy.int64_t k) noexcept nogil
|
|
1345
|
+
cpdef inline double return_netlongwaveradiationinz(self, numpy.int64_t k) noexcept nogil
|
|
1346
|
+
cpdef inline double return_netlongwaveradiationsnow(self, numpy.int64_t k) noexcept nogil
|
|
1347
|
+
cpdef inline double return_energygainsnowsurface(self, double tempssurface) noexcept nogil
|
|
1348
|
+
cpdef inline double return_saturationvapourpressure(self, double temperature) noexcept nogil
|
|
1349
|
+
cpdef inline double return_netradiation(self, double netshortwaveradiation, double netlongwaveradiation) noexcept nogil
|
|
1350
|
+
cpdef inline double return_wsensinz(self, numpy.int64_t k) noexcept nogil
|
|
1351
|
+
cpdef inline double return_wsenssnow(self, numpy.int64_t k) noexcept nogil
|
|
1352
|
+
cpdef inline double return_wlatinz(self, numpy.int64_t k) noexcept nogil
|
|
1353
|
+
cpdef inline double return_wlatsnow(self, numpy.int64_t k) noexcept nogil
|
|
1354
|
+
cpdef inline double return_wsurfinz(self, numpy.int64_t k) noexcept nogil
|
|
1355
|
+
cpdef inline double return_wsurf(self, numpy.int64_t k) noexcept nogil
|
|
1356
|
+
cpdef inline double return_temps(self, numpy.int64_t k) noexcept nogil
|
|
1357
|
+
cpdef inline double return_tempsinz(self, numpy.int64_t k) noexcept nogil
|
|
1358
|
+
cpdef inline double return_wg(self, numpy.int64_t k) noexcept nogil
|
|
1359
|
+
cpdef inline double return_backwardeulererrorinz(self, double esnowinz) noexcept nogil
|
|
1360
|
+
cpdef inline double return_backwardeulererror(self, double esnow) noexcept nogil
|
|
1361
|
+
cpdef inline double return_esnowinz(self, numpy.int64_t k, double temps) noexcept nogil
|
|
1362
|
+
cpdef inline double return_esnow(self, numpy.int64_t k, double temps) noexcept nogil
|
|
1363
|
+
cpdef inline double return_tempssurface(self, numpy.int64_t k) noexcept nogil
|
|
1364
|
+
cpdef inline double return_sg(self, double k, double s, double qz, double dt) noexcept nogil
|
|
1365
|
+
cpdef inline void calc_bowa_default(self) noexcept nogil
|
|
1366
|
+
cpdef inline void calc_bowa_soilmodel(self, masterinterface.MasterInterface submodel) noexcept nogil
|
|
1367
|
+
cpdef inline void calc_evi_inzp_aetmodel(self, masterinterface.MasterInterface submodel) noexcept nogil
|
|
1368
|
+
cpdef inline void calc_evb_aetmodel(self, masterinterface.MasterInterface submodel) noexcept nogil
|
|
1369
|
+
cpdef inline void pass_qa(self) noexcept nogil
|