-
Notifications
You must be signed in to change notification settings - Fork 9
User input
The topology can be specified using a .json file with the following structure:
{"name":"Buerohaus","port":0,"ldHeating":false,"heatTransportLength":0,"demand_list":[{"name":"Last3","index":0,"consumptionProfile":"","networkType":"Heat"}],"coupler_list":[{"name":"WaermePumpe","networkTypeP":"Heat","networkTypeS":"Electricity","power":25.0,"efficiencyPrimary":1.0,"efficiencySecondary":1.0,"cost":0.01,"coEmission":0.0}],"controllable_list":[{"name":"GasNachheizer","networkType":"Heat","power":20.0,"efficiency":0.98,"cost":5.91,"coEmission":0.0}],"volatile_list":[{"name":"PV40","index":0,"networkType":"Heat","power":40.0,"forecastFile":"","cost":0.01,"coEmission":0.0}],"storage_list":[{"name":"WaermeSpeicher","networkType":"Heat","capacity":100.0,"maxCharging":60.0,"maxDischarging":60.0,"effIN":0.9,"effOUT":0.9}]},{
other building specification}]
Example: Riemerling.json
In the current implementation, all demand consumption files must have 5 columns. Each column represents a consumer. The parameter "index" is used to select the consumer when the simulation is run from memapBasis. In other words, "index" is the number of the column in the consumption file. However, this is not yet integrated with the planning tool (memapGUI), so by default, always the first column is used.
In MEMAP - version 4, this whole mechanism will be replaced for a more convenient scheme, which is already implemented in memapServer.
Example 1: StromVerbraeuche.csv
Example 2: StromVerbraeucheAngepasst.csv
Example 3: StromVerbraeucheAngepasst.csv
Example 4: WaermeVerbraeucheAngepasst.csv
The weather files can be used to specify the weather when the simulation is run from memapBasis. This feature is not yet integrated with the planning tool (memapGUI).
In MEMAP - version 4, the user will be able to select a custom weather file.
Example 1: Discovergy_PVAnlage15kWp_badDay.csv
Example 2: Discovergy_PVAnlage15kWp.csv
Market price files can be used to specify the market price behavior (fixed or volatile) when the simulation is run from memapBasis. This feature is not yet integrated with the planning tool (memapGUI).
In MEMAP - version 4, the user will be able to select a custom market price file.
Example 1: Strompreise_7Tage.csv
Example 2: Discovergy_PVAnlage15kWp.csv