Skip to content

Commit 7df0754

Browse files
authored
Merge pull request #1597 from CliMA/zs/hotfix
use 1m in the flagship amip
2 parents a388e58 + 402f2fb commit 7df0754

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
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_filter: true
13+
edmfx_nh_pressure: true
14+
edmfx_sgs_diffusive_flux: true
15+
edmfx_sgs_mass_flux: true
16+
edmfx_upwinding: "first_order"
17+
edmfx_vertical_diffusion: true
18+
h_elem: 16
19+
implicit_diffusion: true
20+
implicit_sgs_advection: true
21+
implicit_sgs_entr_detr: true
22+
implicit_sgs_mass_flux: true
23+
implicit_sgs_nh_pressure: true
24+
implicit_sgs_vertdiff: true
25+
insolation: "timevarying"
26+
max_newton_iters_ode: 3
27+
moist: "nonequil"
28+
netcdf_output_at_levels: true
29+
precip_model: "1M"
30+
prescribe_ozone: true
31+
prescribed_aerosols: ["CB1", "CB2", "DST01", "DST02", "DST03", "DST04", "DST05", "OC1", "OC2", "SO4", "SSLT01", "SSLT02", "SSLT03", "SSLT04", "SSLT05"]
32+
prognostic_tke: true
33+
rad: "allskywithclear"
34+
rayleigh_sponge: true
35+
surface_setup: "DefaultMoninObukhov"
36+
t_end: "120days"
37+
toml: [toml/longrun_aquaplanet_diagedmf.toml]
38+
turbconv: "prognostic_edmfx"
39+
viscous_sponge: true
40+
z_elem: 63
41+
z_max: 60000.0

config/benchmark_configs/amip_progedmf_1m_land_he16.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FLOAT_TYPE: "Float32"
22
albedo_model: "CouplerAlbedo"
3-
atmos_config_file: "config/atmos_configs/climaatmos_progedmf.yml"
3+
atmos_config_file: "config/atmos_configs/climaatmos_progedmf_1m.yml"
44
checkpoint_dt: "366days"
55
coupler_toml: ["toml/amip_progedmf_1m.toml"]
66
dt: "30secs"

config/benchmark_configs/amip_progedmf_1m_land_he30.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FLOAT_TYPE: "Float32"
22
albedo_model: "CouplerAlbedo"
3-
atmos_config_file: "config/atmos_configs/climaatmos_progedmf.yml"
3+
atmos_config_file: "config/atmos_configs/climaatmos_progedmf_1m.yml"
44
checkpoint_dt: "366days"
55
coupler_toml: ["toml/amip_progedmf_1m.toml"]
66
dt: "30secs"

0 commit comments

Comments
 (0)