Skip to content

Commit

Permalink
Try #833:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Sep 9, 2022
2 parents ca53d2a + 46d8ae4 commit 8da57a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,20 @@ steps:
slurm_ntasks: 128

- label: ":computer: held suarez (ρe_tot) equilmoist high resolution"
command: "mpiexec julia --project=examples examples/hybrid/driver.jl --forcing held_suarez --moist equil --vert_diff true --surface_scheme bulk --microphy 0M --z_elem 45 --dz_bottom 30 --h_elem 16 --kappa_4 1e16 --dt 150secs --t_end 100days --dt_save_to_disk 10days --job_id longrun_hs_rhoe_equil_highres"
command: "mpiexec julia --project=examples examples/hybrid/driver.jl --forcing held_suarez --moist equil --vert_diff true --surface_scheme bulk --microphy 0M --z_elem 45 --dz_bottom 30 --h_elem 16 --kappa_4 1e16 --dt 75secs --t_end 100days --dt_save_to_disk 10days --job_id longrun_hs_rhoe_equil_highres"
artifact_paths: "longrun_hs_rhoe_equil_highres/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
agents:
slurm_ntasks: 128

- label: ":computer: held suarez (ρe_tot) equilmoist high resolution monin obukhov Float64"
command: "mpiexec julia --project=examples examples/hybrid/driver.jl --forcing held_suarez --moist equil --vert_diff true --surface_scheme monin_obukhov --microphy 0M --z_elem 45 --dz_bottom 30 --h_elem 16 --kappa_4 1e16 --dt 75secs --t_end 100days --dt_save_to_disk 10days --job_id longrun_hs_rhoe_equil_highres_monin_obukhov_FLoat64 --FLOAT_TYPE Float64"
artifact_paths: "longrun_hs_rhoe_equil_highres_monin_obukhov_Float64/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
agents:
slurm_ntasks: 128

- group: "Core Long runs (central difference)"

Expand Down

0 comments on commit 8da57a4

Please sign in to comment.