Skip to content

Commit 5c7e916

Browse files
authored
Merge pull request #3910 from CliMA/aj/ci_times
Reduce t_max for two CI cases
2 parents 712559e + 1c893f6 commit 5c7e916

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/model_configs/baroclinic_wave_hughes2023.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ topo_smoothing: false
55
moist: equil
66
disable_surface_flux_tendency: true
77
dt: "200secs"
8-
t_end: "10days"
8+
t_end: "8days"
99
diagnostics:
1010
- short_name: [pfull, ua, wa, va, rv, pr, cli, hus, ke]
1111
period: 1days

config/model_configs/box_cosine_hills_float64_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ y_elem: 25
1111
z_elem: 100
1212
dz_bottom: 10
1313
dt: "0.5secs" # CFL is slightly lower than for 2D case
14-
t_end: "30mins"
14+
t_end: "20mins"
1515
rayleigh_sponge: true
1616
disable_surface_flux_tendency: true
1717
toml: [toml/steady_state_test.toml]

0 commit comments

Comments
 (0)