Skip to content

Commit

Permalink
Add release note and documentation, Fix several bugs
Browse files Browse the repository at this point in the history
Fixed efficiencies, captial costs, p_max_pu/p_min_pu of exogenous land transport, removed redundant variable
Fixed EV constraint to only select Links with p_nom_extendable=True
  • Loading branch information
s8au committed Oct 5, 2023
1 parent 659f977 commit 239bee9
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 162 deletions.
7 changes: 3 additions & 4 deletions config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,9 @@ sector:
bev_avail_mean: 0.8
v2g: true
endogenous_transport: false
energy_to_cars: 0.01 #Mw@wheel/car assuming 0.2kwh/km and 50km/h
EV_consumption_1car: 0.01 #MWh_elec/hour (assuming 0.2 kWh/km https://github.com/PyPSA/pypsa-eur/blob/1fbe971ab8dab60d972d3a7b905b9cec7171c0ad/config/config.default.yaml#L382 and velocity of 50km/h
ICE_consumption_1car: 0.033 #MWh_oil/hour (assuming 0.66 kWh_oil/km and 50 km/h (with the link efficiency 0.3, they are equivalent to 0.01 MWh_elec/hour)
H2_consumption_1car: 0.02 #MWh_H2/hour (assuming 0.4 kWh_H2/km and 50km/h) (with efficiency 0.5, they are equivalent to 0.01 MWh_elec/hour)
EV_consumption_1car: 0.01
ICE_consumption_1car: 0.033
H2_consumption_1car: 0.02
land_transport_fuel_cell_share:
2020: 0
2030: 0.05
Expand Down
Loading

0 comments on commit 239bee9

Please sign in to comment.