From 46c48cd792324c4a2ea6f3fa9e4d90e0dc793a37 Mon Sep 17 00:00:00 2001 From: Teja Reddy Date: Sat, 23 Nov 2024 20:01:53 -0800 Subject: [PATCH] Change heat-diffusion experiment artifacts dir (#1096) Previously the artifacts dir did not match with the buildkite pipeline. --- experiments/ClimaCore/heat-diffusion/run.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/ClimaCore/heat-diffusion/run.jl b/experiments/ClimaCore/heat-diffusion/run.jl index 557a6d177c..dcbfb2d71e 100644 --- a/experiments/ClimaCore/heat-diffusion/run.jl +++ b/experiments/ClimaCore/heat-diffusion/run.jl @@ -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