Skip to content

Commit

Permalink
Merge pull request #3207 from CliMA/as/cleanup-ssp333jobs
Browse files Browse the repository at this point in the history
Clean up ci model configs
  • Loading branch information
akshaysridhar authored Jul 18, 2024
2 parents b476f7d + e01ab20 commit 060dc57
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 50 deletions.
14 changes: 0 additions & 14 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,20 +187,6 @@ steps:
--job_id plane_agnesi_mountain_test_stretched
artifact_paths: "plane_agnesi_mountain_test_stretched/output_active/*"

- label: ":computer: Schar mountain experiment (uniform grid)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_schar_mountain_test_uniform.yml
--job_id plane_schar_mountain_test_uniform
artifact_paths: "plane_schar_mountain_test_uniform/output_active/*"

- label: ":computer: Schar mountain experiment (stretched grid)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/plane_schar_mountain_test_stretched.yml
--job_id plane_schar_mountain_test_stretched
artifact_paths: "plane_schar_mountain_test_stretched/output_active/*"

- label: ":computer: Density current experiment"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/box_density_current_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ y_max: 6400.0
y_elem: 15
z_stretch: false
x_elem: 45
ode_algo: "SSP33ShuOsher"
config: "box"
z_max: 6400.0
diagnostics:
Expand Down
18 changes: 0 additions & 18 deletions config/model_configs/plane_schar_mountain_test_stretched.yml

This file was deleted.

17 changes: 0 additions & 17 deletions config/model_configs/plane_schar_mountain_test_uniform.yml

This file was deleted.

0 comments on commit 060dc57

Please sign in to comment.