Skip to content

Commit

Permalink
Merge pull request #1110 from CliMA/js/atmos-dir
Browse files Browse the repository at this point in the history
fix atmos standalone output dir
  • Loading branch information
juliasloan25 authored Dec 5, 2024
2 parents 4f0169a + 6998fd4 commit 120fd43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else
end

# Specify atmos output directory to be inside the coupler output directory
output_dir = joinpath(pkgdir(ClimaCoupler), "experiments", "ClimaEarth", "output", "climaatmos", job_id, "artifacts")
output_dir = joinpath(pkgdir(ClimaCoupler), "experiments", "ClimaEarth", "output", job_id, "artifacts")
!isdir(output_dir) && mkpath(output_dir)
config = merge(config, Dict("output_dir" => output_dir))
atmos_config = CA.AtmosConfig(config)
Expand Down

0 comments on commit 120fd43

Please sign in to comment.