Skip to content

Commit cee89fa

Browse files
committed
les ci_plots edits
1 parent 9a2988b commit cee89fa

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

post_processing/ci_plots.jl

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,18 +1310,10 @@ function make_plots(
13101310

13111311
reduction = "inst"
13121312
short_names = [
1313-
"wa",
1314-
"ua",
1315-
"va",
1316-
"ta",
1317-
"thetaa",
1318-
"ha",
1319-
"hus",
1320-
"hur",
1321-
"cl",
1322-
"clw",
1323-
"cli",
1324-
"Dh_smag", "Dv_smag", "dtmaxh_smag", "dtmaxv_smag", "strainrateh_smag", "strainratev_smag"
1313+
"wa", "ua", "va", "ta", "thetaa", "ha", "hus", "hur", "cl", "clw", "cli",
1314+
"Dh_smag", "dtmaxh_smag", "strainrateh_smag", # smag horizontal
1315+
"Dv_smag", "dtmaxv_smag", "strainratev_smag", # smag vertical
1316+
"edt" # DecayWithHeight vertical diffusivity
13251317
]
13261318
short_names = short_names collect(keys(simdirs[1].vars))
13271319

@@ -1334,10 +1326,7 @@ function make_plots(
13341326
window_end = last(var.dims["time"])
13351327
window_start = window_end - 2hours
13361328
var_window = ClimaAnalysis.window(
1337-
var,
1338-
"time";
1339-
left = window_start,
1340-
right = window_end,
1329+
var, "time"; left = window_start, right = window_end,
13411330
)
13421331
var_reduced = horizontal_average(average_time(var_window))
13431332
return var_reduced

0 commit comments

Comments
 (0)