Skip to content

Commit

Permalink
Add calibration to longruns pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Feb 21, 2025
1 parent e753038 commit 0136119
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ steps:
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"

- echo "--- Instantiate calibration env"
- "julia --project=experiments/calibration/ -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.develop(;path=\".\")'"
agents:
queue: clima
modules: climacommon/2024_12_16
Expand Down Expand Up @@ -315,6 +317,23 @@ steps:
modules: climacommon/2024_12_16
soft_fail: true

- label: "Perfect model calibration test"
key: "amip_pm_calibration"
command:
- "julia --color=yes --project=experiments/calibration/ experiments/calibration/run_calibration.jl"
artifact_paths: "experiments/calibration/output/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
CLIMACOMMS_CONTEXT: "SINGLETON"
agents:
queue: clima
slurm_mem: 96GB
slurm_ntasks: 5
slurm_gpus_per_task: 1
slurm_cpus_per_task: 4
slurm_time: 05:00:00
modules: climacommon/2024_12_16

- wait

- group: "Job analysis and reporting"
Expand Down

0 comments on commit 0136119

Please sign in to comment.