From b403b245547e745c26d0e0ef20c8886d8b3c4e19 Mon Sep 17 00:00:00 2001 From: "David P. Chassin" Date: Wed, 28 Jun 2023 10:44:02 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 348240f..30401b8 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ Public service loads are for street lights and other public services. They are ## Tasks -1. Add a commercial building to load 1 -2. Add 4 residential buildings to load 2 -3. Add an industrial load to load 4 -4. Add an agricultural load to load 5 -5. Add a public service load to load 6 -6. Use the weather forecast for Denver Colorado +1. Add a commercial schedule and building to load 1 (see [`main.glm@6`](main.glm#L6-L35)). +2. Add 4 residential buildings to load 2 (see [`main.glm@37`](main.glm#L37-L86)). +3. Add an industrial load to load 4 (see [`main.glm@88`](main.glm#L88-L97)). +4. Add an agricultural load to load 5 (see [`main.glm@99`](main.glm#L99-L110)). +5. Add a public service load to load 6 (see [`main.glm@112`](main.glm#L112-L120)). +6. Use the weather forecast for Denver Colorado (see [`main.glm@122`](main.glm#L122-L130)). # Exercices