From 697837eede3653f6ab7d5ea27d5f4b1cf22eda22 Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Mon, 12 Feb 2024 14:12:41 -0800 Subject: [PATCH] static map save all output --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c288cf5e74..59e6ed0c23 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -163,7 +163,7 @@ steps: - label: "Slabplanet: albedo from static map" command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/slabplanet_albedo_static_map.yml" - artifact_paths: "experiments/AMIP/output/slabplanet/slabplanet_albedo_static_map_artifacts/total_energy*.png" + artifact_paths: "experiments/AMIP/output/slabplanet/slabplanet_albedo_static_map_artifacts/total_energy*" agents: slurm_mem: 20GB