Skip to content

Commit ca49f30

Browse files
committed
add amip with prognostic edmf to nightly amip
1 parent bd6d6b7 commit ca49f30

File tree

3 files changed

+112
-0
lines changed

3 files changed

+112
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
#aerosol_radiation: true
2+
approximate_linear_solve_iters: 2
3+
cloud_model: "quadrature_sgs"
4+
co2_model: maunaloa
5+
dt: "120secs"
6+
dt_cloud_fraction: "1hours"
7+
dt_rad: "1hours"
8+
dt_save_state_to_disk: "30days"
9+
dz_bottom: 30.0
10+
edmfx_detr_model: "Generalized"
11+
edmfx_entr_model: "Generalized"
12+
edmfx_nh_pressure: true
13+
edmfx_sgs_diffusive_flux: true
14+
edmfx_sgs_mass_flux: true
15+
edmfx_upwinding: "first_order"
16+
h_elem: 16
17+
implicit_diffusion: true
18+
insolation: "timevarying"
19+
moist: "equil"
20+
netcdf_output_at_levels: true
21+
precip_model: "0M"
22+
prescribe_ozone: true
23+
#prescribed_aerosols: ["CB1", "CB2", "DST01", "DST02", "DST03", "DST04", "DST05", "OC1", "OC2", "SO4", "SSLT01", "SSLT02", "SSLT03", "SSLT04", "SSLT05"]
24+
prognostic_tke: true
25+
rad: "allskywithclear"
26+
rayleigh_sponge: true
27+
surface_setup: "DefaultMoninObukhov"
28+
t_end: "120days"
29+
toml: [toml/longrun_aquaplanet_diagedmf.toml]
30+
turbconv: "prognostic_edmfx"
31+
viscous_sponge: true
32+
z_elem: 63
33+
z_max: 60000.0
34+
implicit_sgs_advection: true
35+
implicit_sgs_entr_detr: true
36+
implicit_sgs_nh_pressure: true
37+
implicit_sgs_mass_flux: true
38+
max_newton_iters_ode: 3
39+
edmfx_upwinding: "first_order"
40+
edmfx_nh_pressure: true
41+
edmfx_filter: true
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
FLOAT_TYPE: "Float32"
2+
albedo_model: "CouplerAlbedo"
3+
atmos_config_file: "config/atmos_configs/climaatmos_progedmf.yml"
4+
bucket_albedo_type: "map_temporal"
5+
checkpoint_dt: "1months"
6+
coupler_toml: ["toml/amip_progedmf.toml"]
7+
dt: "60secs"
8+
dt_cpl: "60secs"
9+
dz_bottom: 100.0
10+
energy_check: false
11+
h_elem: 8
12+
mode_name: "amip"
13+
netcdf_interpolation_num_points: [90, 45, 31]
14+
netcdf_output_at_levels: true
15+
output_default_diagnostics: true
16+
radiation_reset_rng_seed: true
17+
start_date: "20100101"
18+
surface_setup: "PrescribedSurface"
19+
t_end: "366days"
20+
topo_smoothing: true
21+
topography: "Earth"
22+
z_elem: 39
23+

toml/amip_progedmf.toml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
[zd_rayleigh]
2+
value = 40000.0
3+
4+
[zd_viscous]
5+
value = 40000.0
6+
7+
[precipitation_timescale]
8+
value = 600
9+
10+
[alpha_rayleigh_sgs_tracer]
11+
value = 1e-3
12+
13+
[EDMF_min_area]
14+
value = 1.0e-5
15+
16+
[EDMF_max_area]
17+
value = 0.7
18+
19+
[entr_inv_tau]
20+
value = 0.0002
21+
22+
[entr_coeff]
23+
value = 0.2
24+
25+
[min_area_limiter_scale]
26+
value = 0
27+
28+
[min_area_limiter_power]
29+
value = 100
30+
31+
[detr_inv_tau]
32+
value = 0
33+
34+
[detr_coeff]
35+
value = 0
36+
37+
[detr_buoy_coeff]
38+
value = 0
39+
40+
[detr_vertdiv_coeff]
41+
value = 0
42+
43+
[detr_massflux_vertdiv_coeff]
44+
value = 1
45+
46+
[pressure_normalmode_drag_coeff]
47+
value = 40.0
48+

0 commit comments

Comments
 (0)