Skip to content

Commit d5b0828

Browse files
authored
use gryanik surface flux parameters (#1578)
1 parent 7f501fa commit d5b0828

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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+
- Use Gryanik surface flux parameters [#1578](https://github.com/CliMA/ClimaLand.jl/pull/1578)
67

78
v1.2.1
89
-------

src/shared_utilities/Parameters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function LandParameters(toml_dict::CP.ParamDict)
8080
insol_params = InsolationParameters(toml_dict)
8181
IP = typeof(insol_params)
8282

83-
surf_flux_params = SurfaceFluxesParameters(toml_dict, UF.BusingerParams)
83+
surf_flux_params = SurfaceFluxesParameters(toml_dict, UF.GryanikParams)
8484
SFP = typeof(surf_flux_params)
8585

8686
name_map = (;

0 commit comments

Comments
 (0)