Skip to content

Commit

Permalink
more shows
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Sep 25, 2024
1 parent 628044f commit 7e02b0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion experiments/ClimaEarth/user_io/ci_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,12 @@ function make_ci_plots(
short_names::Vector{<:AbstractString} = ["mse", "lr", "edt", "ts"],
reduction::String = "average",
)

@show "in make_ci_plots"
simdir = CAN.SimDir(output_path)

@show simdir
@show short_names
@show all(v -> v in CAN.available_vars(simdir), short_names)
if !all(v -> v in CAN.available_vars(simdir), short_names)
@warn "Not all variables are available in the output directory $output_path"
return
Expand Down

0 comments on commit 7e02b0f

Please sign in to comment.