From c093a33cebfee021721d91be4304e374bad27dba Mon Sep 17 00:00:00 2001 From: Donald Johnson Date: Fri, 5 May 2023 13:54:02 +0000 Subject: [PATCH] Correct units string for default layer. --- include/realizations/catchment/Formulation_Manager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/realizations/catchment/Formulation_Manager.hpp b/include/realizations/catchment/Formulation_Manager.hpp index c51435f704..a3465fad13 100644 --- a/include/realizations/catchment/Formulation_Manager.hpp +++ b/include/realizations/catchment/Formulation_Manager.hpp @@ -146,7 +146,7 @@ namespace realization { layer_desc.name = "surface layer"; layer_desc.id = 0; layer_desc.time_step = 3600; - layer_desc.time_step_units = "S"; + layer_desc.time_step_units = "s"; // add the layer to storage layer_storage.put_layer(layer_desc, layer_desc.id);