Skip to content

Commit

Permalink
fix: turn off dynamic transport for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
energyLS committed Nov 8, 2023
1 parent a86d22d commit a067348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.test1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ sector:
efficiency_heat_gas_to_elec: 0.9

dynamic_transport:
enable: true # If "True", then the BEV and FCEV shares are obtained depening on the "Co2L"-wildcard (e.g. "Co2L0.70: 0.10"). If "False", then the shares are obtained depending on the "demand" wildcard and "planning_horizons" wildcard as listed below (e.g. "DF_2050: 0.08")
enable: False # If "True", then the BEV and FCEV shares are obtained depening on the "Co2L"-wildcard (e.g. "Co2L0.70: 0.10"). If "False", then the shares are obtained depending on the "demand" wildcard and "planning_horizons" wildcard as listed below (e.g. "DF_2050: 0.08")
land_transport_electric_share:
Co2L2.0: 0.00
Co2L1.0: 0.01
Expand Down

0 comments on commit a067348

Please sign in to comment.