From f61a3f7723b247b7e589b0726c8847a6fedf8812 Mon Sep 17 00:00:00 2001 From: katy Date: Wed, 20 Oct 2021 13:56:17 +0100 Subject: [PATCH] Added constant for ultraviolet_index_daytime_max. --- improver/ensemble_copula_coupling/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/improver/ensemble_copula_coupling/constants.py b/improver/ensemble_copula_coupling/constants.py index 73b7a31f2d..2ba61fed8d 100644 --- a/improver/ensemble_copula_coupling/constants.py +++ b/improver/ensemble_copula_coupling/constants.py @@ -94,4 +94,5 @@ "relative_humidity": Bounds((0, 1.2), "1"), "visibility_in_air": Bounds((0, 100000), "m"), "ultraviolet_index": Bounds((0, 25.0), "1"), + "ultraviolet_index_daytime_max": Bounds((0, 25.0), "1"), }