Skip to content

Commit

Permalink
Add a benchmark example to test the performance of create model
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhanwei-Liu committed Jun 26, 2024
1 parent b2c4f4b commit ecae73c
Show file tree
Hide file tree
Showing 42 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"general_parameters": {
"input_folder": "input",
"input_folder": "southeast_asia",
"output_folder": "output",
"output_filename": "year",
"hour": 48,
"hour": 2190,
"month": 1,
"dt": 1,
"hours_in_year": 8760,
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def run_model(parameters, output_filename, args):
Arguments parsed by argparse.
"""
model = create_model(parameters)
exit() # debug
exit() # debug to speed up create_model
output_filename = update_output_filename(output_filename, args)
solved = solve_model(model, parameters)
if solved:
Expand Down
Binary file added southeast_asia/capacity_factor.xlsx
Binary file not shown.
Binary file added southeast_asia/carbon_emission_limit.xlsx
Binary file not shown.
Binary file added southeast_asia/charge_efficiency.xlsx
Binary file not shown.
Binary file added southeast_asia/demand.xlsx
Binary file not shown.
Binary file added southeast_asia/discharge_efficiency.xlsx
Binary file not shown.
Binary file added southeast_asia/discount_factor.xlsx
Binary file not shown.
Binary file added southeast_asia/distance.xlsx
Binary file not shown.
Binary file added southeast_asia/emission_factor.xlsx
Binary file not shown.
Binary file added southeast_asia/energy_to_power_ratio.xlsx
Binary file not shown.
Binary file added southeast_asia/final_reservoir_storage_level.xlsx
Binary file not shown.
Binary file added southeast_asia/fuel_price.xlsx
Binary file not shown.
Binary file added southeast_asia/historical_capacity.xlsx
Binary file not shown.
Binary file added southeast_asia/inflow.xlsx
Binary file not shown.
Binary file added southeast_asia/initial_energy_storage_level.xlsx
Binary file not shown.
Binary file not shown.
Binary file added southeast_asia/lifetime.xlsx
Binary file not shown.
Binary file added southeast_asia/new_technology_lower_bound.xlsx
Binary file not shown.
Binary file added southeast_asia/new_technology_upper_bound.xlsx
Binary file not shown.
Binary file added southeast_asia/predefined_hydropower.xlsx
Binary file not shown.
Binary file added southeast_asia/ramp_down.xlsx
Binary file not shown.
Binary file added southeast_asia/ramp_up.xlsx
Binary file not shown.
Binary file added southeast_asia/reservoir_characteristics.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added southeast_asia/technology_fixed_OM_cost.xlsx
Binary file not shown.
Binary file added southeast_asia/technology_investment_cost.xlsx
Binary file not shown.
Binary file added southeast_asia/technology_portfolio.xlsx
Binary file not shown.
Binary file added southeast_asia/technology_type.xlsx
Binary file not shown.
Binary file added southeast_asia/technology_upper_bound.xlsx
Binary file not shown.
Binary file added southeast_asia/technology_variable_OM_cost.xlsx
Binary file not shown.
Binary file added southeast_asia/transmission_fixed_OM_cost.xlsx
Binary file not shown.
Binary file added southeast_asia/transmission_line_efficiency.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added southeast_asia/transmission_line_lifetime.xlsx
Binary file not shown.
Binary file not shown.
Binary file added southeast_asia/water_delay_time.xlsx
Binary file not shown.

0 comments on commit ecae73c

Please sign in to comment.