Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a typo in prognostic edmf job name #2422

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@ steps:
- label: ":genie: Prognostic EDMFX TRMM in a column"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_trmm_column.yml
artifact_paths: "prognostic_edmfx_trmm_column/*"
--config_file $CONFIG_PATH/prognostic_edmfx_trmm_box.yml
artifact_paths: "prognostic_edmfx_trmm_box/*"
agents:
slurm_mem: 20GB

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
job_id: prognostic_edmfx_trmm_column
job_id: prognostic_edmfx_trmm_box
initial_condition: TRMM_LBA
rad: TRMM_LBA
surface_setup: TRMM_LBA
Expand Down
Loading