Commit d8f61b6 1 parent da361b4 commit d8f61b6 Copy full SHA for d8f61b6
File tree 3 files changed +390
-0
lines changed
3 files changed +390
-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 Aquaplanet"
72
+ command :
73
+ - " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet.jl"
74
+ artifact_paths : " cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
65
75
agents :
66
76
queue : clima
67
77
slurm_mem : 20GB
Original file line number Diff line number Diff line change @@ -396,6 +396,15 @@ steps:
396
396
agents :
397
397
slurm_mem : 20GB
398
398
399
+ - label : " :construction: Cloudy Aquaplanet"
400
+ key : " cloudy_aquaplanet"
401
+ command :
402
+ - sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudy_aquaplanet.jl > experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl
403
+ - " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl"
404
+ artifact_paths : " cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
405
+ agents :
406
+ slurm_mem : 20GB
407
+
399
408
- group : " GPU integration tests"
400
409
steps :
401
410
# GPU RUNS: slabplanet
You can’t perform that action at this time.
0 commit comments