Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Oct 11, 2023
1 parent 081f15f commit 0ca80ff
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,32 +69,32 @@ steps:
- label: ":computer: Ensure mse tables are reset when necessary"
command: "julia --color=yes --project=examples regression_tests/test_reset.jl"

- group: "Gravity wave"
steps:
# - group: "Gravity wave"
# steps:

- label: ":computer: non-orographic gravity wave parameterization unit test 3d"
command: "julia --color=yes --project=examples test/non_orographic_gravity_wave/nogw_test_3d.jl"
artifact_paths: "nonorographic_gravity_wave_test_3d/*"
agents:
slurm_mem: 20GB
# - label: ":computer: non-orographic gravity wave parameterization unit test 3d"
# command: "julia --color=yes --project=examples test/non_orographic_gravity_wave/nogw_test_3d.jl"
# artifact_paths: "nonorographic_gravity_wave_test_3d/*"
# agents:
# slurm_mem: 20GB

- label: ":computer: non-orographic gravity wave parameterization test with MiMA output"
command: "julia --color=yes --project=examples test/non_orographic_gravity_wave/nogw_test_mima.jl"
artifact_paths: "nonorographic_gravity_wave_test_mima/*"
agents:
slurm_mem: 20GB
# - label: ":computer: non-orographic gravity wave parameterization test with MiMA output"
# command: "julia --color=yes --project=examples test/non_orographic_gravity_wave/nogw_test_mima.jl"
# artifact_paths: "nonorographic_gravity_wave_test_mima/*"
# agents:
# slurm_mem: 20GB

- label: ":computer: non-orographic gravity wave parameterization unit test single column"
command: "julia --color=yes --project=examples test/non_orographic_gravity_wave/nogw_test_single_column.jl"
artifact_paths: "nonorographic_gravity_wave_test_single_column/*"
# - label: ":computer: non-orographic gravity wave parameterization unit test single column"
# command: "julia --color=yes --project=examples test/non_orographic_gravity_wave/nogw_test_single_column.jl"
# artifact_paths: "nonorographic_gravity_wave_test_single_column/*"

- label: ":computer: orographic gravity wave parameterization unit test for base flux calculation"
command: "julia --color=yes --project=examples test/orographic_gravity_wave/ogwd_baseflux.jl"
artifact_paths: "orographic_gravity_wave_test_baseflux/*"
# - label: ":computer: orographic gravity wave parameterization unit test for base flux calculation"
# command: "julia --color=yes --project=examples test/orographic_gravity_wave/ogwd_baseflux.jl"
# artifact_paths: "orographic_gravity_wave_test_baseflux/*"

- label: ":computer: orographic gravity wave parameterization unit test for 3d calculation"
command: "julia --color=yes --project=examples test/orographic_gravity_wave/ogwd_3d.jl"
artifact_paths: "orographic_gravity_wave_test_3d/*"
# - label: ":computer: orographic gravity wave parameterization unit test for 3d calculation"
# command: "julia --color=yes --project=examples test/orographic_gravity_wave/ogwd_3d.jl"
# artifact_paths: "orographic_gravity_wave_test_3d/*"

# - group: "Column Examples"
# steps:
Expand Down
4 changes: 2 additions & 2 deletions config/model_configs/advective_edmfx_bomex_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ls_adv: "Bomex"
surface_setup: "Bomex"
turbconv: "advective_edmfx"
edmfx_upwinding: first_order
edmfx_entr_model: "ConstantCoefficient"
edmfx_detr_model: "ConstantCoefficient"
edmfx_entr_model: "ConstantTimescale"
edmfx_detr_model: "ConstantTimescale"
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
edmfx_nh_pressure: false
Expand Down
4 changes: 2 additions & 2 deletions config/model_configs/advective_edmfx_gabls_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ turbconv: "advective_edmfx"
edmfx_upwinding: "first_order"
edmfx_entr_model: "ConstantCoefficient"
edmfx_detr_model: "ConstantCoefficient"
edmfx_sgs_mass_flux: false
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
edmfx_nh_pressure: false
prognostic_tke: false
Expand All @@ -23,7 +23,7 @@ z_elem: 8
z_stretch: false
dt: "5secs"
t_end: "9hours"
dt_save_to_disk: "10mins"
dt_save_to_disk: "1mins"
perturb_initstate: false
FLOAT_TYPE: "Float64"
toml: [toml/edmfx_box.toml]

0 comments on commit 0ca80ff

Please sign in to comment.