Skip to content

Commit

Permalink
update default isdac config
Browse files Browse the repository at this point in the history
  • Loading branch information
haakon-e committed Sep 16, 2024
1 parent 13f89bd commit 13550fc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
39 changes: 24 additions & 15 deletions config/model_configs/les_isdac_box.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,39 @@
job_id: "les_isdac_box"
# ISDAC config
initial_condition: "ISDAC"
subsidence: "ISDAC"
surface_setup: "ISDAC"
external_forcing: "ISDAC"
rad: "ISDAC"
config: "box"
# microphysics
moist: "equil"
config: "box"
hyperdiff: "false"
implicit_diffusion: false
ode_algo: "SSP33ShuOsher"
precip_model: "1M"
# diffusion
implicit_diffusion: false
approximate_linear_solve_iters: 2
hyperdiff: "false"
apply_limiter: false
smagorinsky_lilly: true
c_smag: 0.20
# time- and spatial discretization
x_elem: 10
x_max: 3.2e3
y_elem: 10
y_max: 3.2e3
z_max: 2e3
x_elem: 4
y_elem: 4
z_elem: 10
z_elem: 15
z_max: 2.5e3
z_stretch: false
rayleigh_sponge: true
toml: [toml/isdac_box.toml] # sponge height
ode_algo: "SSPKnoth"
dt: "0.05secs"
t_end: "10mins"
t_end: "2mins"
dt_cloud_fraction: "10mins"
dt_save_state_to_disk: "1mins"
# restart_file: "restart/isdac/day0.0.hdf5"
netcdf_interpolation_num_points: [10, 10, 20]
netcdf_interpolation_num_points: [30, 30, 150]
diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl]
reduction: average
period: 1mins
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, husra, cl, clw, cli, hussfc, evspsbl, hfes, pr]
period: 10mins
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, husra, cl, clw, cli, hussfc, evspsbl, hfes, pr]
reduction_time: average
period: 60mins
1 change: 0 additions & 1 deletion post_processing/ci_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,6 @@ EDMFBoxPlotsWithPrecip = Union{
Val{:diagnostic_edmfx_rico_box},
Val{:diagnostic_edmfx_trmm_box},
Val{:diagnostic_edmfx_trmm_stretched_box},
Val{:les_isdac_box},
}


Expand Down
2 changes: 2 additions & 0 deletions toml/isdac_box.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[zd_rayleigh]
value = 2000.0

0 comments on commit 13550fc

Please sign in to comment.