Skip to content

Commit bc916ac

Browse files
committed
albedo
1 parent b0100b4 commit bc916ac

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

experiments/ClimaEarth/run_cloudless_aquaplanet.jl

+7-5
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ restart_dir = "unspecified"
6464
restart_t = Int(0)
6565

6666
## coupler simulation specific configuration
67-
Δt_cpl = Float64(120)
68-
t_end = "140days"
67+
Δt_cpl = Float64(400)
68+
t_end = "1000days"
6969
tspan = (Float64(0.0), Float64(time_to_seconds(t_end)))
7070
start_date = "19790301"
7171
hourly_checkpoint = true
@@ -88,8 +88,8 @@ config_dict = Dict(
8888
"t_end" => t_end,
8989
"start_date" => "19790301",
9090
# domain
91-
"h_elem" => 6,
92-
"z_elem" => 30,
91+
"h_elem" => 4,
92+
"z_elem" => 10,
9393
"z_max" => 30000.0, # semi-high top
9494
"dz_bottom" => 300.0,
9595
"nh_poly" => 4,
@@ -99,7 +99,7 @@ config_dict = Dict(
9999
"apply_limiter" => false,
100100
"viscous_sponge" => false,
101101
"rayleigh_sponge" => false,
102-
"vert_diff" => "FriersonDiffusion",
102+
"vert_diff" => "true",
103103
"hyperdiff" => "ClimaHyperdiffusion",
104104
# run
105105
"job_id" => run_name,
@@ -133,6 +133,8 @@ config_dict = Dict(
133133
"turb_flux_partition" => "CombinedStateFluxesMOST",
134134
"rad" => "gray",
135135
"dt_rad" => dt_rad,
136+
"albedo_model" => "CouplerAlbedo",
137+
136138
)
137139
# TODO: increase diffusion coef?
138140

0 commit comments

Comments
 (0)