快速入门
python run.py
Validation Benchmarks
用户指南
config.json
isinflow=true
参考
main()
initialize_environment()
parse_cli_arguments()
log_parameter_info()
setup_logging()
timer()
check_schema()
compute_active_lines()
compute_active_zone_tech()
compute_cost_factors()
extract_config_data()
extract_sets()
load_excel_data()
load_json()
process_data()
read_long_csv()
get_solver()
set_solver_parameters()
solve_model()
create_model()
define_active_zone_tech()
define_basic_sets()
define_complex_sets()
define_constraints()
define_model()
define_variables()
AddCo2EmissionConstraints
AddCostObjective
AddDCFlowConstraints
AddDemandConstraints
AddFinanceConstraints
AddGenerationConstraints
compute_error()
initialize_waterhead()
process_model_solution()
run_model_iteration()
AddHeatRateConstraints
add_heat_rate_fuel_cost()
techs_with_heat_rate_curve()
AddHydropowerConstraints
AddInvestmentConstraints
AddReserveConstraints
AddStorageConstraints
AddTransmissionConstraints
AddUnitCommitmentConstraints
add_uc_cost_terms()
load_fixed_capacity()
run_pcm()
calc_cost_factor()
calc_interest_rate()
calc_inv_cost_factor()
cartesian_product()
check_positive()
interpolate_z_by_q_or_s()
sparse_tupledict()
create_data_array()
extract_results_hydro()
extract_results_non_hydro()
save_result()
save_to_excel()
update_output_filename()
社区
PREP-SHOT
prepshot
prepshot._model
prepshot._model.co2
prepshot._model.cost
prepshot._model.dc_flow
prepshot._model.demand
prepshot._model.finance
prepshot._model.generation
prepshot._model.head_iteration
prepshot._model.heat_rate
prepshot._model.hydro
prepshot._model.investment
prepshot._model.reserve
prepshot._model.storage
prepshot._model.transmission
prepshot._model.unit_commitment
prepshot.cli
prepshot.load_data
prepshot.logs
prepshot.model
prepshot.output_data
prepshot.pcm
prepshot.set_up
prepshot.solver
prepshot.utils