Skip to content

Commit

Permalink
change conversion_factors
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Sep 9, 2024
1 parent 999ab88 commit 3119089
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scm/etc/scripts/plot_configs/twpice_all_suites.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]]

Expand Down

0 comments on commit 3119089

Please sign in to comment.