LICENSE
README.md
setup.py
HOPP.egg-info/PKG-INFO
HOPP.egg-info/SOURCES.txt
HOPP.egg-info/dependency_links.txt
HOPP.egg-info/requires.txt
HOPP.egg-info/top_level.txt
examples/__init__.py
hopp/__init__.py
hopp/logging_manager.py
hopp/type_dec.py
hopp/version.py
hopp/simulation/__init__.py
hopp/simulation/base.py
hopp/simulation/hopp.py
hopp/simulation/hopp_interface.py
hopp/simulation/hybrid_simulation.py
hopp/simulation/technologies/__init__.py
hopp/simulation/technologies/clustering.py
hopp/simulation/technologies/grid.py
hopp/simulation/technologies/power_source.py
hopp/simulation/technologies/reopt.py
hopp/simulation/technologies/run_power_losses.py
hopp/simulation/technologies/utility_rate.py
hopp/simulation/technologies/battery/__init__.py
hopp/simulation/technologies/battery/battery.py
hopp/simulation/technologies/battery/battery_stateless.py
hopp/simulation/technologies/csp/__init__.py
hopp/simulation/technologies/csp/csp_plant.py
hopp/simulation/technologies/csp/tower_plant.py
hopp/simulation/technologies/csp/trough_plant.py
hopp/simulation/technologies/csp/pySSC_daotk/__init__.py
hopp/simulation/technologies/csp/pySSC_daotk/ssc_wrap.py
hopp/simulation/technologies/dispatch/__init__.py
hopp/simulation/technologies/dispatch/dispatch.py
hopp/simulation/technologies/dispatch/dispatch_problem_state.py
hopp/simulation/technologies/dispatch/grid_dispatch.py
hopp/simulation/technologies/dispatch/hybrid_dispatch.py
hopp/simulation/technologies/dispatch/hybrid_dispatch_builder_solver.py
hopp/simulation/technologies/dispatch/hybrid_dispatch_options.py
hopp/simulation/technologies/dispatch/power_sources/__init__.py
hopp/simulation/technologies/dispatch/power_sources/csp_dispatch.py
hopp/simulation/technologies/dispatch/power_sources/power_source_dispatch.py
hopp/simulation/technologies/dispatch/power_sources/pv_dispatch.py
hopp/simulation/technologies/dispatch/power_sources/tower_dispatch.py
hopp/simulation/technologies/dispatch/power_sources/trough_dispatch.py
hopp/simulation/technologies/dispatch/power_sources/wave_dispatch.py
hopp/simulation/technologies/dispatch/power_sources/wind_dispatch.py
hopp/simulation/technologies/dispatch/power_storage/__init__.py
hopp/simulation/technologies/dispatch/power_storage/linear_voltage_convex_battery_dispatch.py
hopp/simulation/technologies/dispatch/power_storage/linear_voltage_nonconvex_battery_dispatch.py
hopp/simulation/technologies/dispatch/power_storage/one_cycle_battery_dispatch_heuristic.py
hopp/simulation/technologies/dispatch/power_storage/power_storage_dispatch.py
hopp/simulation/technologies/dispatch/power_storage/simple_battery_dispatch.py
hopp/simulation/technologies/dispatch/power_storage/simple_battery_dispatch_heuristic.py
hopp/simulation/technologies/financial/__init__.py
hopp/simulation/technologies/financial/custom_financial_model.py
hopp/simulation/technologies/financial/mhk_cost_model.py
hopp/simulation/technologies/hydrogen/__init__.py
hopp/simulation/technologies/hydrogen/electrolysis/PEM_H2_LT_electrolyzer.py
hopp/simulation/technologies/hydrogen/electrolysis/PEM_H2_LT_electrolyzer_Clusters.py
hopp/simulation/technologies/hydrogen/electrolysis/PEM_costs_Singlitico_model.py
hopp/simulation/technologies/hydrogen/electrolysis/PEM_electrolyzer_IVcurve.py
hopp/simulation/technologies/hydrogen/electrolysis/__init__.py
hopp/simulation/technologies/hydrogen/electrolysis/optimization_utils_linear.py
hopp/simulation/technologies/hydrogen/electrolysis/pem_mass_and_footprint.py
hopp/simulation/technologies/hydrogen/electrolysis/run_PEM_master.py
hopp/simulation/technologies/hydrogen/electrolysis/run_h2_PEM.py
hopp/simulation/technologies/hydrogen/electrolysis/run_h2_clusters.py
hopp/simulation/technologies/hydrogen/h2_storage/__init__.py
hopp/simulation/technologies/hydrogen/h2_storage/on_turbine/__init__.py
hopp/simulation/technologies/hydrogen/h2_storage/on_turbine/on_turbine_hydrogen_storage.py
hopp/simulation/technologies/hydrogen/h2_storage/pipe_storage/__init__.py
hopp/simulation/technologies/hydrogen/h2_storage/pipe_storage/underground_pipe_storage.py
hopp/simulation/technologies/hydrogen/h2_storage/pressure_vessel/__init__.py
hopp/simulation/technologies/hydrogen/h2_storage/pressure_vessel/tankinator.py
hopp/simulation/technologies/hydrogen/h2_storage/pressure_vessel/von_mises.py
hopp/simulation/technologies/hydrogen/h2_storage/pressure_vessel/compressed_gas_storage_model_20221021/Compressed_all.py
hopp/simulation/technologies/hydrogen/h2_storage/pressure_vessel/compressed_gas_storage_model_20221021/Compressed_gas_function.py
hopp/simulation/technologies/hydrogen/h2_storage/pressure_vessel/compressed_gas_storage_model_20221021/__init__.py
hopp/simulation/technologies/layout/__init__.py
hopp/simulation/technologies/layout/flicker_mismatch.py
hopp/simulation/technologies/layout/flicker_mismatch_grid.py
hopp/simulation/technologies/layout/hybrid_layout.py
hopp/simulation/technologies/layout/layout_tools.py
hopp/simulation/technologies/layout/pv_design_utils.py
hopp/simulation/technologies/layout/pv_inverter.py
hopp/simulation/technologies/layout/pv_layout.py
hopp/simulation/technologies/layout/pv_layout_tools.py
hopp/simulation/technologies/layout/pv_module.py
hopp/simulation/technologies/layout/shadow_flicker.py
hopp/simulation/technologies/layout/simple_flicker.py
hopp/simulation/technologies/layout/wind_layout.py
hopp/simulation/technologies/layout/wind_layout_tools.py
hopp/simulation/technologies/pv/__init__.py
hopp/simulation/technologies/pv/detailed_pv_plant.py
hopp/simulation/technologies/pv/pv_plant.py
hopp/simulation/technologies/resource/__init__.py
hopp/simulation/technologies/resource/elec_prices.py
hopp/simulation/technologies/resource/resource.py
hopp/simulation/technologies/resource/solar_resource.py
hopp/simulation/technologies/resource/wave_resource.py
hopp/simulation/technologies/resource/wind_resource.py
hopp/simulation/technologies/sites/__init__.py
hopp/simulation/technologies/sites/circular_site.py
hopp/simulation/technologies/sites/flatirons_site.py
hopp/simulation/technologies/sites/irregular_site.py
hopp/simulation/technologies/sites/locations.py
hopp/simulation/technologies/sites/site_info.py
hopp/simulation/technologies/wave/__init__.py
hopp/simulation/technologies/wave/mhk_wave_plant.py
hopp/simulation/technologies/wind/__init__.py
hopp/simulation/technologies/wind/floris.py
hopp/simulation/technologies/wind/wind_plant.py
hopp/tools/__init__.py
hopp/tools/utils.py
hopp/tools/analysis/__init__.py
hopp/tools/analysis/determine_curtailment.py
hopp/tools/analysis/bos/__init__.py
hopp/tools/analysis/bos/atb_lookup.py
hopp/tools/analysis/bos/bos_lookup.py
hopp/tools/analysis/bos/bos_model.py
hopp/tools/analysis/bos/calculate_installed_costs.py
hopp/tools/analysis/bos/cost_calculator.py
hopp/tools/analysis/bos/hybrid_bosse.py
hopp/tools/analysis/bos/hybridbosse_client.py
hopp/tools/dispatch/__init__.py
hopp/tools/dispatch/csp_pv_battery_plot.py
hopp/tools/dispatch/plot_tools.py
hopp/tools/layout/__init__.py
hopp/tools/layout/plot_tools.py
hopp/tools/optimization/__init__.py
hopp/tools/optimization/candidate.py
hopp/tools/optimization/optimization_driver.py
hopp/tools/optimization/optimization_problem.py
hopp/tools/optimization/problem_parametrization.py
hopp/tools/optimization/candidate_converter/__init__.py
hopp/tools/optimization/candidate_converter/candidate_converter.py
hopp/tools/optimization/candidate_converter/dict_converter.py
hopp/tools/optimization/candidate_converter/object_converter.py
hopp/tools/optimization/candidate_converter/passthrough_converter.py
hopp/tools/optimization/command_line_tools/__init__.py
hopp/tools/optimization/command_line_tools/config_tools.py
hopp/tools/optimization/command_line_tools/run_utils.py
hopp/tools/optimization/data_logging/JSON_lines_record_logger.py
hopp/tools/optimization/data_logging/__init__.py
hopp/tools/optimization/data_logging/a_data_recorder.py
hopp/tools/optimization/data_logging/data_recorder.py
hopp/tools/optimization/data_logging/null_data_recorder.py
hopp/tools/optimization/data_logging/null_record_logger.py
hopp/tools/optimization/data_logging/record_logger.py
hopp/tools/optimization/data_logging/table_data_recorder.py
hopp/tools/optimization/driver/__init__.py
hopp/tools/optimization/driver/ask_tell_driver.py
hopp/tools/optimization/driver/ask_tell_parallel_driver.py
hopp/tools/optimization/driver/ask_tell_parallel_driver_fns.py
hopp/tools/optimization/driver/ask_tell_serial_driver.py
hopp/tools/optimization/optimizer/CEM_optimizer.py
hopp/tools/optimization/optimizer/CMA_ES_optimizer.py
hopp/tools/optimization/optimizer/DCEM_optimizer.py
hopp/tools/optimization/optimizer/GA_optimizer.py
hopp/tools/optimization/optimizer/IDCEM.py
hopp/tools/optimization/optimizer/IPDCEM.py
hopp/tools/optimization/optimizer/IWDCEM.py
hopp/tools/optimization/optimizer/KFDCEM.py
hopp/tools/optimization/optimizer/SPSA_optimizer.py
hopp/tools/optimization/optimizer/__init__.py
hopp/tools/optimization/optimizer/ask_tell_optimizer.py
hopp/tools/optimization/optimizer/particle_gradient_optimizer.py
hopp/tools/optimization/optimizer/stationary_optimizer.py
hopp/tools/resource/__init__.py
hopp/tools/resource/download_resource.py
hopp/tools/resource/resource_tools.py
hopp/tools/resource/resource_loader/__init__.py
hopp/tools/resource/resource_loader/resource_loader_files.py
hopp/tools/resource/resource_loader/site_details_creator.py
hopp/utilities/__init__.py
hopp/utilities/keys.py
hopp/utilities/log.py
hopp/utilities/utilities.py
hopp/utilities/validators.py
tests/__init__.py
tests/conftest.py
tests/hopp/__init__.py
tests/hopp/test_battery.py
tests/hopp/test_battery_dispatch.py
tests/hopp/test_battery_stateless.py
tests/hopp/test_clustering.py
tests/hopp/test_cost_calculator.py
tests/hopp/test_csp.py
tests/hopp/test_custom_financial.py
tests/hopp/test_detailed_pv_plant.py
tests/hopp/test_dispatch.py
tests/hopp/test_flicker.py
tests/hopp/test_flicker_mismatch.py
tests/hopp/test_grid.py
tests/hopp/test_hybrid.py
tests/hopp/test_layout.py
tests/hopp/test_pv_source.py
tests/hopp/test_reopt.py
tests/hopp/test_resource.py
tests/hopp/test_resource_download.py
tests/hopp/test_site_info.py
tests/hopp/test_solar_wind.py
tests/hopp/test_tower_source.py
tests/hopp/test_trough_source.py
tests/hopp/test_utility_rate.py
tests/hopp/test_wave.py
tests/hopp/test_wind.py
tests/hopp/utils.py