Skip to content

Commit

Permalink
Merge branch 'main' into sk/update_inst_zenith_ang
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Nov 14, 2023
2 parents 3b9702d + e293677 commit 27b95a3
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 7 deletions.
24 changes: 18 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ steps:
- label: ":genie: Diagnostic EDMFX aquaplanet with TKE"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/diagnostic_edmfx_aquaplanet_tke.yml
artifact_paths: "diagnostic_edmfx_aquaplanet_tke/*"
--config_file $CONFIG_PATH/diagnostic_edmfx_aquaplanet.yml
artifact_paths: "diagnostic_edmfx_aquaplanet/*"
agents:
slurm_mem: 20GB

Expand Down Expand Up @@ -617,7 +617,6 @@ steps:
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_bomex_fixtke_box.yml
artifact_paths: "prognostic_edmfx_bomex_fixtke_box/*"
soft_fail: true
agents:
slurm_mem: 20GB

Expand All @@ -626,7 +625,14 @@ steps:
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_bomex_box.yml
artifact_paths: "prognostic_edmfx_bomex_box/*"
soft_fail: true
agents:
slurm_mem: 20GB

- label: ":genie: Prognostic EDMFX Bomex stretched grid in a box"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_bomex_stretched_box.yml
artifact_paths: "prognostic_edmfx_bomex_stretched_box/*"
agents:
slurm_mem: 20GB

Expand All @@ -643,7 +649,6 @@ steps:
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_rico_column.yml
artifact_paths: "prognostic_edmfx_rico_column/*"
soft_fail: true
agents:
slurm_mem: 20GB

Expand All @@ -652,7 +657,14 @@ steps:
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_trmm_column.yml
artifact_paths: "prognostic_edmfx_trmm_column/*"
soft_fail: true
agents:
slurm_mem: 20GB

- label: ":genie: Prognostic EDMFX aquaplanet"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/prognostic_edmfx_aquaplanet.yml
artifact_paths: "prognostic_edmfx_aquaplanet/*"
agents:
slurm_mem: 20GB

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
job_id: diagnostic_edmfx_aquaplanet_tke
job_id: diagnostic_edmfx_aquaplanet
vert_diff: "true"
surface_setup: DefaultExchangeCoefficients
rad: gray
Expand Down
18 changes: 18 additions & 0 deletions config/model_configs/prognostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
job_id: prognostic_edmfx_aquaplanet
vert_diff: "true"
surface_setup: DefaultExchangeCoefficients
rad: gray
turbconv: prognostic_edmfx
prognostic_tke: true
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "ConstantArea"
edmfx_nh_pressure: true
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
moist: equil
precip_model: 0M
dt: 10secs
t_end: 1hours
dt_save_to_disk: 600secs
toml: [toml/prognostic_edmfx_box.toml]
31 changes: 31 additions & 0 deletions config/model_configs/prognostic_edmfx_bomex_stretched_box.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
job_id: "prognostic_edmfx_bomex_stretched_box"
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: "box"
hyperdiff: "true"
kappa_4: 1.0e21
x_max: 1e8
y_max: 1e8
z_max: 3e3
x_elem: 2
y_elem: 2
z_elem: 30
dz_bottom: 50.0
dz_top: 200.0
perturb_initstate: false
dt: "10secs"
t_end: "6hours"
dt_save_to_disk: "10mins"
toml: [toml/prognostic_edmfx_bomex_box.toml]

0 comments on commit 27b95a3

Please sign in to comment.