Skip to content

Commit

Permalink
Merge pull request #3370 from architecture-building-systems/#3369-uni…
Browse files Browse the repository at this point in the history
…fying-default-settings

Unified default settings
  • Loading branch information
ShiZhongming committed Sep 5, 2023
2 parents 77164e9 + 47fc712 commit b3e5b95
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cea/default.config
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ operational.type = BooleanParameter
operational.help = Estimate Operational costs (variable and fixed) due to supply systems operation (allocated according to the supply-systems input database)

[emissions]
year-to-calculate = 2020
year-to-calculate = 2023
year-to-calculate.type = IntegerParameter
year-to-calculate.help = Defines the time period (year-to-calculate - year_built or year_renovated) over which embodied emissions are calculated. If greater than 60 years, embodied emissions are not considered.

Expand Down Expand Up @@ -997,9 +997,9 @@ categories.type = MultiChoiceParameter
categories.choices = demand, solar_potentials, solar_technology, life_cycle_analysis, thermal_network
categories.help = List of plot categories to be created.

network-type = DC
network-type = DH
network-type.type = ChoiceParameter
network-type.choices = DC, DH
network-type.choices = DH, DC
network-type.help = Type of district network: "DH" (district heating) or "DC" (district cooling).

network-name =
Expand Down Expand Up @@ -1065,7 +1065,7 @@ sewage-water-ratio.help = Ratio of decrease/increase in sewage water due to soli

sewage-water-district = 50
sewage-water-district.type = RealParameter
sewage-water-district.help = How many liters of wastewater come from the neighboring districts thoruhg the heat-exchanger LPs
sewage-water-district.help = How many liters of wastewater come from the neighboring districts through the heat-exchanger LPs

[water-body]
max-water-volume-withdrawal = 1000
Expand Down Expand Up @@ -1144,9 +1144,9 @@ typology.category = Optional
[decentralized]

[network-layout]
network-type = DC
network-type = DH
network-type.type = ChoiceParameter
network-type.choices = DC, DH
network-type.choices = DH, DC
network-type.help = Type of district network: "DH" (district heating), or "DC" (district cooling)

connected-buildings =
Expand Down Expand Up @@ -1306,4 +1306,4 @@ yarn.help = Path to the yarn.cmd file (e.g. C:\Users\darthoma\AppData\Roaming\np

release-version =
release-version.type = StringParameter
release-version.help = Version number for new release in Semantic Versioning format (e.g., 1.0.0)
release-version.help = Version number for new release in Semantic Versioning format (e.g., 1.0.0)

0 comments on commit b3e5b95

Please sign in to comment.