From c69fcc1b908709aec3b2bef261c53458a8dfd761 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 28 Jun 2023 14:48:00 +0200
Subject: [PATCH] Add info about WEATHER namespace

---
 docs/new_model_config.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/new_model_config.md b/docs/new_model_config.md
index 5ca0010f..89fbcc48 100644
--- a/docs/new_model_config.md
+++ b/docs/new_model_config.md
@@ -13,7 +13,7 @@ Add a result parameter by clicking as shown below
 ![Click Add to add a new result parameter](./illustrations/add_result_param_1.png "Click Add to add a new result parameter")
 
 The result parameter form is shown below.
-* Namespace = The model ID (dictated by the model)
+* Namespace = The model ID (dictated by the model) or WEATHER (Weather parameters are most times using the WEATHER namespace)
 * Key = The parameter ID (dictated by the model)
 * Name = The parameter name as displayed to users
 * Description = Further description of the parameter (currently not in use)
-- 
GitLab