From b85547217cf2e17b265dd8e0ca5e5ca5e044085f Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:53:31 +0000 Subject: [PATCH] Lower-case sources/sinks --- docs/creating/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating/index.md b/docs/creating/index.md index 11c51049..a03d6e0f 100644 --- a/docs/creating/index.md +++ b/docs/creating/index.md @@ -10,7 +10,7 @@ However, it is just as applicable to other types of flows, such as water! **Nodes** contain groups of _technologies_ and are usually geographic, e.g., a country, municipality or a single house. -Flows can enter the system from **Sources**, e.g., energy from the sun to power a solar panel, and can exit it into **Sinks**, e.g., electricity consumed by household appliances. +Flows can enter the system from **sources**, e.g., energy from the sun to power a solar panel, and can exit it into **sinks**, e.g., electricity consumed by household appliances. Unlike _carriers_, we do not explicitly track the type of commodity described by sources and sinks. Putting all of these possibilities together allows a modeller to create a model that is as simple or complex as necessary to answer a given research question.