Skip to content

Commit c8305b3

Browse files
authored
Merge pull request #2946 from CliMA/gb/spectra_diag
Fix error in plotting spectra
2 parents caff699 + f7e2802 commit c8305b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

post_processing/ci_plots.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ function make_plots(
648648
)
649649
simdirs = SimDir.(output_paths)
650650
short_names, reduction = ["pfull", "va", "wa", "rv"], "inst"
651+
short_names_spectra = ["ke"]
651652
vars = map_comparison(simdirs, short_names) do simdir, short_name
652653
return get(simdir; short_name, reduction)
653654
end
@@ -704,6 +705,7 @@ function make_plots(
704705
)
705706
simdirs = SimDir.(output_paths)
706707
short_names, reduction = ["pfull", "va", "wa", "rv", "hus"], "inst"
708+
short_names_spectra = ["ke"]
707709
vars = map_comparison(simdirs, short_names) do simdir, short_name
708710
return get(simdir; short_name, reduction)
709711
end

0 commit comments

Comments
 (0)