diff --git a/config.json b/config.json index e1b8b1a..6fcbf9d 100644 --- a/config.json +++ b/config.json @@ -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, diff --git a/run.py b/run.py index 0d53cc8..24266d3 100755 --- a/run.py +++ b/run.py @@ -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: diff --git a/southeast_asia/capacity_factor.xlsx b/southeast_asia/capacity_factor.xlsx new file mode 100644 index 0000000..a9d0277 Binary files /dev/null and b/southeast_asia/capacity_factor.xlsx differ diff --git a/southeast_asia/carbon_emission_limit.xlsx b/southeast_asia/carbon_emission_limit.xlsx new file mode 100644 index 0000000..fc969a3 Binary files /dev/null and b/southeast_asia/carbon_emission_limit.xlsx differ diff --git a/southeast_asia/charge_efficiency.xlsx b/southeast_asia/charge_efficiency.xlsx new file mode 100644 index 0000000..10921db Binary files /dev/null and b/southeast_asia/charge_efficiency.xlsx differ diff --git a/southeast_asia/demand.xlsx b/southeast_asia/demand.xlsx new file mode 100644 index 0000000..3f0ac4a Binary files /dev/null and b/southeast_asia/demand.xlsx differ diff --git a/southeast_asia/discharge_efficiency.xlsx b/southeast_asia/discharge_efficiency.xlsx new file mode 100644 index 0000000..a1d6cf7 Binary files /dev/null and b/southeast_asia/discharge_efficiency.xlsx differ diff --git a/southeast_asia/discount_factor.xlsx b/southeast_asia/discount_factor.xlsx new file mode 100644 index 0000000..46a58de Binary files /dev/null and b/southeast_asia/discount_factor.xlsx differ diff --git a/southeast_asia/distance.xlsx b/southeast_asia/distance.xlsx new file mode 100644 index 0000000..c437006 Binary files /dev/null and b/southeast_asia/distance.xlsx differ diff --git a/southeast_asia/emission_factor.xlsx b/southeast_asia/emission_factor.xlsx new file mode 100644 index 0000000..a595bdf Binary files /dev/null and b/southeast_asia/emission_factor.xlsx differ diff --git a/southeast_asia/energy_to_power_ratio.xlsx b/southeast_asia/energy_to_power_ratio.xlsx new file mode 100644 index 0000000..0d6b4d1 Binary files /dev/null and b/southeast_asia/energy_to_power_ratio.xlsx differ diff --git a/southeast_asia/final_reservoir_storage_level.xlsx b/southeast_asia/final_reservoir_storage_level.xlsx new file mode 100644 index 0000000..7b56ab3 Binary files /dev/null and b/southeast_asia/final_reservoir_storage_level.xlsx differ diff --git a/southeast_asia/fuel_price.xlsx b/southeast_asia/fuel_price.xlsx new file mode 100644 index 0000000..ea92339 Binary files /dev/null and b/southeast_asia/fuel_price.xlsx differ diff --git a/southeast_asia/historical_capacity.xlsx b/southeast_asia/historical_capacity.xlsx new file mode 100644 index 0000000..6aab688 Binary files /dev/null and b/southeast_asia/historical_capacity.xlsx differ diff --git a/southeast_asia/inflow.xlsx b/southeast_asia/inflow.xlsx new file mode 100644 index 0000000..ea297e0 Binary files /dev/null and b/southeast_asia/inflow.xlsx differ diff --git a/southeast_asia/initial_energy_storage_level.xlsx b/southeast_asia/initial_energy_storage_level.xlsx new file mode 100644 index 0000000..f5e9ade Binary files /dev/null and b/southeast_asia/initial_energy_storage_level.xlsx differ diff --git a/southeast_asia/initial_reservoir_storage_level.xlsx b/southeast_asia/initial_reservoir_storage_level.xlsx new file mode 100644 index 0000000..5049bf3 Binary files /dev/null and b/southeast_asia/initial_reservoir_storage_level.xlsx differ diff --git a/southeast_asia/lifetime.xlsx b/southeast_asia/lifetime.xlsx new file mode 100644 index 0000000..5edd1b5 Binary files /dev/null and b/southeast_asia/lifetime.xlsx differ diff --git a/southeast_asia/new_technology_lower_bound.xlsx b/southeast_asia/new_technology_lower_bound.xlsx new file mode 100644 index 0000000..5bed97e Binary files /dev/null and b/southeast_asia/new_technology_lower_bound.xlsx differ diff --git a/southeast_asia/new_technology_upper_bound.xlsx b/southeast_asia/new_technology_upper_bound.xlsx new file mode 100644 index 0000000..af9d7d1 Binary files /dev/null and b/southeast_asia/new_technology_upper_bound.xlsx differ diff --git a/southeast_asia/predefined_hydropower.xlsx b/southeast_asia/predefined_hydropower.xlsx new file mode 100644 index 0000000..37c2a96 Binary files /dev/null and b/southeast_asia/predefined_hydropower.xlsx differ diff --git a/southeast_asia/ramp_down.xlsx b/southeast_asia/ramp_down.xlsx new file mode 100644 index 0000000..0976f2d Binary files /dev/null and b/southeast_asia/ramp_down.xlsx differ diff --git a/southeast_asia/ramp_up.xlsx b/southeast_asia/ramp_up.xlsx new file mode 100644 index 0000000..d6eb514 Binary files /dev/null and b/southeast_asia/ramp_up.xlsx differ diff --git a/southeast_asia/reservoir_characteristics.xlsx b/southeast_asia/reservoir_characteristics.xlsx new file mode 100644 index 0000000..1ff1e76 Binary files /dev/null and b/southeast_asia/reservoir_characteristics.xlsx differ diff --git a/southeast_asia/reservoir_forebay_level_volume_function.xlsx b/southeast_asia/reservoir_forebay_level_volume_function.xlsx new file mode 100644 index 0000000..275a014 Binary files /dev/null and b/southeast_asia/reservoir_forebay_level_volume_function.xlsx differ diff --git a/southeast_asia/reservoir_storage_lower_bound.xlsx b/southeast_asia/reservoir_storage_lower_bound.xlsx new file mode 100644 index 0000000..e36eaf8 Binary files /dev/null and b/southeast_asia/reservoir_storage_lower_bound.xlsx differ diff --git a/southeast_asia/reservoir_storage_upper_bound.xlsx b/southeast_asia/reservoir_storage_upper_bound.xlsx new file mode 100644 index 0000000..b7f542e Binary files /dev/null and b/southeast_asia/reservoir_storage_upper_bound.xlsx differ diff --git a/southeast_asia/reservoir_tailrace_level_discharge_function.xlsx b/southeast_asia/reservoir_tailrace_level_discharge_function.xlsx new file mode 100644 index 0000000..60f997a Binary files /dev/null and b/southeast_asia/reservoir_tailrace_level_discharge_function.xlsx differ diff --git a/southeast_asia/technology_fixed_OM_cost.xlsx b/southeast_asia/technology_fixed_OM_cost.xlsx new file mode 100644 index 0000000..1dc2044 Binary files /dev/null and b/southeast_asia/technology_fixed_OM_cost.xlsx differ diff --git a/southeast_asia/technology_investment_cost.xlsx b/southeast_asia/technology_investment_cost.xlsx new file mode 100644 index 0000000..19c3752 Binary files /dev/null and b/southeast_asia/technology_investment_cost.xlsx differ diff --git a/southeast_asia/technology_portfolio.xlsx b/southeast_asia/technology_portfolio.xlsx new file mode 100644 index 0000000..be8af89 Binary files /dev/null and b/southeast_asia/technology_portfolio.xlsx differ diff --git a/southeast_asia/technology_type.xlsx b/southeast_asia/technology_type.xlsx new file mode 100644 index 0000000..1134ad8 Binary files /dev/null and b/southeast_asia/technology_type.xlsx differ diff --git a/southeast_asia/technology_upper_bound.xlsx b/southeast_asia/technology_upper_bound.xlsx new file mode 100644 index 0000000..a6b6bb3 Binary files /dev/null and b/southeast_asia/technology_upper_bound.xlsx differ diff --git a/southeast_asia/technology_variable_OM_cost.xlsx b/southeast_asia/technology_variable_OM_cost.xlsx new file mode 100644 index 0000000..7d863fb Binary files /dev/null and b/southeast_asia/technology_variable_OM_cost.xlsx differ diff --git a/southeast_asia/transmission_fixed_OM_cost.xlsx b/southeast_asia/transmission_fixed_OM_cost.xlsx new file mode 100644 index 0000000..288db0c Binary files /dev/null and b/southeast_asia/transmission_fixed_OM_cost.xlsx differ diff --git a/southeast_asia/transmission_line_efficiency.xlsx b/southeast_asia/transmission_line_efficiency.xlsx new file mode 100644 index 0000000..194f0c2 Binary files /dev/null and b/southeast_asia/transmission_line_efficiency.xlsx differ diff --git a/southeast_asia/transmission_line_existing_capacity.xlsx b/southeast_asia/transmission_line_existing_capacity.xlsx new file mode 100644 index 0000000..9ed431f Binary files /dev/null and b/southeast_asia/transmission_line_existing_capacity.xlsx differ diff --git a/southeast_asia/transmission_line_fixed_OM_cost.xlsx b/southeast_asia/transmission_line_fixed_OM_cost.xlsx new file mode 100644 index 0000000..a3d0f82 Binary files /dev/null and b/southeast_asia/transmission_line_fixed_OM_cost.xlsx differ diff --git a/southeast_asia/transmission_line_investment_cost.xlsx b/southeast_asia/transmission_line_investment_cost.xlsx new file mode 100644 index 0000000..d6d5f60 Binary files /dev/null and b/southeast_asia/transmission_line_investment_cost.xlsx differ diff --git a/southeast_asia/transmission_line_lifetime.xlsx b/southeast_asia/transmission_line_lifetime.xlsx new file mode 100644 index 0000000..1da4769 Binary files /dev/null and b/southeast_asia/transmission_line_lifetime.xlsx differ diff --git a/southeast_asia/transmission_line_variable_OM_cost.xlsx b/southeast_asia/transmission_line_variable_OM_cost.xlsx new file mode 100644 index 0000000..8abcce6 Binary files /dev/null and b/southeast_asia/transmission_line_variable_OM_cost.xlsx differ diff --git a/southeast_asia/water_delay_time.xlsx b/southeast_asia/water_delay_time.xlsx new file mode 100644 index 0000000..eb7742b Binary files /dev/null and b/southeast_asia/water_delay_time.xlsx differ