quintel / etmoses

Online decision support tool to create local energy situations for neighbourhoods, cities and regions with a time resolution of 15 minutes created and maintained by Quintel – Not maintained
https://moses.energytransitionmodel.com
MIT License
11 stars 3 forks source link

Wrong technology table #1505

Closed JeroenvdLogt closed 7 years ago

JeroenvdLogt commented 7 years ago

I want to work on LES 425 (impact energiebesparing huishoudens op piekbelasting - referentie) on the production server. But the technology table is corrupted.

image

ChaelKruip commented 7 years ago

@antw can you take a look at this please?

antw commented 7 years ago

I've fixed this LES by hand. FYI @grdw, the buffers were both missing a type and an incorrectly set composite_value:

{
  "huishoudens": [
    {
      "buffer": null,
      "capacity": 10.0,
      "composite": true,
      "composite_value": "_1",  // <--
      "congestion_reserve_percentage": null,
      "demand": 5334.0,
      "position_relative_to_buffer": null,
      "profile": 402,
      "type": null,  // <--
      "units": 14025,
      "volume": 2.9065,
      "composite_index": 1,
      "concurrency": "max",
      "full_load_hours": null,
      "initial_investment": null,
      "om_costs_for_ccs_per_full_load_hour": null,
      "om_costs_per_full_load_hour": null,
      "om_costs_per_year": null,
      "performance_coefficient": 1.0,
      "technical_lifetime": null,
      "associates": [

      ],
      "node": null,
      "profile_key": "tussenwoning_hoog",
      "components": [

      ]
    },
    {
      "buffer": "_1",  // <--
      "capacity": 10.0,
      "composite": false,
      "composite_value": null,
      "congestion_reserve_percentage": null,
      "demand": 5334.0,
      "position_relative_to_buffer": "buffering",
      "profile": null,
      "type": "households_space_heater_heatpump_air_water_electricity",
      "units": 14025,
      "volume": 163054.65,
      "composite_index": 1,
      "concurrency": "max",
      "full_load_hours": 936,
      "initial_investment": 9500.0,
      "om_costs_for_ccs_per_full_load_hour": null,
      "om_costs_per_full_load_hour": 0.0,
      "om_costs_per_year": 100.0,
      "performance_coefficient": 4.5,
      "technical_lifetime": 15,
      "associates": [

      ],
      "node": null,
      "profile_key": null,
      "components": [

      ]
    },
    {
      "buffer": null,
      "capacity": 10.0,
      "composite": true,
      "composite_value": "_2",  // <--
      "congestion_reserve_percentage": null,
      "demand": 2147.0,
      "position_relative_to_buffer": null,
      "profile": 407,
      "type": null,  // <--
      "units": 14025,
      "volume": 4.0691,
      "composite_index": 2,
      "concurrency": "max",
      "full_load_hours": null,
      "initial_investment": null,
      "om_costs_for_ccs_per_full_load_hour": null,
      "om_costs_per_full_load_hour": null,
      "om_costs_per_year": null,
      "performance_coefficient": 1.0,
      "technical_lifetime": null,
      "associates": [

      ],
      "node": null,
      "profile_key": "dhw_demand_1",
      "components": [

      ]
    },
    {
      "buffer": "_2",  // <--
      "capacity": 10.0,
      "composite": false,
      "composite_value": null,
      "congestion_reserve_percentage": null,
      "demand": 2147.0,
      "position_relative_to_buffer": "buffering",
      "profile": null,
      "type": "households_water_heater_heatpump_air_water_electricity",
      "units": 14025,
      "volume": 228276.50999999998,
      "composite_index": 1,
      "concurrency": "max",
      "full_load_hours": 367,
      "initial_investment": 9500.0,
      "om_costs_for_ccs_per_full_load_hour": null,
      "om_costs_per_full_load_hour": 0.0,
      "om_costs_per_year": 100.0,
      "performance_coefficient": 3.0,
      "technical_lifetime": 15,
      "associates": [

      ],
      "node": null,
      "profile_key": null,
      "components": [

      ]
    },
    {
      "buffer": null,
      "capacity": null,
      "composite": false,
      "composite_value": null,
      "congestion_reserve_percentage": null,
      "demand": 3300.0,
      "position_relative_to_buffer": null,
      "profile": 311,
      "type": "base_load",
      "units": 14025,
      "volume": null,
      "composite_index": 1,
      "concurrency": "max",
      "full_load_hours": null,
      "initial_investment": null,
      "om_costs_for_ccs_per_full_load_hour": null,
      "om_costs_per_full_load_hour": null,
      "om_costs_per_year": null,
      "performance_coefficient": 1.0,
      "technical_lifetime": null,
      "associates": [

      ],
      "node": null,
      "profile_key": "anonimous_base_load_1",
      "components": [

      ]
    }
  ]
}
JeroenvdLogt commented 7 years ago

Thank you, Okay it seems to work now. The profiles themselves are not changed? I encounter the same problem with LES 424(impact energiebesparing huishoudens op piekbelasting - referentie + traditionele netverzwaring) en LES 426 (impact energiebesparing huishoudens op piekbelasting - goede isolatie). I think this is the same issue because I made the 3 LES'en at te same day.

antw commented 7 years ago

The profiles themselves are not changed?

Profiles and all other technology settings should be exactly as you left them; they have not been changed by myself.

I fixed LES 426 earlier but missed 424; I've now fixed that one also.