Skip to content

Commit

Permalink
Clean up experiments...
Browse files Browse the repository at this point in the history
	deleted:    bubble_2d_invariant_rhotheta.jl
	deleted:    bubble_2d_rhotheta.jl
	deleted:    density_current_2dinvariant_rhotheta.jl
	deleted:    topo_dc_2dinvariant_rhoe.jl
	modified:   perf/flame.jl
  • Loading branch information
akshaysridhar committed Nov 13, 2023
1 parent c76e128 commit ce9ed6d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1,585 deletions.
28 changes: 0 additions & 28 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -974,13 +974,6 @@ steps:
artifact_paths:
- "examples/hybrid/box/output/box_advection_limiter_slotted_spheres_D0/*"

- label: ":computer: Rising Bubble 2D hybrid (ρθ)"
key: "cpu_rising_bubble_2d_hybrid_rhotheta"
command:
- "julia --color=yes --project=examples examples/hybrid/plane/bubble_2d_rhotheta.jl"
artifact_paths:
- "examples/hybrid/plane/output/bubble_2d_rhotheta/*"

- label: ":computer: Isothermal channel flow 2D hybrid (ρe)"
key: "cpu_isothermal_channel_2d_hybrid_rhoe"
command:
Expand All @@ -995,13 +988,6 @@ steps:
artifact_paths:
- "examples/hybrid/box/output/bubble_3d_rhotheta/*"

- label: ":computer: Rising Bubble 2D hybrid invariant (ρθ)"
key: "cpu_rising_bubble_2d_hybrid_invariant_rhotheta"
command:
- "julia --color=yes --project=examples examples/hybrid/plane/bubble_2d_invariant_rhotheta.jl"
artifact_paths:
- "examples/hybrid/plane/output/bubble_2d_invariant_rhotheta/*"

- label: ":computer: Rising Bubble 2D hybrid invariant (ρe)"
key: "cpu_rising_bubble_2d_hybrid_invariant_rhoe"
command:
Expand Down Expand Up @@ -1050,13 +1036,6 @@ steps:
artifact_paths:
- "examples/hybrid/plane/output/dc_invariant_etot/*"

- label: ":computer: Density current 2D hybrid invariant total energy (topography mesh interface)"
key: "cpu_density_current_2d_hybrid_invariant_total_energy_no-warp_topography"
command:
- "julia --color=yes --project=examples examples/hybrid/plane/topo_dc_2dinvariant_rhoe.jl"
artifact_paths:
- "examples/hybrid/plane/output/dc_invariant_etot_topo/*"

- label: ":computer: Nonhydrostatic Agnesi Mountain total energy (topography mesh interface)"
key: "cpu_agnesi_mtn_2d_hybrid_invariant_total_energy_topography"
command:
Expand All @@ -1071,13 +1050,6 @@ steps:
artifact_paths:
- "examples/hybrid/plane/output/schar_etot_nh/*"

- label: ":computer: Density current 2D hybrid invariant potential temperature"
key: "cpu_density_current_2d_hybrid_invariant_potential_temperature"
command:
- "julia --color=yes --project=examples examples/hybrid/plane/density_current_2dinvariant_rhotheta.jl"
artifact_paths:
- "examples/hybrid/plane/output/dc_rhotheta/*"

- label: ":computer: Density current 2D hybrid conservative form potential temperature"
key: "cpu_density_current_2d_hybrid_conservative_potential_temperature"
command:
Expand Down
293 changes: 0 additions & 293 deletions examples/hybrid/plane/bubble_2d_invariant_rhotheta.jl

This file was deleted.

Loading

0 comments on commit ce9ed6d

Please sign in to comment.