From 0d4f8396b446a3464af15dd06541df6482416f7c Mon Sep 17 00:00:00 2001
From: Kai Brassel <mail@khbrassel.de>
Date: Mon, 26 Jul 2021 11:46:24 +0200
Subject: [PATCH] Added units for CO2 emissions

---
 ParameterCatalogs2Creation.adoc |  2 +-
 UnitsExamples.md                | 17 +++++++++++++----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/ParameterCatalogs2Creation.adoc b/ParameterCatalogs2Creation.adoc
index 6954795..d55ae79 100644
--- a/ParameterCatalogs2Creation.adoc
+++ b/ParameterCatalogs2Creation.adoc
@@ -718,7 +718,7 @@ image::AddUpdateSite.png[Install Plug-in , 500, role="thumb"]
 
 Select Indriya plug-in, press `Next >` and acknowledge all following dialogs, including security warnings.
 
-Do the same for the City Units plug-in available at site `https://transfer.hft-stuttgart.de/pages/neqmodplus/de.hft-stuttgart.cityunits/release_target_101/`
+Do the same for the City Units plug-in available at site `https://transfer.hft-stuttgart.de/pages/neqmodplus/de.hft-stuttgart.cityunits/release_target_102/`
 Finally, restart Eclipse to complete plug-in installation.
 
 While the first plug-in installs Indriya, the second plug-in adds some specific units for urban simulation, EMF Forms editor fields for quantities, and Ecore types used for modeling quantities as attributes of classes.
diff --git a/UnitsExamples.md b/UnitsExamples.md
index 003b5e7..085037b 100644
--- a/UnitsExamples.md
+++ b/UnitsExamples.md
@@ -4,8 +4,9 @@
 For an introduction on dealing with units in Java, see
 [Baeldung: Introduction to javax.measure](https://www.baeldung.com/javax-measure).
 
-Here some examples for valid units:
+Find demos on how to define new dimensions and units, e.g. in the energy domain under [github.com/unitsofmeasurement](https://github.com/unitsofmeasurement/uom-demos/tree/master/domain).
 
+Here some examples for valid units:
 
 | Symbol   | Dimension           
 | -------- | ------------------- 
@@ -53,7 +54,7 @@ Here some examples for valid units:
 | rad      | one 
 | sr       | one 
 
-Some units of special interest for Urban Simulation, partly introduced with Plug-in "City Units":
+Some derived units of special interest for urban simulation like kW·h (encodes kWh) as measure of energy or m³/min as measure of flow rate.
 
 | Symbol   | Dimension           
 | -------- | -------------- 
@@ -66,10 +67,18 @@ Some units of special interest for Urban Simulation, partly introduced with Plug
 | m³/s     | [L]³/[T] 
 | m³/d     | [L]³/[T] 
 | l/min    | [L]³/[T] 
-| W/m²     | [M]/[T]³ 
+
+Some units of special interest for urban simulation introduced with plug-in "City Units":
+
+| Symbol   | Dimension           
+| -------- | -------------- 
+| W/m²     | [M]/[T]³ Intensity
 | ppm      | one 
 | dB       | one 
+| g COâ‚‚eq  | [M] CarbonEmission
+| kg COâ‚‚eq | [M] CarbonEmission
+| t COâ‚‚eq  | [M] CarbonEmission
 | €        | [$]
 | $        | [$]
 
-Note that monetary units have been added ad hoc to City Untis to model costs, but may be abandoned in future.
+Note that monetary units have been added ad hoc to City Units to model costs, but may be abandoned in future.
-- 
GitLab