Skip to content

Commit

Permalink
fix a typo in prognostic edmf job name
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Dec 8, 2023
1 parent a738676 commit cdc3ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit cdc3ffe

Please sign in to comment.