Skip to content

Commit

Permalink
modified: config/gpu_configs/gpu_aquaplanet_dyamond_summer.yml
Browse files Browse the repository at this point in the history
	modified:   post_processing/ci_plots.jl
  • Loading branch information
akshaysridhar committed Dec 13, 2024
1 parent 137fe62 commit 09ab62e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/gpu_configs/gpu_aquaplanet_dyamond_summer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ vert_diff: "FriersonDiffusion"
implicit_diffusion: true
approximate_linear_solve_iters: 2
surface_setup: "DefaultMoninObukhov"
dt: "30secs"
t_end: "120secs"
dt: "5secs"
t_end: "30secs"
toml: [toml/longrun_aquaplanet.toml]
prescribe_ozone: true
aerosol_radiation: true
Expand Down
7 changes: 6 additions & 1 deletion post_processing/ci_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,13 @@ function make_plots(::DryBaroWavePlots, output_paths::Vector{<:AbstractString})
)
end

SphereOrographyPlots = Union{
Val{:sphere_baroclinic_wave_rhoe_topography_dcmip_rs},
Val{:gpu_aquaplanet_dyamond_summer},
}

function make_plots(
::Val{:sphere_baroclinic_wave_rhoe_topography_dcmip_rs},
::SphereOrographyPlots,
output_paths::Vector{<:AbstractString},
)
simdirs = SimDir.(output_paths)
Expand Down

0 comments on commit 09ab62e

Please sign in to comment.