Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add trmm with stretched grid #2134

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
32 changes: 32 additions & 0 deletions config/model_configs/diagnostic_edmfx_trmm_stretched_box.yml
Original file line number Diff line number Diff line change
@@ -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]
Loading