Skip to content

Commit

Permalink
clean up configs
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Feb 7, 2025
1 parent d2a9abe commit 6dcf6b0
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 68 deletions.
11 changes: 0 additions & 11 deletions .buildkite/longruns_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,6 @@ steps:
CLIMACOMMS_DEVICE: "CUDA"
JOB_NAME: "longrun_moist_held_suarez"

- label: ":computer: held-suarez equilmoist + deep-atmosphere eqns"
command:
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
artifact_paths: "$$JOB_NAME/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
JOB_NAME: "longrun_moist_held_suarez_deepatmos"
agents:
slurm_gpus: 1
slurm_time: 24:00:00

- group: "helem 16 aquaplanet"
steps:

Expand Down
19 changes: 3 additions & 16 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,19 +262,6 @@ steps:
agents:
slurm_constraint: icelake|cascadelake|skylake|epyc

- label: ":computer: no lim baroclinic wave (ρe) equilmoist (deep sphere)"
command: >
julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
--config_file $CONFIG_PATH/deep_sphere_baroclinic_wave_rhoe_equilmoist.yml
--job_id deep_sphere_baroclinic_wave_rhoe_equilmoist
julia --color=yes --project=.buildkite reproducibility_tests/test_mse.jl
--job_id deep_sphere_baroclinic_wave_rhoe_equilmoist
--out_dir deep_sphere_baroclinic_wave_rhoe_equilmoist/output_active
artifact_paths: "deep_sphere_baroclinic_wave_rhoe_equilmoist/output_active/*"
agents:
slurm_constraint: icelake|cascadelake|skylake|epyc

# Add this back when we figure out what to do with SSP and zalesak
# - label: ":computer: SSP zalesak tracer & energy upwind baroclinic wave (ρe_tot) equilmoist"
# command: >
Expand Down Expand Up @@ -387,9 +374,9 @@ steps:
- label: ":computer: Diagnostic Earth surface elevation spectra"
command: >
julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
--config_file $CONFIG_PATH/sphere_ssp_baroclinic_wave_rhoe_equilmoist_earth.yml
--job_id sphere_ssp_baroclinic_wave_rhoe_equilmoist_earth
artifact_paths: "sphere_ssp_baroclinic_wave_rhoe_equilmoist_earth/output_active/*"
--config_file $CONFIG_PATH/sphere_baroclinic_wave_rhoe_equilmoist_earth.yml
--job_id sphere_baroclinic_wave_rhoe_equilmoist_earth
artifact_paths: "sphere_baroclinic_wave_rhoe_equilmoist_earth/output_active/*"

- label: ":computer: Baroclinic wave (ρe) equilmoist (Hughes2023 double mountain config)"
command: >
Expand Down
15 changes: 0 additions & 15 deletions config/longrun_configs/longrun_moist_held_suarez_deepatmos.yml

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion config/model_configs/sphere_baroclinic_wave_rhoe.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
dt_save_state_to_disk: "2days"
initial_condition: "DryBaroclinicWave"
deep_atmosphere: true
dt: "400secs"
t_end: "10days"
deep_atmosphere: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dt_save_state_to_disk: "1days"
rayleigh_sponge: true
topo_smoothing: true
initial_condition: "MoistBaroclinicWave"
dt: "450secs"
t_end: "450secs"
ode_algo: "ARS343"
precip_model: "0M"
topography: "Earth"
moist: "equil"
apply_limiter: true
1 change: 0 additions & 1 deletion config/model_configs/sphere_held_suarez_rhoe_hightop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ dt_save_state_to_disk: "4days"
t_end: "8days"
forcing: "held_suarez"
dt: "400secs"
deep_atmosphere: true
rayleigh_sponge: true
toml: [toml/sphere_held_suarez.toml]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ topo_smoothing: true
initial_condition: "MoistBaroclinicWave"
dt: "450secs"
t_end: "450secs"
ode_algo: "ARS343"
precip_model: "0M"
topography: "Earth"
moist: "equil"
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion reproducibility_tests/reproducibility_test_job_ids.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ reproducibility_test_job_ids() = [
"sphere_held_suarez_rhoe_equilmoist_hightop_sponge",
"sphere_aquaplanet_rhoe_nonequilmoist_allsky_gw_res",
"sphere_aquaplanet_rhoe_equilmoist_allsky_gw_raw_zonallyasymmetric",
"deep_sphere_baroclinic_wave_rhoe_equilmoist",
"diagnostic_edmfx_aquaplanet",
"single_column_hydrostatic_balance_ft64",
]

0 comments on commit 6dcf6b0

Please sign in to comment.