Skip to content

Commit

Permalink
Make single column example run reproducibility test
Browse files Browse the repository at this point in the history
Update reproducibility ref counter
  • Loading branch information
imreddyTeja committed Jan 10, 2025
1 parent 3c6181a commit 2479b5f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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"
5 changes: 4 additions & 1 deletion reproducibility_tests/ref_counter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@


#=
197
- Added single column hydrostatic balance reproducibility test
196
- Set bubble correction to false as default
Expand Down Expand Up @@ -52,7 +55,7 @@
- Change the model top for a few ci cases
186
- Topography dataset has been modified to the 60 arc-second ETOPO2022 dataset.
- Topography dataset has been modified to the 60 arc-second ETOPO2022 dataset.
This is behaviour changing for the gravity-wave (raw-topo) parameterization
when computing `hmax` and `T tensor`.
Expand Down
1 change: 1 addition & 0 deletions reproducibility_tests/reproducibility_test_job_ids.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ reproducibility_test_job_ids() = [
"sphere_aquaplanet_rhoe_equilmoist_allsky_gw_raw_zonallyasymmetric",
"deep_sphere_baroclinic_wave_rhoe_equilmoist",
"diagnostic_edmfx_aquaplanet",
"single_column_hydrostatic_balance_ft64",
]

0 comments on commit 2479b5f

Please sign in to comment.