diff --git a/pywr_editor/model/model_config.py b/pywr_editor/model/model_config.py index fc8ea0d..b10c28b 100644 --- a/pywr_editor/model/model_config.py +++ b/pywr_editor/model/model_config.py @@ -218,11 +218,12 @@ def empty_model() -> dict: "description": f"Model created on {current_time}", }, "includes": [], - "timestepper": {}, + "timestepper": {"start": "2000-1-1", "end": "2000-12-31", "timestep": 1}, "scenarios": [], "nodes": [], "edges": [], "tables": {}, + "recorders": {}, Constants.EDITOR_CONFIG_KEY.value: {Constants.SHAPES_KEY.value: []}, }