Skip to content

Commit f5b6c37

Browse files
committed
dt=120; unify config with amip
1 parent 430500c commit f5b6c37

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

config/nightly_configs/amip_coarse.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ FLOAT_TYPE: "Float32"
22
albedo_model: "CouplerAlbedo"
33
anim: false
44
atmos_config_file: "config/longrun_configs/amip_target_diagedmf.yml"
5-
dt: "240secs"
6-
dt_cpl: 240
5+
coupler_toml_file: "toml/amip.toml"
6+
dt: "120secs"
7+
dt_cpl: 120
78
dt_save_state_to_disk: "30days"
89
dt_save_to_sol: "30days"
10+
dz_bottom: 30.0
911
energy_check: false
1012
h_elem: 8
1113
hourly_checkpoint: true
@@ -18,11 +20,11 @@ output_default_diagnostics: true
1820
rayleigh_sponge: true
1921
start_date: "20100101"
2022
surface_setup: "PrescribedSurface"
21-
t_end: "1095days"
23+
t_end: "1098days"
2224
topo_smoothing: true
2325
topography: "Earth"
26+
turb_flux_partition: "CombinedStateFluxesMOST"
2427
unique_seed: true
2528
viscous_sponge: false
26-
coupler_toml_file: "toml/amip.toml"
27-
turb_flux_partition: "CombinedStateFluxesMOST"
2829
z_elem: 31
30+
z_max: 55000.0

0 commit comments

Comments
 (0)