Skip to content

Commit

Permalink
diagnostic edmf with topography
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed May 14, 2024
1 parent 4061eaa commit ca0d6db
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:

steps:

- label: ":computer: aquaplanet equilmoist allsky radiation + prognostic edmf + 0M microphysics"
- label: ":computer: aquaplanet equilmoist allsky radiation + diagnostic edmf + 0M microphysics"
command:
- srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
artifact_paths: "$$JOB_NAME/output_active/*"
Expand All @@ -51,4 +51,4 @@ steps:
slurm_time: 24:00:00
slurm_mem: 32GB
env:
JOB_NAME: "longrun_aquaplanet_equil_helem12_allsky_progedmf_0M_earth"
JOB_NAME: "longrun_aquaplanet_equil_helem12_allsky_diagedmf_0M_earth"
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
h_elem: 12
z_max: 55000.0
z_elem: 30
dz_bottom: 100.0
dz_top: 3000.0
moist: "equil"
precip_model: "0M"
override_τ_precip: false
rad: "allskywithclear"
dt_rad: "6hours"
surface_setup: "DefaultMoninObukhov"
turbconv: "diagnostic_edmfx"
implicit_diffusion: true
approximate_linear_solve_iters: 2
max_newton_iters_ode: 3
prognostic_tke: true
edmfx_upwinding: "first_order"
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
edmfx_nh_pressure: true
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
rayleigh_sponge: true
vorticity_hyperdiffusion_coefficient: 1.0
divergence_damping_factor: 4.0
scalar_hyperdiffusion_coefficient: 4.0
smoothing_order: 2
topo_smoothing: true
topography: "Earth"
dt_save_state_to_disk: "10days"
dt: "20secs"
t_end: "2days"
toml: [toml/longrun_aquaplanet_equil_helem12_clearsky_diagedmf_0M.toml]
netcdf_output_at_levels: true
diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl]
period: 1hours
- short_name: [arup, waup, rhoaup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, tke]
period: 1hours
- short_name: [entr, detr, lmix, bgrad, strain, edt, evu]
period: 1hours
32 changes: 32 additions & 0 deletions toml/longrun_aquaplanet_equil_helem12_clearsky_diagedmf_0M.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[zd_rayleigh]
value = 35000.0

[alpha_rayleigh_uh]
value = 0.0

[alpha_rayleigh_w]
value = 10.0

[precipitation_timescale]
value = 600

[entr_inv_tau]
value = 0.002

[entr_coeff]
value = 0

[detr_inv_tau]
value = 0

[detr_buoy_coeff]
value = 0.12

[detr_vertdiv_coeff]
value = 0

[min_area_limiter_scale]
value = 0

[max_area_limiter_scale]
value = 0

0 comments on commit ca0d6db

Please sign in to comment.