Skip to content

Commit

Permalink
minor change to ci plots
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Mar 15, 2024
1 parent 6ad734e commit f3f7cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions post_processing/ci_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ function make_plots(::AquaplanetPlots, output_paths::Vector{<:AbstractString})
get(simdir; short_name, reduction) |> ClimaAnalysis.average_lon
end
vars_2D = map_comparison(simdirs, short_names_2D) do simdir, short_name
get(simdir; short_name, reduction) |> ClimaAnalysis.average_lon
get(simdir; short_name, reduction)
end
make_plots_generic(
output_paths,
Expand Down Expand Up @@ -913,7 +913,7 @@ function make_plots(::Aquaplanet1MPlots, output_paths::Vector{<:AbstractString})
get(simdir; short_name, reduction) |> ClimaAnalysis.average_lon
end
vars_2D = map_comparison(simdirs, short_names_2D) do simdir, short_name
get(simdir; short_name, reduction) |> ClimaAnalysis.average_lon
get(simdir; short_name, reduction)
end
make_plots_generic(
output_paths,
Expand Down

0 comments on commit f3f7cdb

Please sign in to comment.