Skip to content

Commit 86b5f27

Browse files
committed
clean up ci configs
1 parent e1ad82e commit 86b5f27

31 files changed

+132
-212
lines changed

.buildkite/longruns_gpu/pipeline.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
- group: "helem 30 dycore"
3939
steps:
4040

41-
- label: ":computer: hydrostatic balance (ρe_tot)"
41+
- label: ":computer: hydrostatic balance"
4242
command:
4343
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
4444
artifact_paths: "$$JOB_NAME/output_active/*"
@@ -47,7 +47,7 @@ steps:
4747
slurm_time: 12:00:00
4848
env:
4949
CLIMACOMMS_DEVICE: "CUDA"
50-
JOB_NAME: "longrun_sphere_hydrostatic_balance_rhoe"
50+
JOB_NAME: "longrun_hydrostatic_balance"
5151

5252
- label: ":computer: dry baroclinic wave"
5353
command:
@@ -224,21 +224,3 @@ steps:
224224
env:
225225
CLIMACOMMS_DEVICE: "CUDA"
226226
JOB_NAME: "amip_target_edonly"
227-
228-
# - group: "Experimental long runs"
229-
230-
# steps:
231-
232-
# TODO: uncomment when zalesak works
233-
# - label: ":computer: lim ARS zalesak baroclinic wave (ρe_tot) equilmoist high resolution"
234-
# command:
235-
# - srun julia --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
236-
# artifact_paths: "$$JOB_NAME/output_active/*"
237-
# env:
238-
# CLIMACOMMS_CONTEXT: "MPI"
239-
# agents:
240-
# slurm_ntasks: 32
241-
# slurm_mem_per_cpu: 32GB
242-
# slurm_time: 24:00:00
243-
# env:
244-
# JOB_NAME: "longrun_zalesak_tracer_energy_bw_rhoe_equil_highres"

.buildkite/pipeline.yml

Lines changed: 101 additions & 122 deletions
Large diffs are not rendered by default.

config/longrun_configs/longrun_zalesak_tracer_energy_bw_rhoe_equil_highres.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

config/model_configs/sphere_aquaplanet_rhoe_nonequilmoist_allsky_gw_res.yml renamed to config/model_configs/aquaplanet_nonequil_allsky_gw_res.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ toml: [toml/sphere_aquaplanet_1M.toml]
2525
diagnostics:
2626
- short_name: [edt, evu, mmrso4, mmrbcpo, mmrbcpi, o3, od550aer, odsc550aer]
2727
reduction_time: average
28-
period: "1days"
28+
period: 1days
29+
- short_name: [reffclw, reffcli]
30+
period: 6hours

0 commit comments

Comments
 (0)