From 311908934289e1606b1ab7b3b6fb4846b5559b6c Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Mon, 9 Sep 2024 11:02:01 -0400 Subject: [PATCH] change conversion_factors --- scm/etc/scripts/plot_configs/twpice_all_suites.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scm/etc/scripts/plot_configs/twpice_all_suites.ini b/scm/etc/scripts/plot_configs/twpice_all_suites.ini index 47cf2d1e5..f9a57798a 100644 --- a/scm/etc/scripts/plot_configs/twpice_all_suites.ini +++ b/scm/etc/scripts/plot_configs/twpice_all_suites.ini @@ -23,17 +23,19 @@ time_series_resample = True y_log = False y_min_option = min #min, max, val (if val, add y_min = float value) y_max_option = max #min, max, val (if val, add y_max = float value) - conversion_factor = 1000.0, 1000.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + conversion_factor = 1000.0, 1000.0, 1.0, 86400.0, 86400.0, 86400.0, 86400.0, 86400.0 [[profiles_mean_multi]] [[[T_forcing]]] vars = T_force_tend, dT_dt_pbl, dT_dt_conv, dT_dt_micro, dT_dt_lwrad, dT_dt_swrad vars_labels = 'force', 'PBL', 'Conv', 'MP', 'LW', 'SW' x_label = 'K/day' + conversion_factor = 86400.0 [[[conv_tendencies]]] vars = dT_dt_deepconv, dT_dt_shalconv vars_labels = 'deep', 'shallow' x_label = 'K/day' + conversion_factor = 86400.0 [[profiles_instant]]