We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f12aa1 commit e9712faCopy full SHA for e9712fa
experiments/ClimaEarth/run_cloudy_aquaplanet.jl
@@ -1,4 +1,4 @@
1
-# # Cloudless Aquaplanet
+# # Cloudy Aquaplanet
2
3
redirect_stderr(IOContext(stderr, :stacktrace_types_limited => Ref(false)))
4
@@ -64,7 +64,7 @@ restart_dir = "unspecified"
64
restart_t = Int(0)
65
66
## coupler simulation specific configuration
67
-Δt_cpl = Float64(100)
+Δt_cpl = Float64(120)
68
t_end = "1000days"
69
tspan = (Float64(0.0), Float64(time_to_seconds(t_end)))
70
start_date = "19790301"
@@ -88,8 +88,8 @@ config_dict = Dict(
88
"t_end" => t_end,
89
"start_date" => "19790301",
90
# domain
91
- "h_elem" => 4,
92
- "z_elem" => 10,
+ "h_elem" => 6,
+ "z_elem" => 30,
93
"z_max" => 30000.0, # semi-high top
94
"dz_bottom" => 300.0,
95
"nh_poly" => 4,
0 commit comments