Skip to content

Commit e9712fa

Browse files
committed
6 helems, 30 z, 120s
1 parent 1f12aa1 commit e9712fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

experiments/ClimaEarth/run_cloudy_aquaplanet.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# # Cloudless Aquaplanet
1+
# # Cloudy Aquaplanet
22

33
redirect_stderr(IOContext(stderr, :stacktrace_types_limited => Ref(false)))
44

@@ -64,7 +64,7 @@ restart_dir = "unspecified"
6464
restart_t = Int(0)
6565

6666
## coupler simulation specific configuration
67-
Δt_cpl = Float64(100)
67+
Δt_cpl = Float64(120)
6868
t_end = "1000days"
6969
tspan = (Float64(0.0), Float64(time_to_seconds(t_end)))
7070
start_date = "19790301"
@@ -88,8 +88,8 @@ config_dict = Dict(
8888
"t_end" => t_end,
8989
"start_date" => "19790301",
9090
# domain
91-
"h_elem" => 4,
92-
"z_elem" => 10,
91+
"h_elem" => 6,
92+
"z_elem" => 30,
9393
"z_max" => 30000.0, # semi-high top
9494
"dz_bottom" => 300.0,
9595
"nh_poly" => 4,

0 commit comments

Comments
 (0)