Skip to content

Commit 63bc023

Browse files
authored
different mask threshold (#1229)
1 parent f5adcda commit 63bc023

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

experiments/long_runs/snowy_land.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,12 @@ function setup_simulation(; greet = false)
328328
@info "Stop Date: $stop_date"
329329
end
330330

331-
domain = ClimaLand.Domains.global_domain(FT; context, nelements)
331+
domain = ClimaLand.Domains.global_domain(
332+
FT;
333+
context,
334+
nelements,
335+
threshold = FT(0.99),
336+
)
332337
params = LP.LandParameters(FT)
333338
model = setup_model(FT, start_date, stop_date, Δt, domain, params)
334339

0 commit comments

Comments
 (0)