Skip to content

Commit 7034ac7

Browse files
committed
running
1 parent 4595e4c commit 7034ac7

File tree

5 files changed

+241
-128
lines changed

5 files changed

+241
-128
lines changed

config/atmos_configs/climaatmos_progedmf.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,5 @@ implicit_sgs_nh_pressure: true
3737
implicit_sgs_mass_flux: true
3838
max_newton_iters_ode: 3
3939
edmfx_upwinding: "first_order"
40-
edmfx_entr_model: "Generalized"
41-
edmfx_detr_model: "Generalized"
4240
edmfx_nh_pressure: true
4341
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+

0 commit comments

Comments
 (0)