Skip to content

Commit

Permalink
Merge branch 'main' into compathelper/new_version/2023-03-16-00-16-37…
Browse files Browse the repository at this point in the history
…-814-03572258444
  • Loading branch information
juliasloan25 authored Apr 12, 2023
2 parents fbb0536 + 3453480 commit 5fa040c
Show file tree
Hide file tree
Showing 18 changed files with 846 additions and 704 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ steps:
BUILD_HISTORY_HANDLE: ""
agents:
slurm_ntasks: 1
slurm_mem_per_cpu: 16G

- label: "Moist earth with slab surface (unthreaded) - notmono + modular: bulk gray no_sponge idealinsol freq_dt_cpl"
key: "modular_slabplanet_unthreaded"
Expand All @@ -142,7 +141,6 @@ steps:
BUILD_HISTORY_HANDLE: ""
agents:
slurm_ntasks: 1
slurm_mem_per_cpu: 16G

# Note: this test fails when run with the more realistic albedo from file
- label: "Moist earth with slab surface - target: monin allsky sponge realinsol infreq_dt_cpl - bucket using BulkAlbedoFunction"
Expand Down Expand Up @@ -179,11 +177,14 @@ steps:
BUILD_HISTORY_HANDLE: ""
agents:
slurm_ntasks: 1
slurm_mem_per_cpu: 16G
slurm_mem: 20GB

- label: "AMIP - modular, Float32 test" # Issue #271
command: "julia --color=yes --project=experiments/AMIP/modular/ experiments/AMIP/modular/coupler_driver_modular.jl --run_name coarse_single_modular_ft32 --enable_threading true --coupled true --surface_scheme monin_obukhov --moist equil --vert_diff true --rad gray --energy_check false --mode_name amip --anim true --t_end 10days --dt_save_to_sol 100days --dt_cpl 200 --dt 200secs --mono_surface true --h_elem 6 --dt_save_restart 10days --precip_model 0M"
artifact_paths: "experiments/AMIP/modular/output/amip/coarse_single_modular_ft32_artifacts/*"
agents:
slurm_ntasks: 1
slurm_mem: 20GB

- label: "sea_breeze"
command: "julia --color=yes --project=experiments/ClimaCore/sea_breeze experiments/ClimaCore/sea_breeze/run.jl"
Expand All @@ -205,7 +206,7 @@ steps:
env:
BUILD_HISTORY_HANDLE: ""
agents:
slurm_mem_per_cpu: 16G
slurm_mem: 20GB

# flame graphs + allocation tests
- label: ":rocket: flame graph and allocation tests: perf_default_modular_unthreaded"
Expand Down Expand Up @@ -240,4 +241,3 @@ steps:
- build_history staging # name of branch to plot
artifact_paths:
- "build_history.html"

Loading

0 comments on commit 5fa040c

Please sign in to comment.