Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up ci model configs #3207

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading