Skip to content

Commit 5d6b473

Browse files
authored
Merge pull request #1192 from CliMA/gb/amip_onlyed
Add AMIP with EDMF without MF
2 parents 54a5fe7 + 1a574c3 commit 5d6b473

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
FLOAT_TYPE: "Float32"
2+
albedo_model: "CouplerAlbedo"
3+
atmos_config_file: "config/longrun_configs/amip_target_edonly.yml"
4+
checkpoint_dt: "720hours"
5+
co2: "maunaloa"
6+
coupler_toml: ["toml/amip.toml"]
7+
dt: "120secs"
8+
dt_cpl: "120secs"
9+
dt_save_state_to_disk: "30days"
10+
dt_save_to_sol: "30days"
11+
dz_bottom: 30.0
12+
energy_check: false
13+
h_elem: 16
14+
land_albedo_type: "map_temporal"
15+
mode_name: "amip"
16+
mono_surface: false
17+
netcdf_output_at_levels: true
18+
output_default_diagnostics: true
19+
radiation_reset_rng_seed: true
20+
rayleigh_sponge: true
21+
start_date: "20100101"
22+
surface_setup: "PrescribedSurface"
23+
t_end: "1098days"
24+
topography: "Earth"
25+
topo_smoothing: true
26+
turb_flux_partition: "CombinedStateFluxesMOST"
27+
viscous_sponge: true
28+
z_elem: 63
29+
z_max: 60000.0

0 commit comments

Comments
 (0)