Skip to content

Commit

Permalink
Merge #2025
Browse files Browse the repository at this point in the history
2025: Update pipeline.yml r=szy21 a=szy21



Co-authored-by: Zhaoyi Shen <11598433+szy21@users.noreply.github.com>
  • Loading branch information
bors[bot] and szy21 authored Aug 27, 2023
2 parents 4bd72eb + ab31742 commit 1ecbf6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ steps:
steps:

- label: ":computer: held-suarez, dry, high-topped (55km), high-sponge(35km), helem_16 np_3"
command:
- srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml
- julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_hs_rhoe_dry_nz63_55km_rs35km --out_dir longrun_hs_rhoe_dry_nz63_55km_rs35km
artifact_paths: "longrun_hs_rhoe_dry_nz63_55km_rs35km.yml/*"
Expand All @@ -285,6 +286,7 @@ steps:
slurm_ntasks: 64

- label: ":computer: held-suarez, equilmoist, high-topped (55km), high-sponge(35km), helem_16 np_3"
command:
- srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km.yml
- julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km --out_dir longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km
artifact_paths: "longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km/*"
Expand All @@ -294,6 +296,7 @@ steps:
slurm_ntasks: 64

- label: ":computer: aquaplanet, equilmoist, high-topped (55km), gray-radiation, vertdiff, high-sponge(35km), helem_16 np_3"
command:
- srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M.yml
- julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M.yml --out_dir longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M.yml
artifact_paths: "longrun_aquaplanet_rhoe_equil_gray_55km_nz63_0M.yml/*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ rayleigh_sponge: true
alpha_rayleigh_w: 10.0
zd_rayleigh: 35000.0
forcing: "held_suarez"
job_id: "longrun_hs_rhoe_equilmoist_nz64_0M_55km_rs35km"
job_id: "longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km"

0 comments on commit 1ecbf6d

Please sign in to comment.