Skip to content

Commit 18be90a

Browse files
authored
update zenith albedo param, fix bug (#1131)
1 parent ec71e2d commit 18be90a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ClimaLand.jl Release Notes
33

44
main
55
-------
6+
- Enforce physically in albedo model for snow PR[#1124](https://github.com/CliMA/ClimaLand.jl/pull/1124) and PR[#1131](https://github.com/CliMA/ClimaLand.jl/pull/1131)
67
- Add capability to step some sources implicitly PR[#1113](https://github.com/CliMA/ClimaLand.jl/pull/1113)
78

89
v0.15.14

experiments/long_runs/snowy_land.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function setup_prob(
317317
# Set β = 0 in order to regain model without density dependence
318318
α_snow = Snow.ZenithAngleAlbedoModel(
319319
FT(0.64),
320-
FT(0.7),
320+
FT(0.06),
321321
FT(2);
322322
β = FT(0.4),
323323
x0 = FT(0.2),
@@ -334,6 +334,7 @@ function setup_prob(
334334
Δt;
335335
earth_param_set = earth_param_set,
336336
α_snow = α_snow,
337+
scf = scf,
337338
)
338339
snow_args = (;
339340
parameters = snow_parameters,

0 commit comments

Comments
 (0)