Skip to content

Commit 0136119

Browse files
committed
Add calibration to longruns pipeline
1 parent e753038 commit 0136119

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.buildkite/longruns/pipeline.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ steps:
4444
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
4545
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"
4646

47+
- echo "--- Instantiate calibration env"
48+
- "julia --project=experiments/calibration/ -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.develop(;path=\".\")'"
4749
agents:
4850
queue: clima
4951
modules: climacommon/2024_12_16
@@ -315,6 +317,23 @@ steps:
315317
modules: climacommon/2024_12_16
316318
soft_fail: true
317319

320+
- label: "Perfect model calibration test"
321+
key: "amip_pm_calibration"
322+
command:
323+
- "julia --color=yes --project=experiments/calibration/ experiments/calibration/run_calibration.jl"
324+
artifact_paths: "experiments/calibration/output/*"
325+
env:
326+
CLIMACOMMS_DEVICE: "CUDA"
327+
CLIMACOMMS_CONTEXT: "SINGLETON"
328+
agents:
329+
queue: clima
330+
slurm_mem: 96GB
331+
slurm_ntasks: 5
332+
slurm_gpus_per_task: 1
333+
slurm_cpus_per_task: 4
334+
slurm_time: 05:00:00
335+
modules: climacommon/2024_12_16
336+
318337
- wait
319338

320339
- group: "Job analysis and reporting"

0 commit comments

Comments
 (0)