From e27a70fdab046a1bb4b834ff57a6d160a31f5e3a Mon Sep 17 00:00:00 2001 From: weindl <39915455+weindl@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:10:40 +0200 Subject: [PATCH] Added information about new interface to the respective module description --- modules/15_food/module.gms | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/15_food/module.gms b/modules/15_food/module.gms index b228f51668..6df74f2de3 100644 --- a/modules/15_food/module.gms +++ b/modules/15_food/module.gms @@ -15,7 +15,9 @@ *' agricultural commodities q15_food_demand.m to change food demand and iterates *' with MAgPIE until a common solution is found. Outputs include next to food *' demand also projections of anthropometric parameters such as body height and -*' weight distribution, as well as phyiscal activity levels. +*' weight distribution, as well as phyiscal activity levels. In addition, this +*' module also provides information about nutrition attributes of foods that can +*' be used in other modules via the interface fm_nutrition_attributes. *' @authors Benjamin Leon Bodirsky, Isabelle Weindl, Jan Philipp Dietrich *###################### R SECTION START (MODULETYPES) ##########################