Skip to content

Commit 3119089

Browse files
committed
change conversion_factors
1 parent 999ab88 commit 3119089

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scm/etc/scripts/plot_configs/twpice_all_suites.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ time_series_resample = True
2323
y_log = False
2424
y_min_option = min #min, max, val (if val, add y_min = float value)
2525
y_max_option = max #min, max, val (if val, add y_max = float value)
26-
conversion_factor = 1000.0, 1000.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0
26+
conversion_factor = 1000.0, 1000.0, 1.0, 86400.0, 86400.0, 86400.0, 86400.0, 86400.0
2727

2828
[[profiles_mean_multi]]
2929
[[[T_forcing]]]
3030
vars = T_force_tend, dT_dt_pbl, dT_dt_conv, dT_dt_micro, dT_dt_lwrad, dT_dt_swrad
3131
vars_labels = 'force', 'PBL', 'Conv', 'MP', 'LW', 'SW'
3232
x_label = 'K/day'
33+
conversion_factor = 86400.0
3334
[[[conv_tendencies]]]
3435
vars = dT_dt_deepconv, dT_dt_shalconv
3536
vars_labels = 'deep', 'shallow'
3637
x_label = 'K/day'
38+
conversion_factor = 86400.0
3739

3840
[[profiles_instant]]
3941

0 commit comments

Comments
 (0)