diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0d56a389cc..62ad092398 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -626,6 +626,14 @@ steps: artifact_paths: "diagnostic_edmfx_trmm_box/*" agents: slurm_mem: 20GB + + - label: ":genie: Diagnostic EDMFX TRMM stretched grid in a box" + command: > + julia --color=yes --project=examples examples/hybrid/driver.jl + --config_file $CONFIG_PATH/diagnostic_edmfx_trmm_stretched_box.yml + artifact_paths: "diagnostic_edmfx_trmm_stretched_box/*" + agents: + slurm_mem: 20GB - label: ":genie: Diagnostic EDMFX aquaplanet with TKE" command: > diff --git a/config/model_configs/diagnostic_edmfx_trmm_stretched_box.yml b/config/model_configs/diagnostic_edmfx_trmm_stretched_box.yml new file mode 100644 index 0000000000..02c854e572 --- /dev/null +++ b/config/model_configs/diagnostic_edmfx_trmm_stretched_box.yml @@ -0,0 +1,32 @@ + +job_id: diagnostic_edmfx_trmm_stretched_box +initial_condition: TRMM_LBA +rad: TRMM_LBA +surface_setup: TRMM_LBA +turbconv: diagnostic_edmfx +prognostic_tke: true +edmfx_upwinding: first_order +edmfx_entr_model: "ConstantTimescale" +edmfx_detr_model: "ConstantCoefficient" +edmfx_nh_pressure: true +edmfx_sgs_flux: true +moist: equil +apply_limiter: false +precip_model: "0M" +override_τ_precip: false +config: box +hyperdiff: "true" +kappa_4: 1e12 +x_max: 1e5 +y_max: 1e5 +x_elem: 2 +y_elem: 2 +z_elem: 20 +z_max: 16400 +dz_bottom: 100 +dz_top: 2000 +dt: 10secs +t_end: 6hours +dt_save_to_disk: 10mins +FLOAT_TYPE: "Float64" +toml: [toml/diagnostic_edmfx_trmm_box.toml]