quarree100 / q100_abm_TREND

ABM which aims to connect and process the complexity of techno-economic and socio-technical processes - Case: Neighborhood of Ruesdorfer Kamp, Heide, Schleswig-Holstein, Germany. Project QUARREE100.
https://quarree100.de/
2 stars 1 forks source link

export individual energy_prices #82

Closed dunland closed 2 years ago

dunland commented 2 years ago

Moin! Ich hatte gehört, sowas könnt ihr berechnen...

zur Darstellung von gebäudespezifischen Energiekosten muss GAMA diese noch auszuspucken lernen, und zwar bestenfalls ca. so:

export_file <- (timestamp = "") ? "../data/outputs/output/energy_prices/energy_prices_" + id + ".csv" : "../data/outputs/output_" + timestamp + "/energy_prices/energy_prices_" + id + ".csv";
save [cycle, current_date, id, oil_price, gas_price, power_price]
dunland commented 2 years ago

without scaling: select 1 building → make decision →send to gama → calculate real energy prices → export individual costs → plot real values

with scaling: select 1 building → make decision → apply decisions cluster → send whole cluster to gama → calculate real energy prices → export individual costs → plot average values

dunland commented 2 years ago

...ich bräuchte das jetzt relativ dringend, um aus den Daten dann plots machen zu können... bis wann kann ich damit rechnen?

lwinkeler commented 2 years ago

Spätestens morgen Abend.

dunland commented 2 years ago

alles erledigt!