From d09c1a1a9bbcfa7b6ef2ffc0499770a2337c5dba Mon Sep 17 00:00:00 2001 From: Ryan Forsyth Date: Mon, 23 Dec 2024 10:46:13 -0600 Subject: [PATCH] TOTAL plots working --- .../integration/global_time_series/cases_global_time_series.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/global_time_series/cases_global_time_series.py b/tests/integration/global_time_series/cases_global_time_series.py index 57d8c11..924f1e2 100755 --- a/tests/integration/global_time_series/cases_global_time_series.py +++ b/tests/integration/global_time_series/cases_global_time_series.py @@ -29,7 +29,7 @@ "atmosphere_only": "False", "plots_atm": "TREFHT", "plots_ice": "None", - "plots_lnd": plots_lnd_metric_total, + "plots_lnd": plots_lnd_all, "plots_ocn": "None", "nrows": "1", "ncols": "1",