Skip to content

Commit

Permalink
Make single column example run reproducibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
imreddyTeja committed Jan 10, 2025
1 parent 3c6181a commit c1ab1d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ steps:
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/single_column_hydrostatic_balance_ft64.yml
--job_id single_column_hydrostatic_balance_ft64
julia --color=yes --project=examples reproducibility_tests/test_mse.jl
--job_id single_column_hydrostatic_balance_ft64
--out_dir single_column_hydrostatic_balance_ft64/output_active
artifact_paths: "single_column_hydrostatic_balance_ft64/output_active/*"

- group: "Box Examples"
Expand Down Expand Up @@ -420,7 +424,7 @@ steps:
--config_file $CONFIG_PATH/sphere_ssp_baroclinic_wave_rhoe_equilmoist_earth.yml
--job_id sphere_ssp_baroclinic_wave_rhoe_equilmoist_earth
artifact_paths: "sphere_ssp_baroclinic_wave_rhoe_equilmoist_earth/output_active/*"

- label: ":computer: Baroclinic wave (ρe) equilmoist (Hughes2023 double mountain config)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
Expand Down Expand Up @@ -974,7 +978,7 @@ steps:
agents:
slurm_gpus: 1
slurm_mem: 16G

- label: "GPU: test DYAMOND interpolated initial conditions"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ config: "column"
hyperdiff: false
dt: "3hours"
FLOAT_TYPE: "Float64"
reproducibility_test: true
dt_save_to_sol: "3hours"

0 comments on commit c1ab1d2

Please sign in to comment.