Skip to content

Commit

Permalink
fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jul 18, 2024
1 parent e922938 commit 07ef76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/long_runs/soil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# land/sea mask are not yet supported by ClimaCore.

# Simulation Setup
# Number of spatial elements: 101 in horizontal, 15 in vertical
# Number of spatial elements: 101 1in horizontal, 15 in vertical
# Soil depth: 50 m
# Simulation duration: 365 d
# Timestep: 900 s
Expand Down Expand Up @@ -353,7 +353,7 @@ function setup_prob(t0, tf, Δt; outdir = outdir, nelements = (101, 15))

soil_args = (domain = domain, parameters = soil_params)
soil_model_type = Soil.EnergyHydrology{FT}
sources = (Soil.PhaseChange{FT}(Δt),)# sublimation and subsurface runoff are added automatically
sources = (Soil.PhaseChange{FT}(),)# sublimation and subsurface runoff are added automatically
top_bc = ClimaLand.Soil.AtmosDrivenFluxBC(atmos, radiation, runoff_model)
zero_flux = Soil.HeatFluxBC((p, t) -> 0.0)
boundary_conditions = (;
Expand Down

0 comments on commit 07ef76f

Please sign in to comment.