Skip to content

Commit

Permalink
config: make config.default + config.tutorial match old config.tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Jul 8, 2024
1 parent 22cddc2 commit 19839d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ renewable:
resource:
method: wind
turbine: NREL_ReferenceTurbine_5MW_offshore
capacity_per_sqkm: 2
correction_factor: 0.8855
capacity_per_sqkm: 3
# correction_factor: 0.8855
# proxy for wake losses
# from 10.1016/j.energy.2018.08.153
# until done more rigorously in #153
Expand All @@ -269,7 +269,7 @@ renewable:
turbine: NREL_ReferenceTurbine_5MW_offshore
# ScholzPhd Tab 4.3.1: 10MW/km^2
capacity_per_sqkm: 3
correction_factor: 0.8855
# correction_factor: 0.8855
# proxy for wake losses
# from 10.1016/j.energy.2018.08.153
# until done more rigorously in #153
Expand Down Expand Up @@ -316,7 +316,7 @@ renewable:
hydro_max_hours: "energy_capacity_totals_by_country" # not active
hydro_max_hours_default: 6.0 # (optional, default 6) Default value of max_hours for hydro when NaN values are found
clip_min_inflow: 1.0
extendable: true
extendable: false
normalization:
method: hydro_capacities # 'hydro_capacities' to rescale country hydro production by using hydro_capacities, 'eia' to rescale by eia data, false for no rescaling
year: 2013 # (optional) year of statistics used to rescale the runoff time series. When not provided, the cutout weather year is used
Expand Down

0 comments on commit 19839d4

Please sign in to comment.