Skip to content

Commit

Permalink
Merge #833
Browse files Browse the repository at this point in the history
833: longrun builkdite: fix dt for mhs; add mo test for mhs r=jiahe23 a=jiahe23

# PULL REQUEST

## Purpose and Content
(Clearly and concisely state the purpose of this PR)

## Benefits and Risks
(State concisely the benefits to be derived from and the risks associated with this PR)

## Linked Issues
(Provide references to any link issues. Use closes #issuenum to automatically close an open issue)
- Fixes #
- Closes #

## PR Checklist
- [ ] This PR has a corresponding issue OR is linked to an SDI.
- [ ] I have followed CliMA's codebase [contribution](https://clima.github.io/ClimateMachine.jl/latest/Contributing/) and [style](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) guidelines OR N/A.
- [ ] I have followed CliMA's [documentation policy](https://github.com/CliMA/policies/wiki/Documentation-Policy).
- [ ] I have checked all issues and PRs and I certify that this PR does not duplicate an open PR.
- [ ] I linted my code on my local machine prior to submission OR N/A.
- [ ] Unit tests are included OR N/A.
- [ ] Code used in an integration test OR N/A.
- [ ] All tests ran successfully on my local machine OR N/A.
- [ ] All classes, modules, and function contain docstrings OR N/A.
- [ ] Documentation has been added/updated OR N/A.


Co-authored-by: Jia He <[email protected]>
  • Loading branch information
bors[bot] and jiahe23 authored Sep 9, 2022
2 parents 0916e95 + 9603343 commit 8cf33ab
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 8cf33ab

Please sign in to comment.