Skip to content

Commit

Permalink
Merge pull request #1088 from CliMA/js/benchmark-tend
Browse files Browse the repository at this point in the history
decrease hierarchy exp lengths
  • Loading branch information
juliasloan25 authored Nov 18, 2024
2 parents dfc361d + 84b4a94 commit 4577e55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ steps:
- label: ":construction: Dry Held Suarez"
key: "dry_held_suarez"
command:
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_dry_held_suarez.jl > experiments/ClimaEarth/run_dry_held_suarez_short.jl
- sed 's/t_end = "1000days"/t_end = "6hours"/' experiments/ClimaEarth/run_dry_held_suarez.jl > experiments/ClimaEarth/run_dry_held_suarez_short.jl
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_dry_held_suarez_short.jl"
artifact_paths: "dry_held_suarez/dry_held_suarez/clima_atmos/*"
agents:
Expand All @@ -377,7 +377,7 @@ steps:
- label: ":construction: Moist Held Suarez"
key: "moist_held_suarez"
command:
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_moist_held_suarez.jl > experiments/ClimaEarth/run_moist_held_suarez_short.jl
- sed 's/t_end = "1000days"/t_end = "6hours"/' experiments/ClimaEarth/run_moist_held_suarez.jl > experiments/ClimaEarth/run_moist_held_suarez_short.jl
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_moist_held_suarez_short.jl"
artifact_paths: "moist_held_suarez/moist_held_suarez/clima_atmos/*"
agents:
Expand All @@ -386,7 +386,7 @@ steps:
- label: ":construction: Cloudless Aquaplanet"
key: "cloudless_aquaplanet"
command:
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudless_aquaplanet.jl > experiments/ClimaEarth/run_cloudless_aquaplanet_short.jl
- sed 's/t_end = "1000days"/t_end = "6hours"/' experiments/ClimaEarth/run_cloudless_aquaplanet.jl > experiments/ClimaEarth/run_cloudless_aquaplanet_short.jl
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudless_aquaplanet_short.jl"
artifact_paths: "cloudless_aquaplanet/cloudless_aquaplanet/clima_atmos/*"
agents:
Expand All @@ -395,7 +395,7 @@ steps:
- label: ":construction: Cloudy Aquaplanet"
key: "cloudy_aquaplanet"
command:
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudy_aquaplanet.jl > experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl
- sed 's/t_end = "1000days"/t_end = "6hours"/' experiments/ClimaEarth/run_cloudy_aquaplanet.jl > experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_aquaplanet_short.jl"
artifact_paths: "cloudy_aquaplanet/cloudy_aquaplanet/clima_atmos/*"
agents:
Expand All @@ -404,7 +404,7 @@ steps:
- label: ":construction: Cloudy Slabplanet"
key: "cloudy_slabplanet"
command:
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_cloudy_slabplanet.jl > experiments/ClimaEarth/run_cloudy_slabplanet_short.jl
- sed 's/t_end = "1000days"/t_end = "6hours"/' experiments/ClimaEarth/run_cloudy_slabplanet.jl > experiments/ClimaEarth/run_cloudy_slabplanet_short.jl
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_cloudy_slabplanet_short.jl"
artifact_paths: "cloudy_slabplanet/cloudy_slabplanet/clima_atmos/*"
agents:
Expand Down

0 comments on commit 4577e55

Please sign in to comment.