Skip to content

Commit

Permalink
add prognostic edmf single column case
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Oct 30, 2023
1 parent 13dd164 commit 597462d
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 6 deletions.
28 changes: 24 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ steps:
agents:
slurm_mem: 20GB

- group: "EDMFX"
- group: "Diagnostic EDMFX"
steps:

- label: ":genie: Diagnostic EDMFX test in a box"
Expand Down Expand Up @@ -641,6 +641,9 @@ steps:
agents:
slurm_mem: 20GB

- group: "Prognostic EDMFX"
steps:

- label: ":genie: Prognostic EDMFX GABLS in a box"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
Expand All @@ -656,6 +659,14 @@ steps:
artifact_paths: "prognostic_edmfx_gabls_tke_box/*"
agents:
slurm_mem: 20GB

- label: ":genie: Prognostic EDMFX GABLS with TKE in a column"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_gabls_tke_column.yml
artifact_paths: "prognostic_edmfx_gabls_tke_column/*"
agents:
slurm_mem: 20GB

- label: ":genie: Prognostic EDMFX Bomex in a box"
command: >
Expand All @@ -666,11 +677,20 @@ steps:
agents:
slurm_mem: 20GB

- label: ":genie: Prognostic EDMFX Bomex with TKE in a box"
- label: ":genie: Prognostic EDMFX Bomex in a column"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_bomex_column.yml
artifact_paths: "prognostic_edmfx_bomex_column/*"
soft_fail: true
agents:
slurm_mem: 20GB

- label: ":genie: Prognostic EDMFX Bomex with TKE in a column"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_bomex_tke_box.yml
artifact_paths: "prognostic_edmfx_bomex_tke_box/*"
--config_file $CONFIG_PATH/prognostic_edmfx_bomex_tke_column.yml
artifact_paths: "prognostic_edmfx_bomex_tke_column/*"
soft_fail: true
agents:
slurm_mem: 20GB
Expand Down
25 changes: 25 additions & 0 deletions config/model_configs/prognostic_edmfx_bomex_column.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
job_id: "prognostic_edmfx_bomex_column"
initial_condition: "Bomex"
subsidence: "Bomex"
edmf_coriolis: "Bomex"
ls_adv: "Bomex"
surface_setup: "Bomex"
turbconv: "prognostic_edmfx"
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
edmfx_nh_pressure: true
prognostic_tke: false
moist: "equil"
config: "column"
hyperdiff: "false"
z_max: 3e3
z_elem: 60
z_stretch: false
perturb_initstate: false
dt: "5secs"
t_end: "6hours"
dt_save_to_disk: "10mins"
toml: [toml/prognostic_edmfx_box.toml]
25 changes: 25 additions & 0 deletions config/model_configs/prognostic_edmfx_bomex_tke_column.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
job_id: "prognostic_edmfx_bomex_tke_column"
initial_condition: "Bomex"
subsidence: "Bomex"
edmf_coriolis: "Bomex"
ls_adv: "Bomex"
surface_setup: "Bomex"
turbconv: "prognostic_edmfx"
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
edmfx_nh_pressure: true
prognostic_tke: true
moist: "equil"
config: "column"
hyperdiff: "false"
z_max: 3e3
z_elem: 60
z_stretch: false
perturb_initstate: false
dt: "5secs"
t_end: "6hours"
dt_save_to_disk: "10mins"
toml: [toml/prognostic_edmfx_box.toml]
1 change: 0 additions & 1 deletion config/model_configs/prognostic_edmfx_gabls_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ dt: "5secs"
t_end: "9hours"
dt_save_to_disk: "10mins"
perturb_initstate: false
FLOAT_TYPE: "Float64"
toml: [toml/prognostic_edmfx_box.toml]
1 change: 0 additions & 1 deletion config/model_configs/prognostic_edmfx_gabls_tke_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ dt: "5secs"
t_end: "9hours"
dt_save_to_disk: "10mins"
perturb_initstate: false
FLOAT_TYPE: "Float64"
toml: [toml/prognostic_edmfx_box.toml]
25 changes: 25 additions & 0 deletions config/model_configs/prognostic_edmfx_gabls_tke_column.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
job_id: "prognostic_edmfx_gabls_tke_column"
initial_condition: GABLS
edmf_coriolis: GABLS
surface_setup: GABLS
turbconv: "prognostic_edmfx"
edmfx_upwinding: "first_order"
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
edmfx_nh_pressure: true
prognostic_tke: true
moist: "equil"
config: "column"
hyperdiff: "false"
z_max: 400
x_elem: 2
y_elem: 2
z_elem: 8
z_stretch: false
dt: "5secs"
t_end: "9hours"
dt_save_to_disk: "10mins"
perturb_initstate: false
toml: [toml/prognostic_edmfx_box.toml]

0 comments on commit 597462d

Please sign in to comment.