Skip to content

Commit 29e4dc3

Browse files
committed
fine resol, implicit diff
1 parent b724797 commit 29e4dc3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

experiments/ClimaEarth/run_cloudless_aquaplanet.jl

+6-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ restart_dir = "unspecified"
6262
restart_t = Int(0)
6363

6464
## coupler simulation specific configuration
65-
Δt_cpl = Float64(400)
65+
Δt_cpl = Float64(120)
6666
t_end = "1000days"
6767
tspan = (Float64(0.0), Float64(time_to_seconds(t_end)))
6868
start_date = "19790301"
@@ -86,11 +86,11 @@ config_dict = Dict(
8686
"t_end" => t_end,
8787
"start_date" => "19790301",
8888
# domain
89-
"h_elem" => 4,
90-
"z_elem" => 10,
89+
"h_elem" => 16,
90+
"z_elem" => 63,
9191
"z_max" => 30000.0, # semi-high top
92-
"dz_bottom" => 300.0,
93-
"nh_poly" => 4,
92+
"dz_bottom" => 30.0,
93+
"nh_poly" => 3,
9494
# output
9595
"dt_save_to_sol" => "1days",
9696
# numerics
@@ -120,6 +120,7 @@ config_dict = Dict(
120120
"rad" => "gray",
121121
"dt_rad" => dt_rad,
122122
"albedo_model" => "CouplerAlbedo",
123+
"implicit_diffusion" => true
123124
)
124125

125126
## merge dictionaries of command line arguments, coupler dictionary and component model dictionaries

0 commit comments

Comments
 (0)