From dbbf38c04d332989edc56daf721c23be4c4e1fda Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Thu, 1 Feb 2024 11:36:56 -0800 Subject: [PATCH] add slabplanet static map albedo run --- .buildkite/pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index fa4c6538cc..437835e56c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -354,6 +354,14 @@ steps: slurm_mem: 20GB slurm_gpus: 1 + - label: "GPU Slabplanet: albedo from static map" + key: "gpu_slabplanet_albedo_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/gpu/slabplanet/slabplanet_albedo_static_map_artifacts/*" + agents: + slurm_mem: 20GB + slurm_gpus: 1 + - wait # plot job performance history