Commit 34cf0c3 1 parent 7d4027f commit 34cf0c3 Copy full SHA for 34cf0c3
File tree 3 files changed +444
-0
lines changed
3 files changed +444
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,16 @@ steps:
62
62
command :
63
63
- " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_moist_held_suarez.jl"
64
64
artifact_paths : " moist_held_suarez/moist_held_suarez/clima_atmos/*"
65
+ agents :
66
+ queue : clima
67
+ slurm_mem : 20GB
68
+ slurm_gpus : 1
69
+ modules : common
70
+
71
+ - label : " Clima: GPU ClimaCoupler Cloudy Slabplanet"
72
+ command :
73
+ - " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_slabplanet.jl"
74
+ artifact_paths : " cloudy_slabplanet/cloudy_slabplanet/clima_atmos/*"
65
75
agents :
66
76
queue : clima
67
77
slurm_mem : 20GB
Original file line number Diff line number Diff line change @@ -397,6 +397,15 @@ steps:
397
397
agents :
398
398
slurm_mem : 20GB
399
399
400
+ - label : " :construction: Cloudy Aquaplanet"
401
+ key : " cloudy_aquaplanet"
402
+ command :
403
+ - sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudy_aquaplanet.jl > experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl
404
+ - " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl"
405
+ artifact_paths : " cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
406
+ agents :
407
+ slurm_mem : 20GB
408
+
400
409
- group : " GPU integration tests"
401
410
steps :
402
411
# GPU RUNS: slabplanet
You can’t perform that action at this time.
0 commit comments