Skip to content

Commit b54d312

Browse files
sriharshakandalaszy21
authored andcommitted
Update longrun_aquaplanet_dyamond to use tke based eddy diffusion.
1 parent 1556df7 commit b54d312

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

config/longrun_configs/amip_target_edonly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ viscous_sponge: true
88
dt_save_to_sol: "10days"
99
dt_save_state_to_disk: "20days"
1010
moist: "equil"
11-
cloud_model: "quadrature"
1211
precip_model: "0M"
1312
rad: "allskywithclear"
1413
dt_rad: "1hours"
@@ -25,7 +24,7 @@ implicit_diffusion: true
2524
approximate_linear_solve_iters: 2
2625
dt: "120secs"
2726
t_end: "120days"
28-
toml: [toml/longrun_aquaplanet_edonly.toml]
27+
toml: [toml/longrun_aquaplanet.toml]
2928
netcdf_output_at_levels: true
3029
diagnostics:
3130
- short_name: [mmrso4, mmrdust, mmrss, o3]

config/longrun_configs/longrun_aquaplanet_dyamond.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ insolation: "timevarying"
1818
dt_rad: "1hours"
1919
dt_cloud_fraction: "1hours"
2020
surface_setup: "DefaultMoninObukhov"
21-
vert_diff: "DecayWithHeightDiffusion"
2221
precip_model: "0M"
22+
turbconv: "edonly_edmfx"
23+
edmfx_sgs_diffusive_flux: true
2324
toml: [toml/longrun_aquaplanet.toml]
2425
netcdf_interpolation_num_points: [720, 360, 63]
2526
diagnostics:
26-
- short_name: [pfull, ps, ua, va, ta, ts, wa, rv, ke, hus, clw, cli, pr]
27+
- short_name: [pfull, ua, va, ta, ts, wa, rv, ke, hus, clw, cli, pr]
2728
reduction: inst
2829
period: 10days
29-
- short_name: [pfull, ps, ua, va, ta, ts, wa, rv, ke, hus, clw, cli, pr]
30+
- short_name: [pfull, ua, va, ta, ts, wa, rv, ke, hus, clw, cli, pr]
3031
reduction: average
3132
period: 30days

toml/longrun_aquaplanet_edonly.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)