Skip to content

Commit

Permalink
Change heat-diffusion experiment artifacts dir (#1096)
Browse files Browse the repository at this point in the history
Previously the artifacts dir did not match with the buildkite
pipeline.
  • Loading branch information
imreddyTeja authored and Sbozzolo committed Dec 11, 2024
1 parent a896e03 commit 46c48cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/ClimaCore/heat-diffusion/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ ENV["GKSwstype"] = "nul"
import Plots
Plots.GRBackend()

ARTIFACTS_DIR = joinpath("experiments/ClimaCore/output/heat-diffusion_artifacts")
ARTIFACTS_DIR = joinpath("experiments/ClimaCore/output/heat-diffusion/artifacts")
mkpath(ARTIFACTS_DIR)

# - Vertical profile at start and end
Expand Down

0 comments on commit 46c48cd

Please sign in to comment.