Skip to content

Commit

Permalink
Merge pull request #2857 from CliMA/zs/bomex_column
Browse files Browse the repository at this point in the history
add single column prognostic edmf bomex
  • Loading branch information
szy21 authored Mar 30, 2024
2 parents 66dd395 + 5e9286d commit 7c623ea
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,14 @@ steps:
artifact_paths: "prognostic_edmfx_bomex_stretched_box/*"
agents:
slurm_mem: 20GB

- 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/*"
agents:
slurm_mem: 20GB

- label: ":genie: Prognostic EDMFX Dycoms RF01 in a box"
command: >
Expand Down
37 changes: 37 additions & 0 deletions config/model_configs/prognostic_edmfx_bomex_column.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
job_id: "prognostic_edmfx_bomex_column"
initial_condition: "Bomex"
subsidence: "Bomex"
edmf_coriolis: "Bomex"
ls_adv: "Bomex"
surface_setup: "Bomex"
turbconv: "prognostic_edmfx"
implicit_diffusion: true
approximate_linear_solve_iters: 2
max_newton_iters_ode: 3
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
edmfx_velocity_relaxation: true
prognostic_tke: true
moist: "equil"
config: "column"
z_max: 3e3
z_elem: 60
z_stretch: false
perturb_initstate: false
dt: "50secs"
t_end: "6hours"
dt_save_to_disk: "10mins"
toml: [toml/prognostic_edmfx_bomex_box.toml]
netcdf_output_at_levels: true
netcdf_interpolation_num_points: [2, 2, 60]
diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl]
period: 10mins
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, taen, thetaaen, haen, husen, huren, clwen, clien, tke]
period: 10mins
- short_name: [entr, detr, lmix, bgrad, strain, edt, evu]
period: 10mins
1 change: 1 addition & 0 deletions post_processing/ci_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ EDMFBoxPlots = Union{
Val{:prognostic_edmfx_gabls_box},
Val{:prognostic_edmfx_bomex_fixtke_box},
Val{:prognostic_edmfx_bomex_box},
Val{:prognostic_edmfx_bomex_column},
Val{:prognostic_edmfx_bomex_stretched_box},
Val{:prognostic_edmfx_dycoms_rf01_box},
Val{:prognostic_edmfx_rico_column},
Expand Down

0 comments on commit 7c623ea

Please sign in to comment.